#A2F3FF

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

Shades of Blizzard Blue #A2F3FF

Tints of Blizzard Blue #A2F3FF

Color information

#A2F3FF (or 0xA2F3FF) is unknown color: approx Blizzard Blue. HEX triplet: A2, F3 and FF. RGB value is (162,243,255). Sum of RGB (Red+Green+Blue) = 162+243+255=660 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.55% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F3FF is #5D0C00. Grayscale: #DCDCDC. Windows color (decimal): -6097921 or 16774050. OLE color: 16774050.

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

Color convert

RGB162243255-
CMYK0.360.0500
HSL187.74º100%81.76%-
HSV(B)187.74º36.47%100%-
XYZ6579106.43-
YUV220.15147.6686.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.55%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 255 (100% from 255) = 38.64%
R=24.55%
G=36.82%
B=38.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622432550.360.0500187.7410081.76
HexA2F3FF24500bc6452
Octal24236337744500274144122
Binary101000101111001111111111100100101001011110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3FF; }

 p { color: rgb(162,243,255); }

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

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

 a { background-color: rgb(162,243,255); }

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

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

 span { border-color: rgb(162,243,255); }

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