Shades of Sail #A6CCE5
Tints of Sail #A6CCE5
RGB
CMYK
RGB Variations
Color information
#A6CCE5 (or 0xA6CCE5) is known color: Sail. HEX triplet: A6, CC and E5. RGB value is (166,204,229). Sum of RGB (Red+Green+Blue) = 166+204+229=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCE5 is #59331A. Grayscale: #C3C3C3. Windows color (decimal): -5845787 or 15060134. OLE color: 15060134.
HSL color Cylindrical-coordinate representation of color #A6CCE5: hue angle of 203.81º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6CCE5 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 204 | 229 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.10 |
| HSL | 203.81º | 0.55% | 0.77% | - |
| HSV(B) | 203.81º | 0.28% | 0.9% | - |
| XYZ | 51.46 | 56.95 | 82.41 | - |
| YUV | 195.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 229 | 0.28 | 0.11 | 0 | 0.10 | 203.81 | 0.55 | 0.77 |
| Hex | A6 | CC | E5 | 1C | B | 0 | A | CC | 37 | 4D |
| Octal | 246 | 314 | 345 | 34 | 13 | 0 | 12 | 314 | 67 | 115 |
| Binary | 10100110 | 11001100 | 11100101 | 11100 | 1011 | 0 | 1010 | 11001100 | 110111 | 1001101 |
Color Harmonies of #A6CCE5
Complementary color
Monochromatic Colors of #A6CCE5
Black with #A6CCE5
Text Example
Text Example
White with #A6CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCE5; }
p { color: rgb(166,204,229); }
H1.HeaderClassName
{
color: #A6CCE5;
}
.AnyTagClassName
{
color: #A6CCE5;
}
</style>
background-color css
<style>
a { background-color: #A6CCE5; }
a { background-color: rgb(166,204,229); }
div.DivClassName
{
background-color: #A6CCE5;
}
.BgClassName
{
background-color: #A6CCE5;
}
</style>
border-color css
<style>
span { border-color: #A6CCE5; }
span { border-color: rgb(166,204,229); }
td.TdClassName
{
border-color: #A6CCE5;
}
.TagClassName
{
border-color: #A6CCE5;
}
</style>