Shades of Tropical Blue #A6C0F1
Tints of Tropical Blue #A6C0F1
RGB
CMYK
RGB Variations
Color information
#A6C0F1 (or 0xA6C0F1) is known color: Tropical Blue. HEX triplet: A6, C0 and F1. RGB value is (166,192,241). Sum of RGB (Red+Green+Blue) = 166+192+241=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6C0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C0F1 is #593F0E. Grayscale: #BDBDBD. Windows color (decimal): -5848847 or 15843494. OLE color: 15843494.
HSL color Cylindrical-coordinate representation of color #A6C0F1: hue angle of 219.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C0F1 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 192 | 241 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.05 |
| HSL | 219.2º | 0.73% | 0.8% | - |
| HSV(B) | 219.2º | 0.31% | 0.95% | - |
| XYZ | 50.45 | 52.16 | 90.63 | - |
| YUV | 189.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 241 | 0.31 | 0.20 | 0 | 0.05 | 219.2 | 0.73 | 0.8 |
| Hex | A6 | C0 | F1 | 1F | 14 | 0 | 5 | DB | 49 | 50 |
| Octal | 246 | 300 | 361 | 37 | 24 | 0 | 5 | 333 | 111 | 120 |
| Binary | 10100110 | 11000000 | 11110001 | 11111 | 10100 | 0 | 101 | 11011011 | 1001001 | 1010000 |
Color Harmonies of #A6C0F1
Complementary color
Monochromatic Colors of #A6C0F1
Black with #A6C0F1
Text Example
Text Example
White with #A6C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0F1; }
p { color: rgb(166,192,241); }
H1.HeaderClassName
{
color: #A6C0F1;
}
.AnyTagClassName
{
color: #A6C0F1;
}
</style>
background-color css
<style>
a { background-color: #A6C0F1; }
a { background-color: rgb(166,192,241); }
div.DivClassName
{
background-color: #A6C0F1;
}
.BgClassName
{
background-color: #A6C0F1;
}
</style>
border-color css
<style>
span { border-color: #A6C0F1; }
span { border-color: rgb(166,192,241); }
td.TdClassName
{
border-color: #A6C0F1;
}
.TagClassName
{
border-color: #A6C0F1;
}
</style>