#A1D2FA

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

Shades of Sail #A1D2FA

Tints of Sail #A1D2FA

Color information

#A1D2FA (or 0xA1D2FA) is unknown color: approx Sail. HEX triplet: A1, D2 and FA. RGB value is (161,210,250). Sum of RGB (Red+Green+Blue) = 161+210+250=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D2FA is #5E2D05. Grayscale: #C7C7C7. Windows color (decimal): -6171910 or 16437921. OLE color: 16437921.

HSL color Cylindrical-coordinate representation of color #A1D2FA: hue angle of 206.97º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D2FA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161210250-
CMYK0.360.1600.02
HSL206.97º89.9%80.59%-
HSV(B)206.97º35.6%98.04%-
XYZ5560.5799.24-
YUV199.91156.27100.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.93%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=25.93%
G=33.82%
B=40.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612102500.360.1600.02206.9789.980.59
HexA1D2FA241002cf5a51
Octal241322372442002317132121
Binary101000011101001011111010100100100000101100111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2FA; }

 p { color: rgb(161,210,250); }

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

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

 a { background-color: rgb(161,210,250); }

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

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

 span { border-color: rgb(161,210,250); }

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