Html Css Color HEX #9EE3EF Blizzard Blue

📋 copy color: '#9EE3EF'

red 158 ◦ green 227 ◦ blue 239

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

Shades of Blizzard Blue #9EE3EF

Tints of Blizzard Blue #9EE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.38%

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 25.32%
G = 36.38%
B = 38.3%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EE3EF (or 0x9EE3EF) is known color: Blizzard Blue. HEX triplet: 9E, E3 and EF. RGB value is (158,227,239). Sum of RGB (Red+Green+Blue) = 158+227+239=624 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.32% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EE3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE3EF is #611C10. Grayscale: #CFCFCF. Windows color (decimal): -6364177 or 15721374. OLE color: 15721374.

HSL color Cylindrical-coordinate representation of color #9EE3EF: hue angle of 188.89º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EE3EF is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 227 239 -
CMYK 0.34 0.05 0 0.06
HSL 188.89º 0.72% 0.78% -
HSV(B) 188.89º 0.34% 0.94% -
XYZ 57.15 68.44 91.86 -
YUV 207.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 158 227 239 0.34 0.05 0 0.06 188.89 0.72 0.78
Hex 9E E3 EF 22 5 0 6 BD 48 4E
Octal 236 343 357 42 5 0 6 275 110 116
Binary 10011110 11100011 11101111 100010 101 0 110 10111101 1001000 1001110

Color Harmonies of #9EE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE3EF

Black with #9EE3EF

Text Example


Text Example

White with #9EE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,227,239); }

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

background-color css

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

 a { background-color: rgb(158,227,239); }

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

border-color css

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

 span { border-color: rgb(158,227,239); }

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