Html Css Color HEX #9EECEB Blizzard Blue

📋 copy color: '#9EECEB'

red 158 ◦ green 236 ◦ blue 235

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

Shades of Blizzard Blue #9EECEB

Tints of Blizzard Blue #9EECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

 BLUE value IS 235 (92.19% from 255) = 37.36%

R = 25.12%
G = 37.52%
B = 37.36%

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

#9EECEB (or 0x9EECEB) is known color: Blizzard Blue. HEX triplet: 9E, EC and EB. RGB value is (158,236,235). Sum of RGB (Red+Green+Blue) = 158+236+235=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECEB is #611314. Grayscale: #D4D4D4. Windows color (decimal): -6361877 or 15461534. OLE color: 15461534.

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

Color convert

RGB 158 236 235 -
CMYK 0.33 0 0.00 0.07
HSL 179.23º 0.67% 0.77% -
HSV(B) 179.23º 0.33% 0.93% -
XYZ 59.09 73.26 89.62 -
YUV 212.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 158 236 235 0.33 0 0.00 0.07 179.23 0.67 0.77
Hex 9E EC EB 21 0 0 7 B3 43 4D
Octal 236 354 353 41 0 0 7 263 103 115
Binary 10011110 11101100 11101011 100001 0 0 111 10110011 1000011 1001101

Color Harmonies of #9EECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECEB

Black with #9EECEB

Text Example


Text Example

White with #9EECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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