#A1F3FF

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

Shades of Blizzard Blue #A1F3FF

Tints of Blizzard Blue #A1F3FF

Color information

#A1F3FF (or 0xA1F3FF) is unknown color: approx Blizzard Blue. HEX triplet: A1, F3 and FF. RGB value is (161,243,255). Sum of RGB (Red+Green+Blue) = 161+243+255=659 (87% of max value = 765). Red value is 161 (63.28% from 255 or 24.43% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F3FF is #5E0C00. Grayscale: #DBDBDB. Windows color (decimal): -6163457 or 16774049. OLE color: 16774049.

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

Color convert

RGB161243255-
CMYK0.370.0500
HSL187.66º100%81.57%-
HSV(B)187.66º36.86%100%-
XYZ64.878.9106.42-
YUV219.85147.8386.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.43%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 255 (100% from 255) = 38.69%
R=24.43%
G=36.87%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612432550.370.0500187.6610081.57
HexA1F3FF25500bc6452
Octal24136337745500274144122
Binary101000011111001111111111100101101001011110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F3FF; }

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

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

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

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

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

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

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

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