#9FE3EB

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

Shades of Blizzard Blue #9FE3EB

Tints of Blizzard Blue #9FE3EB

Color information

#9FE3EB (or 0x9FE3EB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E3 and EB. RGB value is (159,227,235). Sum of RGB (Red+Green+Blue) = 159+227+235=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE3EB is #601C14. Grayscale: #CFCFCF. Windows color (decimal): -6298645 or 15459231. OLE color: 15459231.

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

Color convert

RGB159227235-
CMYK0.320.0300.08
HSL186.32º65.52%77.25%-
HSV(B)186.32º32.34%92.16%-
XYZ56.7668.3188.79-
YUV207.58143.4793.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.60%
GREEN value IS 227 (89.06% from 255) = 36.55%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=25.60%
G=36.55%
B=37.84%

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
Decimal1592272350.320.0300.08186.3265.5277.25
Hex9FE3EB20308ba424d
Octal237343353403010272102115
Binary10011111111000111110101110000011010001011101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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