#A6D2EA

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

Shades of Sail #A6D2EA

Tints of Sail #A6D2EA

Color information

#A6D2EA (or 0xA6D2EA) is unknown color: approx Sail. HEX triplet: A6, D2 and EA. RGB value is (166,210,234). Sum of RGB (Red+Green+Blue) = 166+210+234=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D2EA is #592D15. Grayscale: #C7C7C7. Windows color (decimal): -5844246 or 15389350. OLE color: 15389350.

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

Color convert

RGB166210234-
CMYK0.290.1000.08
HSL201.18º61.82%78.43%-
HSV(B)201.18º29.06%91.76%-
XYZ53.6260.1486.62-
YUV199.58147.42104.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=27.21%
G=34.43%
B=38.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662102340.290.1000.08201.1861.8278.43
HexA6D2EA1DA08c93e4e
Octal246322352351201031176116
Binary10100110110100101110101011101101001000110010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2EA; }

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

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

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

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

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

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

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

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