COLOR #99D5FA

HEX: #99D5FA RGB: (153,213,250)

Color info

#99D5FA contains mainly green and blue colors. Web safe color of #99D5FA is #99CCFF (or #9CF).

RGB color model

#99D5FA color RGB value is (153,213,250).

RGB: (153,213,250) (60%, 84%, 98%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 250 of 255 = 98%

153
213
250

R + G + B ~ 81%. #99D5FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 213 + 250 = 616 (100%)
R 153 of 616 ~ 24.84%
G 213 of 616 ~ 34.58%
B 250 of 616 ~ 40.58'%

%24.84
%34.58
%40.58

CMYK color model

#99D5FA color CMYK value is (39,15,0,2).

  • cyan value is 38.80%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (39,15,0,2)
C39M15Y0K2 (39%, 15%, 0%, 2%)
(0.39 / 0.15 / 0.00 / 0.02)

CMYK percentages

%38.8
%14.8
%0
%1.96

Codes

Color #99D5FA in popluar color models

99 D5 FA
RGB 153 213 250
HSL 203° 90.65% 79.02%
HSB/HSV 203° 38.80% 98.04%
CMYK 38.80% 14.80% 0.00%
1.96%

Color #99D5FA in popluar number systems.

HEX 99 D5 FA
Decimal 153 213 250
Binary 10011001 11010101 11111010
Octal 231 325 372

Shades and tints

Shades of #99D5FA

#99D5FA
(153,213,250)
#8CC2E4
(140,194,228)
#7FAFCE
(127,175,206)
#729CB8
(114,156,184)
#6589A2
(101,137,162)
#58768C
(88,118,140)
#4B6376
(75,99,118)
#3E5060
(62,80,96)
#313D4A
(49,61,74)
#242A34
(36,42,52)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #99D5FA

#99D5FA
(153,213,250)
#A2D8FA
(162,216,250)
#ABDBFA
(171,219,250)
#B4DEFA
(180,222,250)
#BDE1FA
(189,225,250)
#C6E4FA
(198,228,250)
#CFE7FA
(207,231,250)
#D8EAFA
(216,234,250)
#E1EDFA
(225,237,250)
#EAF0FA
(234,240,250)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D5FA color. Also use rgb(153,213,250) instead hex code.

Text Font Color

.myTextColor { color: #99D5FA; }

<p style="color:#99D5FA">This sample text font color is #99D5FA.</p>

This text font color is #99D5FA.

Background Color

.myBgColor { background-color: #99D5FA; }

<div style="background-color:#99D5FA">Inner text</div>

This div background color is #99D5FA.

Border color

.myBorderColor { border: 1px solid #99D5FA; }

<div style="border:3px solid #99D5FA">Div</div>

This div border color is #99D5FA.

Opacity

.myOpacity80 { color: #99D5FA; opacity: 0.8; }

<p style="color:#99D5FA;opacity:0.8;">80%</p>

Text with #99D5FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99D5FA;}

<p style="text-shadow: 3px 3px 1px #99D5FA">Text here.</p>

This text has shadow with #99D5FA color.


.textShadow {text-shadow: 3px 3px 1px #99D5FA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99D5FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #99D5FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99D5FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99D5FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #99D5FA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99D5FA;
-webkit-box-shadow: 1px 1px 3px 2px #99D5FA;
box-shadow: 1px 1px 3px 2px #99D5FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99D5FA; -webkit-box-shadow: 1px 1px 3px 2px #99D5FA; box-shadow:1px 1px 3px 2px #99D5FA;">
Div content here
</div>

This div box has shadow with color #99D5FA.

Preview

Color preview on black background

This text has color #99D5FA on black background.


Color preview on white background

This text has color #99D5FA on white background.


Black color preview on #99D5FA background

This text has black color on #99D5FA background.


White color preview on #99D5FA background

This text has white color on #99D5FA background.


Related colors

Complementary color

Complementary color for #hex is #662A05.


I love getcolorcode.com

Triadic colors

1 #FA99D5 and #D5FA99 with #99D5FA are triadic colors.

2 #FAD599 and #D599FA with #99D5FA are triadic colors.