Shades of Tropical Blue #A6C5F1
Tints of Tropical Blue #A6C5F1
RGB
CMYK
RGB Variations
Color information
#A6C5F1 (or 0xA6C5F1) is known color: Tropical Blue. HEX triplet: A6, C5 and F1. RGB value is (166,197,241). Sum of RGB (Red+Green+Blue) = 166+197+241=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6C5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C5F1 is #593A0E. Grayscale: #C0C0C0. Windows color (decimal): -5847567 or 15844774. OLE color: 15844774.
HSL color Cylindrical-coordinate representation of color #A6C5F1: hue angle of 215.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 #A6C5F1 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 197 | 241 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.05 |
| HSL | 215.2º | 0.73% | 0.8% | - |
| HSV(B) | 215.2º | 0.31% | 0.95% | - |
| XYZ | 51.57 | 54.39 | 91 | - |
| YUV | 192.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 241 | 0.31 | 0.18 | 0 | 0.05 | 215.2 | 0.73 | 0.8 |
| Hex | A6 | C5 | F1 | 1F | 12 | 0 | 5 | D7 | 49 | 50 |
| Octal | 246 | 305 | 361 | 37 | 22 | 0 | 5 | 327 | 111 | 120 |
| Binary | 10100110 | 11000101 | 11110001 | 11111 | 10010 | 0 | 101 | 11010111 | 1001001 | 1010000 |
Color Harmonies of #A6C5F1
Complementary color
Monochromatic Colors of #A6C5F1
Black with #A6C5F1
Text Example
Text Example
White with #A6C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5F1; }
p { color: rgb(166,197,241); }
H1.HeaderClassName
{
color: #A6C5F1;
}
.AnyTagClassName
{
color: #A6C5F1;
}
</style>
background-color css
<style>
a { background-color: #A6C5F1; }
a { background-color: rgb(166,197,241); }
div.DivClassName
{
background-color: #A6C5F1;
}
.BgClassName
{
background-color: #A6C5F1;
}
</style>
border-color css
<style>
span { border-color: #A6C5F1; }
span { border-color: rgb(166,197,241); }
td.TdClassName
{
border-color: #A6C5F1;
}
.TagClassName
{
border-color: #A6C5F1;
}
</style>