Html Css Color HEX #9EEBEE Blizzard Blue

📋 copy color: '#9EEBEE'

red 158 ◦ green 235 ◦ blue 238

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

Shades of Blizzard Blue #9EEBEE

Tints of Blizzard Blue #9EEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.24%

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

R = 25.04%
G = 37.24%
B = 37.72%

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

#9EEBEE (or 0x9EEBEE) is known color: Blizzard Blue. HEX triplet: 9E, EB and EE. RGB value is (158,235,238). Sum of RGB (Red+Green+Blue) = 158+235+238=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBEE is #611411. Grayscale: #D4D4D4. Windows color (decimal): -6362130 or 15657886. OLE color: 15657886.

HSL color Cylindrical-coordinate representation of color #9EEBEE: hue angle of 182.25º 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 #9EEBEE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 235 238 -
CMYK 0.34 0.01 0 0.07
HSL 182.25º 0.7% 0.78% -
HSV(B) 182.25º 0.34% 0.93% -
XYZ 59.24 72.86 91.83 -
YUV 212.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 158 235 238 0.34 0.01 0 0.07 182.25 0.7 0.78
Hex 9E EB EE 22 1 0 7 B6 46 4E
Octal 236 353 356 42 1 0 7 266 106 116
Binary 10011110 11101011 11101110 100010 1 0 111 10110110 1000110 1001110

Color Harmonies of #9EEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBEE

Black with #9EEBEE

Text Example


Text Example

White with #9EEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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