#9DEFFF

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

Shades of Blizzard Blue #9DEFFF

Tints of Blizzard Blue #9DEFFF

Color information

#9DEFFF (or 0x9DEFFF) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EF and FF. RGB value is (157,239,255). Sum of RGB (Red+Green+Blue) = 157+239+255=651 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.12% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFFF is #621000. Grayscale: #D8D8D8. Windows color (decimal): -6426625 or 16773021. OLE color: 16773021.

HSL color Cylindrical-coordinate representation of color #9DEFFF: hue angle of 189.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DEFFF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157239255-
CMYK0.380.0600
HSL189.8º100%80.78%-
HSV(B)189.8º38.43%100%-
XYZ62.8276.12105.99-
YUV216.31149.8385.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.12%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 255 (100% from 255) = 39.17%
R=24.12%
G=36.71%
B=39.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572392550.380.0600189.810080.78
Hex9DEFFF26600be6451
Octal23535737746600276144121
Binary100111011110111111111111100110110001011111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DEFFF; }

 p { color: rgb(157,239,255); }

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

<style>
 a { background-color: #9DEFFF; }

 a { background-color: rgb(157,239,255); }

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

<style>
 span { border-color: #9DEFFF; }

 span { border-color: rgb(157,239,255); }

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