#9DEBFA

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

Shades of Blizzard Blue #9DEBFA

Tints of Blizzard Blue #9DEBFA

Color information

#9DEBFA (or 0x9DEBFA) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EB and FA. RGB value is (157,235,250). Sum of RGB (Red+Green+Blue) = 157+235+250=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBFA is #621405. Grayscale: #D5D5D5. Windows color (decimal): -6427654 or 16444317. OLE color: 16444317.

HSL color Cylindrical-coordinate representation of color #9DEBFA: hue angle of 189.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEBFA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157235250-
CMYK0.370.0600.02
HSL189.68º90.29%79.8%-
HSV(B)189.68º37.2%98.04%-
XYZ60.8773.49101.42-
YUV213.39148.6687.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.45%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=24.45%
G=36.60%
B=38.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572352500.370.0600.02189.6890.2979.8
Hex9DEBFA25602be5a50
Octal23535337245602276132120
Binary1001110111101011111110101001011100101011111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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