#A1D2EA

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

Shades of Sail #A1D2EA

Tints of Sail #A1D2EA

Color information

#A1D2EA (or 0xA1D2EA) is unknown color: approx Sail. HEX triplet: A1, D2 and EA. RGB value is (161,210,234). Sum of RGB (Red+Green+Blue) = 161+210+234=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D2EA is #5E2D15. Grayscale: #C5C5C5. Windows color (decimal): -6171926 or 15389345. OLE color: 15389345.

HSL color Cylindrical-coordinate representation of color #A1D2EA: hue angle of 199.73º 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 #A1D2EA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161210234-
CMYK0.310.1000.08
HSL199.73º63.48%77.45%-
HSV(B)199.73º31.2%91.76%-
XYZ52.659.6186.58-
YUV198.08148.27101.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=26.61%
G=34.71%
B=38.68%

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
Decimal1612102340.310.1000.08199.7363.4877.45
HexA1D2EA1FA08c83f4d
Octal241322352371201031077115
Binary10100001110100101110101011111101001000110010001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2EA; }

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

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

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

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

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

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

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

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