#9FEEFC

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

Shades of Blizzard Blue #9FEEFC

Tints of Blizzard Blue #9FEEFC

Color information

#9FEEFC (or 0x9FEEFC) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EE and FC. RGB value is (159,238,252). Sum of RGB (Red+Green+Blue) = 159+238+252=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEFC is #601103. Grayscale: #D7D7D7. Windows color (decimal): -6295812 or 16576159. OLE color: 16576159.

HSL color Cylindrical-coordinate representation of color #9FEEFC: hue angle of 189.03º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEEFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159238252-
CMYK0.370.0600.01
HSL189.03º93.94%80.59%-
HSV(B)189.03º36.9%98.82%-
XYZ62.4475.55103.39-
YUV215.98148.3387.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.50%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=24.50%
G=36.67%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592382520.370.0600.01189.0393.9480.59
Hex9FEEFC25601bd5e51
Octal23735637445601275136121
Binary100111111110111011111100100101110011011110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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