#A1F0FC

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

Shades of Blizzard Blue #A1F0FC

Tints of Blizzard Blue #A1F0FC

Color information

#A1F0FC (or 0xA1F0FC) is unknown color: approx Blizzard Blue. HEX triplet: A1, F0 and FC. RGB value is (161,240,252). Sum of RGB (Red+Green+Blue) = 161+240+252=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0FC is #5E0F03. Grayscale: #D9D9D9. Windows color (decimal): -6164228 or 16576673. OLE color: 16576673.

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

Color convert

RGB161240252-
CMYK0.360.0500.01
HSL187.91º93.81%80.98%-
HSV(B)187.91º36.11%98.82%-
XYZ63.4376.93103.6-
YUV217.75147.3387.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.66%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=24.66%
G=36.75%
B=38.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612402520.360.0500.01187.9193.8180.98
HexA1F0FC24501bc5e51
Octal24136037444501274136121
Binary101000011111000011111100100100101011011110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0FC; }

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

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

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

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

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

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

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

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