#9FE7EB

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

Shades of Blizzard Blue #9FE7EB

Tints of Blizzard Blue #9FE7EB

Color information

#9FE7EB (or 0x9FE7EB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E7 and EB. RGB value is (159,231,235). Sum of RGB (Red+Green+Blue) = 159+231+235=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FE7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE7EB is #601814. Grayscale: #D1D1D1. Windows color (decimal): -6297621 or 15460255. OLE color: 15460255.

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

Color convert

RGB159231235-
CMYK0.320.0200.08
HSL183.16º65.52%77.25%-
HSV(B)183.16º32.34%92.16%-
XYZ57.8770.5289.16-
YUV209.93142.1591.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.44%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=25.44%
G=36.96%
B=37.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592312350.320.0200.08183.1665.5277.25
Hex9FE7EB20208b7424d
Octal237347353402010267102115
Binary10011111111001111110101110000010010001011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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