#9FE7EF

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

Shades of Blizzard Blue #9FE7EF

Tints of Blizzard Blue #9FE7EF

Color information

#9FE7EF (or 0x9FE7EF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E7 and EF. RGB value is (159,231,239). Sum of RGB (Red+Green+Blue) = 159+231+239=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE7EF is #601810. Grayscale: #D2D2D2. Windows color (decimal): -6297617 or 15722399. OLE color: 15722399.

HSL color Cylindrical-coordinate representation of color #9FE7EF: hue angle of 186º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE7EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159231239-
CMYK0.330.0300.06
HSL186º71.43%78.04%-
HSV(B)186º33.47%93.73%-
XYZ58.4570.7592.24-
YUV210.38144.1591.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.28%
GREEN value IS 231 (90.62% from 255) = 36.72%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=25.28%
G=36.72%
B=38.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592312390.330.0300.0618671.4378.04
Hex9FE7EF21306ba474e
Octal23734735741306272107116
Binary1001111111100111111011111000011101101011101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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