#A2F1FC

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

Shades of Blizzard Blue #A2F1FC

Tints of Blizzard Blue #A2F1FC

Color information

#A2F1FC (or 0xA2F1FC) is unknown color: approx Blizzard Blue. HEX triplet: A2, F1 and FC. RGB value is (162,241,252). Sum of RGB (Red+Green+Blue) = 162+241+252=655 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.73% from 655); Green value is 241 (94.53% from 255 or 36.79% 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 #A2F1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F1FC is #5D0E03. Grayscale: #DADADA. Windows color (decimal): -6098436 or 16576930. OLE color: 16576930.

HSL color Cylindrical-coordinate representation of color #A2F1FC: hue angle of 187.33º degrees, saturation: 0.94, 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 #A2F1FC is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162241252-
CMYK0.360.0400.01
HSL187.33º93.75%81.18%-
HSV(B)187.33º35.71%98.82%-
XYZ63.9377.62103.71-
YUV218.63146.8387.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.73%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=24.73%
G=36.79%
B=38.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622412520.360.0400.01187.3393.7581.18
HexA2F1FC24401bb5e51
Octal24236137444401273136121
Binary101000101111000111111100100100100011011101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F1FC; }

 p { color: rgb(162,241,252); }

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

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

 a { background-color: rgb(162,241,252); }

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

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

 span { border-color: rgb(162,241,252); }

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