#9DEEF1

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

Shades of Blizzard Blue #9DEEF1

Tints of Blizzard Blue #9DEEF1

Color information

#9DEEF1 (or 0x9DEEF1) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EE and F1. RGB value is (157,238,241). Sum of RGB (Red+Green+Blue) = 157+238+241=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEF1 is #62110E. Grayscale: #D6D6D6. Windows color (decimal): -6426895 or 15855261. OLE color: 15855261.

HSL color Cylindrical-coordinate representation of color #9DEEF1: hue angle of 182.14º degrees, saturation: 0.75, 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 #9DEEF1 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157238241-
CMYK0.350.0100.05
HSL182.14º75%78.04%-
HSV(B)182.14º34.85%94.51%-
XYZ60.3674.6794.45-
YUV214.12143.1687.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.69%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=24.69%
G=37.42%
B=37.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572382410.350.0100.05182.147578.04
Hex9DEEF123105b64b4e
Octal23535636143105266113116
Binary100111011110111011110001100011101011011011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,241); }

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

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

 a { background-color: rgb(157,238,241); }

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

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

 span { border-color: rgb(157,238,241); }

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