#99DCEF

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

Shades of Blizzard Blue #99DCEF

Tints of Blizzard Blue #99DCEF

Color information

#99DCEF (or 0x99DCEF) is unknown color: approx Blizzard Blue. HEX triplet: 99, DC and EF. RGB value is (153,220,239). Sum of RGB (Red+Green+Blue) = 153+220+239=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #99DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCEF is #662310. Grayscale: #C9C9C9. Windows color (decimal): -6693649 or 15719577. OLE color: 15719577.

HSL color Cylindrical-coordinate representation of color #99DCEF: hue angle of 193.26º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99DCEF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153220239-
CMYK0.360.0800.06
HSL193.26º72.88%76.86%-
HSV(B)193.26º35.98%93.73%-
XYZ54.3164.1991.19-
YUV202.13148.892.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=25%
G=35.95%
B=39.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532202390.360.0800.06193.2672.8876.86
Hex99DCEF24806c1494d
Octal231334357441006301111115
Binary100110011101110011101111100100100001101100000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,239); }

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

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

 a { background-color: rgb(153,220,239); }

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

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

 span { border-color: rgb(153,220,239); }

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