#A1D5EC

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

Shades of Sail #A1D5EC

Tints of Sail #A1D5EC

Color information

#A1D5EC (or 0xA1D5EC) is unknown color: approx Sail. HEX triplet: A1, D5 and EC. RGB value is (161,213,236). Sum of RGB (Red+Green+Blue) = 161+213+236=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1D5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D5EC is #5E2A13. Grayscale: #C7C7C7. Windows color (decimal): -6171156 or 15521185. OLE color: 15521185.

HSL color Cylindrical-coordinate representation of color #A1D5EC: hue angle of 198.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 #A1D5EC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161213236-
CMYK0.320.1000.07
HSL198.4º66.37%77.84%-
HSV(B)198.4º31.78%92.55%-
XYZ53.6361.2288.35-
YUV200.07148.27100.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=26.39%
G=34.92%
B=38.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612132360.320.1000.07198.466.3777.84
HexA1D5EC20A07c6424e
Octal241325354401207306102116
Binary101000011101010111101100100000101001111100011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D5EC; }

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

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

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

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

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

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

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

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