Shades of Sail #A6CFEB
Tints of Sail #A6CFEB
RGB
CMYK
RGB Variations
Color information
#A6CFEB (or 0xA6CFEB) is known color: Sail. HEX triplet: A6, CF and EB. RGB value is (166,207,235). Sum of RGB (Red+Green+Blue) = 166+207+235=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFEB is #593014. Grayscale: #C5C5C5. Windows color (decimal): -5845013 or 15454118. OLE color: 15454118.
HSL color Cylindrical-coordinate representation of color #A6CFEB: hue angle of 204.35º 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 #A6CFEB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 207 | 235 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 204.35º | 0.63% | 0.79% | - |
| HSV(B) | 204.35º | 0.29% | 0.92% | - |
| XYZ | 53.03 | 58.73 | 87.14 | - |
| YUV | 197.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 235 | 0.29 | 0.12 | 0 | 0.08 | 204.35 | 0.63 | 0.79 |
| Hex | A6 | CF | EB | 1D | C | 0 | 8 | CC | 3F | 4F |
| Octal | 246 | 317 | 353 | 35 | 14 | 0 | 10 | 314 | 77 | 117 |
| Binary | 10100110 | 11001111 | 11101011 | 11101 | 1100 | 0 | 1000 | 11001100 | 111111 | 1001111 |
Color Harmonies of #A6CFEB
Complementary color
Monochromatic Colors of #A6CFEB
Black with #A6CFEB
Text Example
Text Example
White with #A6CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFEB; }
p { color: rgb(166,207,235); }
H1.HeaderClassName
{
color: #A6CFEB;
}
.AnyTagClassName
{
color: #A6CFEB;
}
</style>
background-color css
<style>
a { background-color: #A6CFEB; }
a { background-color: rgb(166,207,235); }
div.DivClassName
{
background-color: #A6CFEB;
}
.BgClassName
{
background-color: #A6CFEB;
}
</style>
border-color css
<style>
span { border-color: #A6CFEB; }
span { border-color: rgb(166,207,235); }
td.TdClassName
{
border-color: #A6CFEB;
}
.TagClassName
{
border-color: #A6CFEB;
}
</style>