#9FEEEF

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

Shades of Blizzard Blue #9FEEEF

Tints of Blizzard Blue #9FEEEF

Color information

#9FEEEF (or 0x9FEEEF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EE and EF. RGB value is (159,238,239). Sum of RGB (Red+Green+Blue) = 159+238+239=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEEF is #601110. Grayscale: #D6D6D6. Windows color (decimal): -6295825 or 15724191. OLE color: 15724191.

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

Color convert

RGB159238239-
CMYK0.330.0000.06
HSL180.75º71.43%78.04%-
HSV(B)180.75º33.47%93.73%-
XYZ60.4574.7592.9-
YUV214.49141.8388.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=25%
G=37.42%
B=37.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592382390.330.0000.06180.7571.4378.04
Hex9FEEEF21006b5474e
Octal23735635741006265107116
Binary100111111110111011101111100001001101011010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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