#A1F1FC

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

Shades of Blizzard Blue #A1F1FC

Tints of Blizzard Blue #A1F1FC

Color information

#A1F1FC (or 0xA1F1FC) is unknown color: approx Blizzard Blue. HEX triplet: A1, F1 and FC. RGB value is (161,241,252). Sum of RGB (Red+Green+Blue) = 161+241+252=654 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.62% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1F1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F1FC is #5E0E03. Grayscale: #DADADA. Windows color (decimal): -6163972 or 16576929. OLE color: 16576929.

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

Color convert

RGB161241252-
CMYK0.360.0400.01
HSL187.25º93.81%80.98%-
HSV(B)187.25º36.11%98.82%-
XYZ63.7277.52103.7-
YUV218.3314787.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.62%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=24.62%
G=36.85%
B=38.53%

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
Decimal1612412520.360.0400.01187.2593.8180.98
HexA1F1FC24401bb5e51
Octal24136137444401273136121
Binary101000011111000111111100100100100011011101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F1FC; }

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

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

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

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

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

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

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

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