Html Css Color HEX #9EEDEC Blizzard Blue

📋 copy color: '#9EEDEC'

red 158 ◦ green 237 ◦ blue 236

#9EEDEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #9EEDEC

Tints of Blizzard Blue #9EEDEC

RGB

 RED value IS 158 (62.11% from 255) = 25.04%

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 25.04%
G = 37.56%
B = 37.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#9EEDEC (or 0x9EEDEC) is known color: Blizzard Blue. HEX triplet: 9E, ED and EC. RGB value is (158,237,236). Sum of RGB (Red+Green+Blue) = 158+237+236=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDEC is #611213. Grayscale: #D5D5D5. Windows color (decimal): -6361620 or 15527326. OLE color: 15527326.

HSL color Cylindrical-coordinate representation of color #9EEDEC: hue angle of 179.24º 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 #9EEDEC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 236 -
CMYK 0.33 0 0.00 0.07
HSL 179.24º 0.69% 0.77% -
HSV(B) 179.24º 0.33% 0.93% -
XYZ 59.53 73.89 90.48 -
YUV 213.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 158 237 236 0.33 0 0.00 0.07 179.24 0.69 0.77
Hex 9E ED EC 21 0 0 7 B3 45 4D
Octal 236 355 354 41 0 0 7 263 105 115
Binary 10011110 11101101 11101100 100001 0 0 111 10110011 1000101 1001101

Color Harmonies of #9EEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDEC

Black with #9EEDEC

Text Example


Text Example

White with #9EEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EEDEC;
 }
 .AnyTagClassName
 {
   color: #9EEDEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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