#99F5FD

Color #99F5FD Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #99F5FD

Tints of Blizzard Blue #99F5FD

Color information

#99F5FD (or 0x99F5FD) is unknown color: approx Blizzard Blue. HEX triplet: 99, F5 and FD. RGB value is (153,245,253). Sum of RGB (Red+Green+Blue) = 153+245+253=651 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.50% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #99F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F5FD is #660A02. Grayscale: #DADADA. Windows color (decimal): -6687235 or 16643481. OLE color: 16643481.

HSL color Cylindrical-coordinate representation of color #99F5FD: hue angle of 184.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99F5FD is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153245253-
CMYK0.400.0300.01
HSL184.8º96.15%79.61%-
HSV(B)184.8º39.53%99.22%-
XYZ63.5279.17104.86-
YUV218.4147.5281.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 23.50%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=23.50%
G=37.63%
B=38.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532452530.400.0300.01184.896.1579.61
Hex99F5FD28301b96050
Octal23136537550301271140120
Binary10011001111101011111110110100011011011100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F5FD; }

 p { color: rgb(153,245,253); }

 H1.HeaderClassName
 {
   color: #99F5FD;
 }
 .AnyTagClassName
 {
   color: #99F5FD;
 }
</style>
background-color css

<style>
 a { background-color: #99F5FD; }

 a { background-color: rgb(153,245,253); }

 div.DivClassName
 {
   background-color: #99F5FD;
 }
 .BgClassName
 {
   background-color: #99F5FD;
 }
</style>
border-color css

<style>
 span { border-color: #99F5FD; }

 span { border-color: rgb(153,245,253); }

 td.TdClassName
 {
   border-color: #99F5FD;
 }
 .TagClassName
 {
   border-color: #99F5FD;
 }
</style>