#9DEAF2

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

Shades of Blizzard Blue #9DEAF2

Tints of Blizzard Blue #9DEAF2

Color information

#9DEAF2 (or 0x9DEAF2) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EA and F2. RGB value is (157,234,242). Sum of RGB (Red+Green+Blue) = 157+234+242=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAF2 is #62150D. Grayscale: #D3D3D3. Windows color (decimal): -6427918 or 15919773. OLE color: 15919773.

HSL color Cylindrical-coordinate representation of color #9DEAF2: hue angle of 185.65º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DEAF2 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157234242-
CMYK0.350.0300.05
HSL185.65º76.58%78.24%-
HSV(B)185.65º35.12%94.9%-
XYZ59.3572.4294.86-
YUV211.89144.9988.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.80%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=24.80%
G=36.97%
B=38.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572342420.350.0300.05185.6576.5878.24
Hex9DEAF223305ba4d4e
Octal23535236243305272115116
Binary1001110111101010111100101000111101011011101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,234,242); }

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

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

 a { background-color: rgb(157,234,242); }

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

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

 span { border-color: rgb(157,234,242); }

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