#A1F0FD

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

Shades of Blizzard Blue #A1F0FD

Tints of Blizzard Blue #A1F0FD

Color information

#A1F0FD (or 0xA1F0FD) is unknown color: approx Blizzard Blue. HEX triplet: A1, F0 and FD. RGB value is (161,240,253). Sum of RGB (Red+Green+Blue) = 161+240+253=654 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.62% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0FD is #5E0F02. Grayscale: #D9D9D9. Windows color (decimal): -6164227 or 16642209. OLE color: 16642209.

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

Color convert

RGB161240253-
CMYK0.360.0500.01
HSL188.48º95.83%81.18%-
HSV(B)188.48º36.36%99.22%-
XYZ63.5976.99104.44-
YUV217.86147.8387.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.62%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=24.62%
G=36.70%
B=38.69%

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
Decimal1612402530.360.0500.01188.4895.8381.18
HexA1F0FD24501bc6051
Octal24136037544501274140121
Binary101000011111000011111101100100101011011110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0FD; }

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

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

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

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

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

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

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

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