#A1D0FA

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

Shades of Sail #A1D0FA

Tints of Sail #A1D0FA

Color information

#A1D0FA (or 0xA1D0FA) is unknown color: approx Sail. HEX triplet: A1, D0 and FA. RGB value is (161,208,250). Sum of RGB (Red+Green+Blue) = 161+208+250=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0FA is #5E2F05. Grayscale: #C6C6C6. Windows color (decimal): -6172422 or 16437409. OLE color: 16437409.

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

Color convert

RGB161208250-
CMYK0.360.1700.02
HSL208.31º89.9%80.59%-
HSV(B)208.31º35.6%98.04%-
XYZ54.5159.5999.07-
YUV198.74156.93101.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=26.01%
G=33.60%
B=40.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612082500.360.1700.02208.3189.980.59
HexA1D0FA241102d05a51
Octal241320372442102320132121
Binary101000011101000011111010100100100010101101000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0FA; }

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

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

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

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

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

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

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

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