#9DEFF5

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

Shades of Blizzard Blue #9DEFF5

Tints of Blizzard Blue #9DEFF5

Color information

#9DEFF5 (or 0x9DEFF5) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EF and F5. RGB value is (157,239,245). Sum of RGB (Red+Green+Blue) = 157+239+245=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #9DEFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFF5 is #62100A. Grayscale: #D7D7D7. Windows color (decimal): -6426635 or 16117661. OLE color: 16117661.

HSL color Cylindrical-coordinate representation of color #9DEFF5: hue angle of 184.09º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DEFF5 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157239245-
CMYK0.360.0200.04
HSL184.09º81.48%78.82%-
HSV(B)184.09º35.92%96.08%-
XYZ61.2575.4997.73-
YUV215.17144.8386.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.49%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=24.49%
G=37.29%
B=38.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572392450.360.0200.04184.0981.4878.82
Hex9DEFF524204b8514f
Octal23535736544204270121117
Binary1001110111101111111101011001001001001011100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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