Shades of Sail #A6CEF0
Tints of Sail #A6CEF0
RGB
CMYK
RGB Variations
Color information
#A6CEF0 (or 0xA6CEF0) is known color: Sail. HEX triplet: A6, CE and F0. RGB value is (166,206,240). Sum of RGB (Red+Green+Blue) = 166+206+240=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEF0 is #59310F. Grayscale: #C5C5C5. Windows color (decimal): -5845264 or 15781542. OLE color: 15781542.
HSL color Cylindrical-coordinate representation of color #A6CEF0: hue angle of 207.57º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CEF0 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 206 | 240 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.06 |
| HSL | 207.57º | 0.71% | 0.8% | - |
| HSV(B) | 207.57º | 0.31% | 0.94% | - |
| XYZ | 53.53 | 58.54 | 90.92 | - |
| YUV | 197.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 240 | 0.31 | 0.14 | 0 | 0.06 | 207.57 | 0.71 | 0.8 |
| Hex | A6 | CE | F0 | 1F | E | 0 | 6 | D0 | 47 | 50 |
| Octal | 246 | 316 | 360 | 37 | 16 | 0 | 6 | 320 | 107 | 120 |
| Binary | 10100110 | 11001110 | 11110000 | 11111 | 1110 | 0 | 110 | 11010000 | 1000111 | 1010000 |
Color Harmonies of #A6CEF0
Complementary color
Monochromatic Colors of #A6CEF0
Black with #A6CEF0
Text Example
Text Example
White with #A6CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEF0; }
p { color: rgb(166,206,240); }
H1.HeaderClassName
{
color: #A6CEF0;
}
.AnyTagClassName
{
color: #A6CEF0;
}
</style>
background-color css
<style>
a { background-color: #A6CEF0; }
a { background-color: rgb(166,206,240); }
div.DivClassName
{
background-color: #A6CEF0;
}
.BgClassName
{
background-color: #A6CEF0;
}
</style>
border-color css
<style>
span { border-color: #A6CEF0; }
span { border-color: rgb(166,206,240); }
td.TdClassName
{
border-color: #A6CEF0;
}
.TagClassName
{
border-color: #A6CEF0;
}
</style>