#99DFED

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

Shades of Blizzard Blue #99DFED

Tints of Blizzard Blue #99DFED

Color information

#99DFED (or 0x99DFED) is unknown color: approx Blizzard Blue. HEX triplet: 99, DF and ED. RGB value is (153,223,237). Sum of RGB (Red+Green+Blue) = 153+223+237=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #99DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFED is #662012. Grayscale: #CBCBCB. Windows color (decimal): -6692883 or 15589273. OLE color: 15589273.

HSL color Cylindrical-coordinate representation of color #99DFED: hue angle of 190º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DFED is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153223237-
CMYK0.350.0600.07
HSL190º70%76.47%-
HSV(B)190º35.44%92.94%-
XYZ54.8165.6689.91-
YUV203.67146.8191.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.96%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=24.96%
G=36.38%
B=38.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532232370.350.0600.071907076.47
Hex99DFED23607be464c
Octal23133735543607276106114
Binary10011001110111111110110110001111001111011111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,223,237); }

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

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

 a { background-color: rgb(153,223,237); }

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

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

 span { border-color: rgb(153,223,237); }

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