#9FE5EF

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

Shades of Blizzard Blue #9FE5EF

Tints of Blizzard Blue #9FE5EF

Color information

#9FE5EF (or 0x9FE5EF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E5 and EF. RGB value is (159,229,239). Sum of RGB (Red+Green+Blue) = 159+229+239=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5EF is #601A10. Grayscale: #D1D1D1. Windows color (decimal): -6298129 or 15721887. OLE color: 15721887.

HSL color Cylindrical-coordinate representation of color #9FE5EF: hue angle of 187.5º 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 #9FE5EF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159229239-
CMYK0.330.0400.06
HSL187.5º71.43%78.04%-
HSV(B)187.5º33.47%93.73%-
XYZ57.969.6492.05-
YUV209.21144.8192.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.36%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=25.36%
G=36.52%
B=38.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592292390.330.0400.06187.571.4378.04
Hex9FE5EF21406bc474e
Octal23734535741406274107116
Binary10011111111001011110111110000110001101011110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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