Shades of Tropical Blue #AAC1F1
Tints of Tropical Blue #AAC1F1
RGB
CMYK
RGB Variations
Color information
#AAC1F1 (or 0xAAC1F1) is known color: Tropical Blue. HEX triplet: AA, C1 and F1. RGB value is (170,193,241). Sum of RGB (Red+Green+Blue) = 170+193+241=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 193 (75.78% from 255 or 31.95% 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 #AAC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC1F1 is #553E0E. Grayscale: #BFBFBF. Windows color (decimal): -5586447 or 15843754. OLE color: 15843754.
HSL color Cylindrical-coordinate representation of color #AAC1F1: hue angle of 220.56º 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 #AAC1F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 193 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 220.56º | 0.72% | 0.81% | - |
| HSV(B) | 220.56º | 0.29% | 0.95% | - |
| XYZ | 51.52 | 53.04 | 90.74 | - |
| YUV | 191.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 241 | 0.29 | 0.20 | 0 | 0.05 | 220.56 | 0.72 | 0.81 |
| Hex | AA | C1 | F1 | 1D | 14 | 0 | 5 | DD | 48 | 51 |
| Octal | 252 | 301 | 361 | 35 | 24 | 0 | 5 | 335 | 110 | 121 |
| Binary | 10101010 | 11000001 | 11110001 | 11101 | 10100 | 0 | 101 | 11011101 | 1001000 | 1010001 |
Color Harmonies of #AAC1F1
Complementary color
Monochromatic Colors of #AAC1F1
Black with #AAC1F1
Text Example
Text Example
White with #AAC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1F1; }
p { color: rgb(170,193,241); }
H1.HeaderClassName
{
color: #AAC1F1;
}
.AnyTagClassName
{
color: #AAC1F1;
}
</style>
background-color css
<style>
a { background-color: #AAC1F1; }
a { background-color: rgb(170,193,241); }
div.DivClassName
{
background-color: #AAC1F1;
}
.BgClassName
{
background-color: #AAC1F1;
}
</style>
border-color css
<style>
span { border-color: #AAC1F1; }
span { border-color: rgb(170,193,241); }
td.TdClassName
{
border-color: #AAC1F1;
}
.TagClassName
{
border-color: #AAC1F1;
}
</style>