#9FE3EE

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

Shades of Blizzard Blue #9FE3EE

Tints of Blizzard Blue #9FE3EE

Color information

#9FE3EE (or 0x9FE3EE) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E3 and EE. RGB value is (159,227,238). Sum of RGB (Red+Green+Blue) = 159+227+238=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE3EE is #601C11. Grayscale: #CFCFCF. Windows color (decimal): -6298642 or 15655839. OLE color: 15655839.

HSL color Cylindrical-coordinate representation of color #9FE3EE: hue angle of 188.35º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE3EE is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159227238-
CMYK0.330.0500.07
HSL188.35º69.91%77.84%-
HSV(B)188.35º33.19%93.33%-
XYZ57.268.4891.09-
YUV207.92144.9793.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.48%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=25.48%
G=36.38%
B=38.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592272380.330.0500.07188.3569.9177.84
Hex9FE3EE21507bc464e
Octal23734335641507274106116
Binary10011111111000111110111010000110101111011110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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