#99DFF0

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

Shades of Blizzard Blue #99DFF0

Tints of Blizzard Blue #99DFF0

Color information

#99DFF0 (or 0x99DFF0) is unknown color: approx Blizzard Blue. HEX triplet: 99, DF and F0. RGB value is (153,223,240). Sum of RGB (Red+Green+Blue) = 153+223+240=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #99DFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFF0 is #66200F. Grayscale: #CBCBCB. Windows color (decimal): -6692880 or 15785881. OLE color: 15785881.

HSL color Cylindrical-coordinate representation of color #99DFF0: hue angle of 191.72º degrees, saturation: 0.74, 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 #99DFF0 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153223240-
CMYK0.360.0700.06
HSL191.72º74.36%77.06%-
HSV(B)191.72º36.25%94.12%-
XYZ55.2565.8492.23-
YUV204.01148.3191.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.84%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=24.84%
G=36.20%
B=38.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532232400.360.0700.06191.7274.3677.06
Hex99DFF024706c04a4d
Octal23133736044706300112115
Binary10011001110111111111000010010011101101100000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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