Html Css Color HEX #9EEAE6 Blizzard Blue

📋 copy color: '#9EEAE6'

red 158 ◦ green 234 ◦ blue 230

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

Shades of Blizzard Blue #9EEAE6

Tints of Blizzard Blue #9EEAE6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 25.4%
G = 37.62%
B = 36.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#9EEAE6 (or 0x9EEAE6) is known color: Blizzard Blue. HEX triplet: 9E, EA and E6. RGB value is (158,234,230). Sum of RGB (Red+Green+Blue) = 158+234+230=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAE6 is #611519. Grayscale: #D2D2D2. Windows color (decimal): -6362394 or 15133342. OLE color: 15133342.

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

Color convert

RGB 158 234 230 -
CMYK 0.32 0 0.02 0.08
HSL 176.84º 0.64% 0.77% -
HSV(B) 176.84º 0.32% 0.92% -
XYZ 57.81 71.83 85.68 -
YUV 210.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 158 234 230 0.32 0 0.02 0.08 176.84 0.64 0.77
Hex 9E EA E6 20 0 2 8 B1 40 4D
Octal 236 352 346 40 0 2 10 261 100 115
Binary 10011110 11101010 11100110 100000 0 10 1000 10110001 1000000 1001101

Color Harmonies of #9EEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAE6

Black with #9EEAE6

Text Example


Text Example

White with #9EEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,234,230); }

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

background-color css

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

 a { background-color: rgb(158,234,230); }

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

border-color css

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

 span { border-color: rgb(158,234,230); }

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