Html Css Color HEX #9EE9E4 Blizzard Blue

📋 copy color: '#9EE9E4'

red 158 ◦ green 233 ◦ blue 228

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

Shades of Blizzard Blue #9EE9E4

Tints of Blizzard Blue #9EE9E4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.64%

 BLUE value IS 228 (89.45% from 255) = 36.83%

R = 25.53%
G = 37.64%
B = 36.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#9EE9E4 (or 0x9EE9E4) is known color: Blizzard Blue. HEX triplet: 9E, E9 and E4. RGB value is (158,233,228). Sum of RGB (Red+Green+Blue) = 158+233+228=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9E4 is #61161B. Grayscale: #D1D1D1. Windows color (decimal): -6362652 or 15002014. OLE color: 15002014.

HSL color Cylindrical-coordinate representation of color #9EE9E4: hue angle of 176º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9E4 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 228 -
CMYK 0.32 0 0.02 0.09
HSL 176º 0.63% 0.77% -
HSV(B) 176º 0.32% 0.91% -
XYZ 57.24 71.15 84.11 -
YUV 210.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 158 233 228 0.32 0 0.02 0.09 176 0.63 0.77
Hex 9E E9 E4 20 0 2 9 B0 3F 4D
Octal 236 351 344 40 0 2 11 260 77 115
Binary 10011110 11101001 11100100 100000 0 10 1001 10110000 111111 1001101

Color Harmonies of #9EE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE9E4

Black with #9EE9E4

Text Example


Text Example

White with #9EE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,233,228); }

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

background-color css

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

 a { background-color: rgb(158,233,228); }

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

border-color css

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

 span { border-color: rgb(158,233,228); }

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