#A6D3EB

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

Shades of Sail #A6D3EB

Tints of Sail #A6D3EB

Color information

#A6D3EB (or 0xA6D3EB) is unknown color: approx Sail. HEX triplet: A6, D3 and EB. RGB value is (166,211,235). Sum of RGB (Red+Green+Blue) = 166+211+235=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D3EB is #592C14. Grayscale: #C8C8C8. Windows color (decimal): -5843989 or 15455142. OLE color: 15455142.

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

Color convert

RGB166211235-
CMYK0.290.1000.08
HSL200.87º63.3%78.63%-
HSV(B)200.87º29.36%92.16%-
XYZ54.0260.6987.47-
YUV200.28147.59103.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.12%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=27.12%
G=34.48%
B=38.40%

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
Decimal1662112350.290.1000.08200.8763.378.63
HexA6D3EB1DA08c93f4f
Octal246323353351201031177117
Binary10100110110100111110101111101101001000110010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D3EB; }

 p { color: rgb(166,211,235); }

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

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

 a { background-color: rgb(166,211,235); }

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

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

 span { border-color: rgb(166,211,235); }

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