#9FE9EB

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

Shades of Blizzard Blue #9FE9EB

Tints of Blizzard Blue #9FE9EB

Color information

#9FE9EB (or 0x9FE9EB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E9 and EB. RGB value is (159,233,235). Sum of RGB (Red+Green+Blue) = 159+233+235=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FE9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE9EB is #601614. Grayscale: #D3D3D3. Windows color (decimal): -6297109 or 15460767. OLE color: 15460767.

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

Color convert

RGB159233235-
CMYK0.320.0100.08
HSL181.58º65.52%77.25%-
HSV(B)181.58º32.34%92.16%-
XYZ58.4371.6589.35-
YUV211.1141.4890.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.36%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=25.36%
G=37.16%
B=37.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592332350.320.0100.08181.5865.5277.25
Hex9FE9EB20108b6424d
Octal237351353401010266102115
Binary1001111111101001111010111000001010001011011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,233,235); }

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

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

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

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

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

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

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