Shades of Tropical Blue #AAC5F1
Tints of Tropical Blue #AAC5F1
RGB
CMYK
RGB Variations
Color information
#AAC5F1 (or 0xAAC5F1) is known color: Tropical Blue. HEX triplet: AA, C5 and F1. RGB value is (170,197,241). Sum of RGB (Red+Green+Blue) = 170+197+241=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5F1 is #553A0E. Grayscale: #C1C1C1. Windows color (decimal): -5585423 or 15844778. OLE color: 15844778.
HSL color Cylindrical-coordinate representation of color #AAC5F1: hue angle of 217.18º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC5F1 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 197 | 241 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.05 |
| HSL | 217.18º | 0.72% | 0.81% | - |
| HSV(B) | 217.18º | 0.29% | 0.95% | - |
| XYZ | 52.42 | 54.83 | 91.04 | - |
| YUV | 193.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 241 | 0.29 | 0.18 | 0 | 0.05 | 217.18 | 0.72 | 0.81 |
| Hex | AA | C5 | F1 | 1D | 12 | 0 | 5 | D9 | 48 | 51 |
| Octal | 252 | 305 | 361 | 35 | 22 | 0 | 5 | 331 | 110 | 121 |
| Binary | 10101010 | 11000101 | 11110001 | 11101 | 10010 | 0 | 101 | 11011001 | 1001000 | 1010001 |
Color Harmonies of #AAC5F1
Complementary color
Monochromatic Colors of #AAC5F1
Black with #AAC5F1
Text Example
Text Example
White with #AAC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5F1; }
p { color: rgb(170,197,241); }
H1.HeaderClassName
{
color: #AAC5F1;
}
.AnyTagClassName
{
color: #AAC5F1;
}
</style>
background-color css
<style>
a { background-color: #AAC5F1; }
a { background-color: rgb(170,197,241); }
div.DivClassName
{
background-color: #AAC5F1;
}
.BgClassName
{
background-color: #AAC5F1;
}
</style>
border-color css
<style>
span { border-color: #AAC5F1; }
span { border-color: rgb(170,197,241); }
td.TdClassName
{
border-color: #AAC5F1;
}
.TagClassName
{
border-color: #AAC5F1;
}
</style>