Html Css Color HEX #9EECEE Blizzard Blue

📋 copy color: '#9EECEE'

red 158 ◦ green 236 ◦ blue 238

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

Shades of Blizzard Blue #9EECEE

Tints of Blizzard Blue #9EECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 25%
G = 37.34%
B = 37.66%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EECEE (or 0x9EECEE) is known color: Blizzard Blue. HEX triplet: 9E, EC and EE. RGB value is (158,236,238). Sum of RGB (Red+Green+Blue) = 158+236+238=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECEE is #611311. Grayscale: #D4D4D4. Windows color (decimal): -6361874 or 15658142. OLE color: 15658142.

HSL color Cylindrical-coordinate representation of color #9EECEE: hue angle of 181.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EECEE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 236 238 -
CMYK 0.34 0.01 0 0.07
HSL 181.5º 0.7% 0.78% -
HSV(B) 181.5º 0.34% 0.93% -
XYZ 59.53 73.43 91.93 -
YUV 212.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 158 236 238 0.34 0.01 0 0.07 181.5 0.7 0.78
Hex 9E EC EE 22 1 0 7 B6 46 4E
Octal 236 354 356 42 1 0 7 266 106 116
Binary 10011110 11101100 11101110 100010 1 0 111 10110110 1000110 1001110

Color Harmonies of #9EECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECEE

Black with #9EECEE

Text Example


Text Example

White with #9EECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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