#9FEAFB

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

Shades of Blizzard Blue #9FEAFB

Tints of Blizzard Blue #9FEAFB

Color information

#9FEAFB (or 0x9FEAFB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EA and FB. RGB value is (159,234,251). Sum of RGB (Red+Green+Blue) = 159+234+251=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FEAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFB is #601504. Grayscale: #D5D5D5. Windows color (decimal): -6296837 or 16509599. OLE color: 16509599.

HSL color Cylindrical-coordinate representation of color #9FEAFB: hue angle of 191.09º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEAFB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159234251-
CMYK0.370.0700.02
HSL191.09º92%80.39%-
HSV(B)191.09º36.65%98.43%-
XYZ61.1373.18102.17-
YUV213.51149.1589.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.69%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=24.69%
G=36.34%
B=38.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592342510.370.0700.02191.099280.39
Hex9FEAFB25702bf5c50
Octal23735237345702277134120
Binary1001111111101010111110111001011110101011111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,234,251); }

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

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

 a { background-color: rgb(159,234,251); }

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

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

 span { border-color: rgb(159,234,251); }

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