#9FECEF

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

Shades of Blizzard Blue #9FECEF

Tints of Blizzard Blue #9FECEF

Color information

#9FECEF (or 0x9FECEF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EC and EF. RGB value is (159,236,239). Sum of RGB (Red+Green+Blue) = 159+236+239=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECEF is #601310. Grayscale: #D5D5D5. Windows color (decimal): -6296337 or 15723679. OLE color: 15723679.

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

Color convert

RGB159236239-
CMYK0.330.0100.06
HSL182.25º71.43%78.04%-
HSV(B)182.25º33.47%93.73%-
XYZ59.8773.5992.71-
YUV213.32142.4989.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.08%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=25.08%
G=37.22%
B=37.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592362390.330.0100.06182.2571.4378.04
Hex9FECEF21106b6474e
Octal23735435741106266107116
Binary100111111110110011101111100001101101011011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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