#9EEBEB

Color #9EEBEB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9EEBEB

Tints of Blizzard Blue #9EEBEB

Color information

#9EEBEB (or 0x9EEBEB) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EB and EB. RGB value is (158,235,235). Sum of RGB (Red+Green+Blue) = 158+235+235=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #9EEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBEB is #611414. Grayscale: #D3D3D3. Windows color (decimal): -6362133 or 15461278. OLE color: 15461278.

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

Color convert

RGB158235235-
CMYK0.33000.08
HSL180º65.81%77.06%-
HSV(B)180º32.77%92.16%-
XYZ58.872.6889.53-
YUV211.98140.9989.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.16%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=25.16%
G=37.42%
B=37.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582352350.33000.0818065.8177.06
Hex9EEBEB21008b4424d
Octal236353353410010264102115
Binary1001111011101011111010111000010010001011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EEBEB;
 }
 .AnyTagClassName
 {
   color: #9EEBEB;
 }
</style>
background-color css

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

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

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

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

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

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