#9EDFED

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

Shades of Blizzard Blue #9EDFED

Tints of Blizzard Blue #9EDFED

Color information

#9EDFED (or 0x9EDFED) is unknown color: approx Blizzard Blue. HEX triplet: 9E, DF and ED. RGB value is (158,223,237). Sum of RGB (Red+Green+Blue) = 158+223+237=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFED is #612012. Grayscale: #CDCDCD. Windows color (decimal): -6365203 or 15589278. OLE color: 15589278.

HSL color Cylindrical-coordinate representation of color #9EDFED: hue angle of 190.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDFED is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158223237-
CMYK0.330.0600.07
HSL190.63º68.7%77.45%-
HSV(B)190.63º33.33%92.94%-
XYZ55.7766.1689.95-
YUV205.16145.9794.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=25.57%
G=36.08%
B=38.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582232370.330.0600.07190.6368.777.45
Hex9EDFED21607bf454d
Octal23633735541607277105115
Binary10011110110111111110110110000111001111011111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,237); }

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

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

 a { background-color: rgb(158,223,237); }

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

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

 span { border-color: rgb(158,223,237); }

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