#9FEEFF

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

Shades of Blizzard Blue #9FEEFF

Tints of Blizzard Blue #9FEEFF

Color information

#9FEEFF (or 0x9FEEFF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EE and FF. RGB value is (159,238,255). Sum of RGB (Red+Green+Blue) = 159+238+255=652 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.39% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEFF is #601100. Grayscale: #D8D8D8. Windows color (decimal): -6295809 or 16772767. OLE color: 16772767.

HSL color Cylindrical-coordinate representation of color #9FEEFF: hue angle of 190.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FEEFF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159238255-
CMYK0.380.0700
HSL190.62º100%81.18%-
HSV(B)190.62º37.65%100%-
XYZ62.9275.74105.91-
YUV216.32149.8387.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.39%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 255 (100% from 255) = 39.11%
R=24.39%
G=36.50%
B=39.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592382550.380.0700190.6210081.18
Hex9FEEFF26700bf6451
Octal23735637746700277144121
Binary100111111110111011111111100110111001011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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