#A6D1EB

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

Shades of Sail #A6D1EB

Tints of Sail #A6D1EB

Color information

#A6D1EB (or 0xA6D1EB) is unknown color: approx Sail. HEX triplet: A6, D1 and EB. RGB value is (166,209,235). Sum of RGB (Red+Green+Blue) = 166+209+235=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D1EB is #592E14. Grayscale: #C6C6C6. Windows color (decimal): -5844501 or 15454630. OLE color: 15454630.

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

Color convert

RGB166209235-
CMYK0.290.1100.08
HSL202.61º63.3%78.63%-
HSV(B)202.61º29.36%92.16%-
XYZ53.5259.7187.3-
YUV199.11148.25104.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 209 (82.03% from 255) = 34.26%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=27.21%
G=34.26%
B=38.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662092350.290.1100.08202.6163.378.63
HexA6D1EB1DB08cb3f4f
Octal246321353351301031377117
Binary10100110110100011110101111101101101000110010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D1EB; }

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

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

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

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

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

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

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

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