#A1F3FD

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

Shades of Blizzard Blue #A1F3FD

Tints of Blizzard Blue #A1F3FD

Color information

#A1F3FD (or 0xA1F3FD) is unknown color: approx Blizzard Blue. HEX triplet: A1, F3 and FD. RGB value is (161,243,253). Sum of RGB (Red+Green+Blue) = 161+243+253=657 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.51% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1F3FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F3FD is #5E0C02. Grayscale: #DBDBDB. Windows color (decimal): -6163459 or 16642977. OLE color: 16642977.

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

Color convert

RGB161243253-
CMYK0.360.0400.01
HSL186.52º95.83%81.18%-
HSV(B)186.52º36.36%99.22%-
XYZ64.4878.77104.73-
YUV219.62146.8386.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.51%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=24.51%
G=36.99%
B=38.51%

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
Decimal1612432530.360.0400.01186.5295.8381.18
HexA1F3FD24401bb6051
Octal24136337544401273140121
Binary101000011111001111111101100100100011011101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F3FD; }

 p { color: rgb(161,243,253); }

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

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

 a { background-color: rgb(161,243,253); }

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

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

 span { border-color: rgb(161,243,253); }

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