#A6D0EE

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

Shades of Sail #A6D0EE

Tints of Sail #A6D0EE

Color information

#A6D0EE (or 0xA6D0EE) is unknown color: approx Sail. HEX triplet: A6, D0 and EE. RGB value is (166,208,238). Sum of RGB (Red+Green+Blue) = 166+208+238=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6D0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D0EE is #592F11. Grayscale: #C6C6C6. Windows color (decimal): -5844754 or 15650982. OLE color: 15650982.

HSL color Cylindrical-coordinate representation of color #A6D0EE: hue angle of 205º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D0EE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166208238-
CMYK0.300.1300.07
HSL205º67.92%79.22%-
HSV(B)205º30.25%93.33%-
XYZ53.7159.3989.52-
YUV198.86150.09104.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.12%
GREEN value IS 208 (81.64% from 255) = 33.99%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=27.12%
G=33.99%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662082380.300.1300.0720567.9279.22
HexA6D0EE1ED07cd444f
Octal246320356361507315104117
Binary10100110110100001110111011110110101111100110110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D0EE; }

 p { color: rgb(166,208,238); }

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

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

 a { background-color: rgb(166,208,238); }

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

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

 span { border-color: rgb(166,208,238); }

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