Shades of Tropical Blue #A6C6EF
Tints of Tropical Blue #A6C6EF
RGB
CMYK
RGB Variations
Color information
#A6C6EF (or 0xA6C6EF) is known color: Tropical Blue. HEX triplet: A6, C6 and EF. RGB value is (166,198,239). Sum of RGB (Red+Green+Blue) = 166+198+239=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C6EF is #593910. Grayscale: #C0C0C0. Windows color (decimal): -5847313 or 15713958. OLE color: 15713958.
HSL color Cylindrical-coordinate representation of color #A6C6EF: hue angle of 213.7º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C6EF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 198 | 239 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.06 |
| HSL | 213.7º | 0.7% | 0.79% | - |
| HSV(B) | 213.7º | 0.31% | 0.94% | - |
| XYZ | 51.5 | 54.73 | 89.51 | - |
| YUV | 193.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 239 | 0.31 | 0.17 | 0 | 0.06 | 213.7 | 0.7 | 0.79 |
| Hex | A6 | C6 | EF | 1F | 11 | 0 | 6 | D6 | 46 | 4F |
| Octal | 246 | 306 | 357 | 37 | 21 | 0 | 6 | 326 | 106 | 117 |
| Binary | 10100110 | 11000110 | 11101111 | 11111 | 10001 | 0 | 110 | 11010110 | 1000110 | 1001111 |
Color Harmonies of #A6C6EF
Complementary color
Monochromatic Colors of #A6C6EF
Black with #A6C6EF
Text Example
Text Example
White with #A6C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C6EF; }
p { color: rgb(166,198,239); }
H1.HeaderClassName
{
color: #A6C6EF;
}
.AnyTagClassName
{
color: #A6C6EF;
}
</style>
background-color css
<style>
a { background-color: #A6C6EF; }
a { background-color: rgb(166,198,239); }
div.DivClassName
{
background-color: #A6C6EF;
}
.BgClassName
{
background-color: #A6C6EF;
}
</style>
border-color css
<style>
span { border-color: #A6C6EF; }
span { border-color: rgb(166,198,239); }
td.TdClassName
{
border-color: #A6C6EF;
}
.TagClassName
{
border-color: #A6C6EF;
}
</style>