#A0F1FE

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

Shades of Blizzard Blue #A0F1FE

Tints of Blizzard Blue #A0F1FE

Color information

#A0F1FE (or 0xA0F1FE) is unknown color: approx Blizzard Blue. HEX triplet: A0, F1 and FE. RGB value is (160,241,254). Sum of RGB (Red+Green+Blue) = 160+241+254=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1FE is #5F0E01. Grayscale: #DADADA. Windows color (decimal): -6229506 or 16708000. OLE color: 16708000.

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

Color convert

RGB160241254-
CMYK0.370.0500.00
HSL188.3º97.92%81.18%-
HSV(B)188.3º37.01%99.61%-
XYZ63.8477.54105.37-
YUV218.26148.1686.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.43%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=24.43%
G=36.79%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602412540.370.0500.00188.397.9281.18
HexA0F1FE25500bc6251
Octal24036137645500274142121
Binary101000001111000111111110100101101001011110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F1FE; }

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

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

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

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

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

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

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

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