#9DEBF1

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

Shades of Blizzard Blue #9DEBF1

Tints of Blizzard Blue #9DEBF1

Color information

#9DEBF1 (or 0x9DEBF1) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EB and F1. RGB value is (157,235,241). Sum of RGB (Red+Green+Blue) = 157+235+241=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBF1 is #62140E. Grayscale: #D4D4D4. Windows color (decimal): -6427663 or 15854493. OLE color: 15854493.

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

Color convert

RGB157235241-
CMYK0.350.0200.05
HSL184.29º75%78.04%-
HSV(B)184.29º34.85%94.51%-
XYZ59.4972.9494.16-
YUV212.36144.1688.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.80%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=24.80%
G=37.12%
B=38.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572352410.350.0200.05184.297578.04
Hex9DEBF123205b84b4e
Octal23535336143205270113116
Binary1001110111101011111100011000111001011011100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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