#9FE5EB

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

Shades of Blizzard Blue #9FE5EB

Tints of Blizzard Blue #9FE5EB

Color information

#9FE5EB (or 0x9FE5EB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E5 and EB. RGB value is (159,229,235). Sum of RGB (Red+Green+Blue) = 159+229+235=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FE5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5EB is #601A14. Grayscale: #D0D0D0. Windows color (decimal): -6298133 or 15459743. OLE color: 15459743.

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

Color convert

RGB159229235-
CMYK0.320.0300.08
HSL184.74º65.52%77.25%-
HSV(B)184.74º32.34%92.16%-
XYZ57.3169.4188.97-
YUV208.75142.8192.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.52%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=25.52%
G=36.76%
B=37.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592292350.320.0300.08184.7465.5277.25
Hex9FE5EB20308b9424d
Octal237345353403010271102115
Binary10011111111001011110101110000011010001011100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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