#A2F0FD

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

Shades of Blizzard Blue #A2F0FD

Tints of Blizzard Blue #A2F0FD

Color information

#A2F0FD (or 0xA2F0FD) is unknown color: approx Blizzard Blue. HEX triplet: A2, F0 and FD. RGB value is (162,240,253). Sum of RGB (Red+Green+Blue) = 162+240+253=655 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.73% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F0FD is #5D0F02. Grayscale: #DADADA. Windows color (decimal): -6098691 or 16642210. OLE color: 16642210.

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

Color convert

RGB162240253-
CMYK0.360.0500.01
HSL188.57º95.79%81.37%-
HSV(B)188.57º35.97%99.22%-
XYZ63.7977.09104.45-
YUV218.16147.6687.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.73%
GREEN value IS 240 (94.14% from 255) = 36.64%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=24.73%
G=36.64%
B=38.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622402530.360.0500.01188.5795.7981.37
HexA2F0FD24501bd6051
Octal24236037544501275140121
Binary101000101111000011111101100100101011011110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F0FD; }

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

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

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

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

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

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

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

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