#A6D2EB

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

Shades of Sail #A6D2EB

Tints of Sail #A6D2EB

Color information

#A6D2EB (or 0xA6D2EB) is unknown color: approx Sail. HEX triplet: A6, D2 and EB. RGB value is (166,210,235). Sum of RGB (Red+Green+Blue) = 166+210+235=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D2EB is #592D14. Grayscale: #C7C7C7. Windows color (decimal): -5844245 or 15454886. OLE color: 15454886.

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

Color convert

RGB166210235-
CMYK0.290.1100.08
HSL201.74º63.3%78.63%-
HSV(B)201.74º29.36%92.16%-
XYZ53.7760.287.38-
YUV199.69147.92103.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.17%
GREEN value IS 210 (82.42% from 255) = 34.37%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=27.17%
G=34.37%
B=38.46%

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
Decimal1662102350.290.1100.08201.7463.378.63
HexA6D2EB1DB08ca3f4f
Octal246322353351301031277117
Binary10100110110100101110101111101101101000110010101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2EB; }

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

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

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

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

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

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

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

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