#A1D0EC

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

Shades of Sail #A1D0EC

Tints of Sail #A1D0EC

Color information

#A1D0EC (or 0xA1D0EC) is unknown color: approx Sail. HEX triplet: A1, D0 and EC. RGB value is (161,208,236). Sum of RGB (Red+Green+Blue) = 161+208+236=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D0EC is #5E2F13. Grayscale: #C4C4C4. Windows color (decimal): -6172436 or 15519905. OLE color: 15519905.

HSL color Cylindrical-coordinate representation of color #A1D0EC: hue angle of 202.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D0EC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161208236-
CMYK0.320.1200.07
HSL202.4º66.37%77.84%-
HSV(B)202.4º31.78%92.55%-
XYZ52.3958.7487.93-
YUV197.14149.93102.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=26.61%
G=34.38%
B=39.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612082360.320.1200.07202.466.3777.84
HexA1D0EC20C07ca424e
Octal241320354401407312102116
Binary101000011101000011101100100000110001111100101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0EC; }

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

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

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

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

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

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

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

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