#A0F0FD

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

Shades of Blizzard Blue #A0F0FD

Tints of Blizzard Blue #A0F0FD

Color information

#A0F0FD (or 0xA0F0FD) is unknown color: approx Blizzard Blue. HEX triplet: A0, F0 and FD. RGB value is (160,240,253). Sum of RGB (Red+Green+Blue) = 160+240+253=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F0FD is #5F0F02. Grayscale: #D9D9D9. Windows color (decimal): -6229763 or 16642208. OLE color: 16642208.

HSL color Cylindrical-coordinate representation of color #A0F0FD: hue angle of 188.39º degrees, saturation: 0.96, 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 #A0F0FD is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160240253-
CMYK0.370.0500.01
HSL188.39º95.88%80.98%-
HSV(B)188.39º36.76%99.22%-
XYZ63.3976.89104.43-
YUV217.5614886.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.50%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=24.50%
G=36.75%
B=38.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602402530.370.0500.01188.3995.8880.98
HexA0F0FD25501bc6051
Octal24036037545501274140121
Binary101000001111000011111101100101101011011110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F0FD; }

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

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

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

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

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

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

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

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