#9FEAF3

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

Shades of Blizzard Blue #9FEAF3

Tints of Blizzard Blue #9FEAF3

Color information

#9FEAF3 (or 0x9FEAF3) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EA and F3. RGB value is (159,234,243). Sum of RGB (Red+Green+Blue) = 159+234+243=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FEAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAF3 is #60150C. Grayscale: #D4D4D4. Windows color (decimal): -6296845 or 15985311. OLE color: 15985311.

HSL color Cylindrical-coordinate representation of color #9FEAF3: hue angle of 186.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FEAF3 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159234243-
CMYK0.350.0400.05
HSL186.43º77.78%78.82%-
HSV(B)186.43º34.57%95.29%-
XYZ59.972.6995.67-
YUV212.6145.1589.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=25%
G=36.79%
B=38.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592342430.350.0400.05186.4377.7878.82
Hex9FEAF323405ba4e4f
Octal23735236343405272116117
Binary10011111111010101111001110001110001011011101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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