#A0F3FC

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

Shades of Blizzard Blue #A0F3FC

Tints of Blizzard Blue #A0F3FC

Color information

#A0F3FC (or 0xA0F3FC) is unknown color: approx Blizzard Blue. HEX triplet: A0, F3 and FC. RGB value is (160,243,252). Sum of RGB (Red+Green+Blue) = 160+243+252=655 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.43% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0F3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F3FC is #5F0C03. Grayscale: #DBDBDB. Windows color (decimal): -6228996 or 16577440. OLE color: 16577440.

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

Color convert

RGB160243252-
CMYK0.370.0400.01
HSL185.87º93.88%80.78%-
HSV(B)185.87º36.51%98.82%-
XYZ64.1278.6103.89-
YUV219.21146.585.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.43%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=24.43%
G=37.10%
B=38.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602432520.370.0400.01185.8793.8880.78
HexA0F3FC25401ba5e51
Octal24036337445401272136121
Binary101000001111001111111100100101100011011101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3FC; }

 p { color: rgb(160,243,252); }

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

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

 a { background-color: rgb(160,243,252); }

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

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

 span { border-color: rgb(160,243,252); }

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