#9DEBF2

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

Shades of Blizzard Blue #9DEBF2

Tints of Blizzard Blue #9DEBF2

Color information

#9DEBF2 (or 0x9DEBF2) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EB and F2. RGB value is (157,235,242). Sum of RGB (Red+Green+Blue) = 157+235+242=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBF2 is #62140D. Grayscale: #D4D4D4. Windows color (decimal): -6427662 or 15920029. OLE color: 15920029.

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

Color convert

RGB157235242-
CMYK0.350.0300.05
HSL184.94º76.58%78.24%-
HSV(B)184.94º35.12%94.9%-
XYZ59.647394.95-
YUV212.48144.6688.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.76%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=24.76%
G=37.07%
B=38.17%

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
Decimal1572352420.350.0300.05184.9476.5878.24
Hex9DEBF223305b94d4e
Octal23535336243305271115116
Binary1001110111101011111100101000111101011011100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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