#A1D3EA

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

Shades of Sail #A1D3EA

Tints of Sail #A1D3EA

Color information

#A1D3EA (or 0xA1D3EA) is unknown color: approx Sail. HEX triplet: A1, D3 and EA. RGB value is (161,211,234). Sum of RGB (Red+Green+Blue) = 161+211+234=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D3EA is #5E2C15. Grayscale: #C6C6C6. Windows color (decimal): -6171670 or 15389601. OLE color: 15389601.

HSL color Cylindrical-coordinate representation of color #A1D3EA: hue angle of 198.9º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D3EA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161211234-
CMYK0.310.1000.08
HSL198.9º63.48%77.45%-
HSV(B)198.9º31.2%91.76%-
XYZ52.8460.1186.66-
YUV198.67147.94101.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.57%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=26.57%
G=34.82%
B=38.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612112340.310.1000.08198.963.4877.45
HexA1D3EA1FA08c73f4d
Octal241323352371201030777115
Binary10100001110100111110101011111101001000110001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3EA; }

 p { color: rgb(161,211,234); }

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

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

 a { background-color: rgb(161,211,234); }

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

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

 span { border-color: rgb(161,211,234); }

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