#9FEFFF

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

Shades of Blizzard Blue #9FEFFF

Tints of Blizzard Blue #9FEFFF

Color information

#9FEFFF (or 0x9FEFFF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EF and FF. RGB value is (159,239,255). Sum of RGB (Red+Green+Blue) = 159+239+255=653 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.35% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFFF is #601000. Grayscale: #D8D8D8. Windows color (decimal): -6295553 or 16773023. OLE color: 16773023.

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

Color convert

RGB159239255-
CMYK0.380.0600
HSL190º100%81.18%-
HSV(B)190º37.65%100%-
XYZ63.2176.32106.01-
YUV216.9149.586.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.35%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 255 (100% from 255) = 39.05%
R=24.35%
G=36.60%
B=39.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592392550.380.060019010081.18
Hex9FEFFF26600be6451
Octal23735737746600276144121
Binary100111111110111111111111100110110001011111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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