#9AF1FE

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

Shades of Blizzard Blue #9AF1FE

Tints of Blizzard Blue #9AF1FE

Color information

#9AF1FE (or 0x9AF1FE) is unknown color: approx Blizzard Blue. HEX triplet: 9A, F1 and FE. RGB value is (154,241,254). Sum of RGB (Red+Green+Blue) = 154+241+254=649 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.73% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF1FE is #650E01. Grayscale: #D8D8D8. Windows color (decimal): -6622722 or 16707994. OLE color: 16707994.

HSL color Cylindrical-coordinate representation of color #9AF1FE: hue angle of 187.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF1FE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154241254-
CMYK0.390.0500.00
HSL187.8º98.04%80%-
HSV(B)187.8º39.37%99.61%-
XYZ62.6776.94105.31-
YUV216.47149.1883.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.73%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=23.73%
G=37.13%
B=39.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542412540.390.0500.00187.898.0480
Hex9AF1FE27500bc6250
Octal23236137647500274142120
Binary100110101111000111111110100111101001011110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,241,254); }

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

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

 a { background-color: rgb(154,241,254); }

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

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

 span { border-color: rgb(154,241,254); }

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