#A0F0FE

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

Shades of Blizzard Blue #A0F0FE

Tints of Blizzard Blue #A0F0FE

Color information

#A0F0FE (or 0xA0F0FE) is unknown color: approx Blizzard Blue. HEX triplet: A0, F0 and FE. RGB value is (160,240,254). Sum of RGB (Red+Green+Blue) = 160+240+254=654 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.46% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F0FE is #5F0F01. Grayscale: #D9D9D9. Windows color (decimal): -6229762 or 16707744. OLE color: 16707744.

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

Color convert

RGB160240254-
CMYK0.370.0600.00
HSL188.94º97.92%81.18%-
HSV(B)188.94º37.01%99.61%-
XYZ63.5576.95105.27-
YUV217.68148.586.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.46%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=24.46%
G=36.70%
B=38.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602402540.370.0600.00188.9497.9281.18
HexA0F0FE25600bd6251
Octal24036037645600275142121
Binary101000001111000011111110100101110001011110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F0FE; }

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

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

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

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

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

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

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

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