#9EEEEE

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

Shades of Blizzard Blue #9EEEEE

Tints of Blizzard Blue #9EEEEE

Color information

#9EEEEE (or 0x9EEEEE) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EE and EE. RGB value is (158,238,238). Sum of RGB (Red+Green+Blue) = 158+238+238=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9EEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEEE is #611111. Grayscale: #D6D6D6. Windows color (decimal): -6361362 or 15658654. OLE color: 15658654.

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

Color convert

RGB158238238-
CMYK0.34000.07
HSL180º70.18%77.65%-
HSV(B)180º33.61%93.33%-
XYZ60.1174.5992.12-
YUV214.08141.588-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.92%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=24.92%
G=37.54%
B=37.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582382380.34000.0718070.1877.65
Hex9EEEEE22007b4464e
Octal23635635642007264106116
Binary100111101110111011101110100010001111011010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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