Html Css Color HEX #9EE0EA Blizzard Blue

📋 copy color: '#9EE0EA'

red 158 ◦ green 224 ◦ blue 234

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

Shades of Blizzard Blue #9EE0EA

Tints of Blizzard Blue #9EE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 25.65%
G = 36.36%
B = 37.99%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EE0EA (or 0x9EE0EA) is known color: Blizzard Blue. HEX triplet: 9E, E0 and EA. RGB value is (158,224,234). Sum of RGB (Red+Green+Blue) = 158+224+234=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0EA is #611F15. Grayscale: #CDCDCD. Windows color (decimal): -6364950 or 15392926. OLE color: 15392926.

HSL color Cylindrical-coordinate representation of color #9EE0EA: hue angle of 187.89º 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 #9EE0EA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 224 234 -
CMYK 0.32 0.04 0 0.08
HSL 187.89º 0.64% 0.77% -
HSV(B) 187.89º 0.32% 0.92% -
XYZ 55.61 66.52 87.75 -
YUV 205.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 158 224 234 0.32 0.04 0 0.08 187.89 0.64 0.77
Hex 9E E0 EA 20 4 0 8 BC 40 4D
Octal 236 340 352 40 4 0 10 274 100 115
Binary 10011110 11100000 11101010 100000 100 0 1000 10111100 1000000 1001101

Color Harmonies of #9EE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0EA

Black with #9EE0EA

Text Example


Text Example

White with #9EE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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