Shades of Tropical Blue #A8C6EF
Tints of Tropical Blue #A8C6EF
RGB
CMYK
RGB Variations
Color information
#A8C6EF (or 0xA8C6EF) is known color: Tropical Blue. HEX triplet: A8, C6 and EF. RGB value is (168,198,239). Sum of RGB (Red+Green+Blue) = 168+198+239=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C6EF is #573910. Grayscale: #C1C1C1. Windows color (decimal): -5716241 or 15713960. OLE color: 15713960.
HSL color Cylindrical-coordinate representation of color #A8C6EF: hue angle of 214.65º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C6EF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 198 | 239 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.06 |
| HSL | 214.65º | 0.69% | 0.8% | - |
| HSV(B) | 214.65º | 0.3% | 0.94% | - |
| XYZ | 51.92 | 54.94 | 89.53 | - |
| YUV | 193.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 239 | 0.30 | 0.17 | 0 | 0.06 | 214.65 | 0.69 | 0.8 |
| Hex | A8 | C6 | EF | 1E | 11 | 0 | 6 | D7 | 45 | 50 |
| Octal | 250 | 306 | 357 | 36 | 21 | 0 | 6 | 327 | 105 | 120 |
| Binary | 10101000 | 11000110 | 11101111 | 11110 | 10001 | 0 | 110 | 11010111 | 1000101 | 1010000 |
Color Harmonies of #A8C6EF
Complementary color
Monochromatic Colors of #A8C6EF
Black with #A8C6EF
Text Example
Text Example
White with #A8C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6EF; }
p { color: rgb(168,198,239); }
H1.HeaderClassName
{
color: #A8C6EF;
}
.AnyTagClassName
{
color: #A8C6EF;
}
</style>
background-color css
<style>
a { background-color: #A8C6EF; }
a { background-color: rgb(168,198,239); }
div.DivClassName
{
background-color: #A8C6EF;
}
.BgClassName
{
background-color: #A8C6EF;
}
</style>
border-color css
<style>
span { border-color: #A8C6EF; }
span { border-color: rgb(168,198,239); }
td.TdClassName
{
border-color: #A8C6EF;
}
.TagClassName
{
border-color: #A8C6EF;
}
</style>