Shades of Sail #A6D6F8
Tints of Sail #A6D6F8
RGB
CMYK
RGB Variations
Color information
#A6D6F8 (or 0xA6D6F8) is known color: Sail. HEX triplet: A6, D6 and F8. RGB value is (166,214,248). Sum of RGB (Red+Green+Blue) = 166+214+248=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6D6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D6F8 is #592907. Grayscale: #CBCBCB. Windows color (decimal): -5843208 or 16307878. OLE color: 16307878.
HSL color Cylindrical-coordinate representation of color #A6D6F8: hue angle of 204.88º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6D6F8 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 214 | 248 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.03 |
| HSL | 204.88º | 0.85% | 0.81% | - |
| HSV(B) | 204.88º | 0.33% | 0.97% | - |
| XYZ | 56.72 | 62.98 | 97.97 | - |
| YUV | 203.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 248 | 0.33 | 0.14 | 0 | 0.03 | 204.88 | 0.85 | 0.81 |
| Hex | A6 | D6 | F8 | 21 | E | 0 | 3 | CD | 55 | 51 |
| Octal | 246 | 326 | 370 | 41 | 16 | 0 | 3 | 315 | 125 | 121 |
| Binary | 10100110 | 11010110 | 11111000 | 100001 | 1110 | 0 | 11 | 11001101 | 1010101 | 1010001 |
Color Harmonies of #A6D6F8
Complementary color
Monochromatic Colors of #A6D6F8
Black with #A6D6F8
Text Example
Text Example
White with #A6D6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6F8; }
p { color: rgb(166,214,248); }
H1.HeaderClassName
{
color: #A6D6F8;
}
.AnyTagClassName
{
color: #A6D6F8;
}
</style>
background-color css
<style>
a { background-color: #A6D6F8; }
a { background-color: rgb(166,214,248); }
div.DivClassName
{
background-color: #A6D6F8;
}
.BgClassName
{
background-color: #A6D6F8;
}
</style>
border-color css
<style>
span { border-color: #A6D6F8; }
span { border-color: rgb(166,214,248); }
td.TdClassName
{
border-color: #A6D6F8;
}
.TagClassName
{
border-color: #A6D6F8;
}
</style>