#A0F4FF

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

Shades of Blizzard Blue #A0F4FF

Tints of Blizzard Blue #A0F4FF

Color information

#A0F4FF (or 0xA0F4FF) is unknown color: approx Blizzard Blue. HEX triplet: A0, F4 and FF. RGB value is (160,244,255). Sum of RGB (Red+Green+Blue) = 160+244+255=659 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.28% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F4FF is #5F0B00. Grayscale: #DCDCDC. Windows color (decimal): -6228737 or 16774304. OLE color: 16774304.

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

Color convert

RGB160244255-
CMYK0.370.0400
HSL186.95º100%81.37%-
HSV(B)186.95º37.25%100%-
XYZ64.979.39106.51-
YUV220.14147.6785.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.28%
GREEN value IS 244 (95.70% from 255) = 37.03%
BLUE value IS 255 (100% from 255) = 38.69%
R=24.28%
G=37.03%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602442550.370.0400186.9510081.37
HexA0F4FF25400bb6451
Octal24036437745400273144121
Binary101000001111010011111111100101100001011101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F4FF; }

 p { color: rgb(160,244,255); }

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

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

 a { background-color: rgb(160,244,255); }

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

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

 span { border-color: rgb(160,244,255); }

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