Shades of Tropical Blue #AAC5FD
Tints of Tropical Blue #AAC5FD
RGB
CMYK
RGB Variations
Color information
#AAC5FD (or 0xAAC5FD) is known color: Tropical Blue. HEX triplet: AA, C5 and FD. RGB value is (170,197,253). Sum of RGB (Red+Green+Blue) = 170+197+253=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5FD is #553A02. Grayscale: #C3C3C3. Windows color (decimal): -5585411 or 16631210. OLE color: 16631210.
HSL color Cylindrical-coordinate representation of color #AAC5FD: hue angle of 220.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC5FD is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 197 | 253 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.01 |
| HSL | 220.48º | 0.95% | 0.83% | - |
| HSV(B) | 220.48º | 0.33% | 0.99% | - |
| XYZ | 54.27 | 55.57 | 100.79 | - |
| YUV | 195.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 253 | 0.33 | 0.22 | 0 | 0.01 | 220.48 | 0.95 | 0.83 |
| Hex | AA | C5 | FD | 21 | 16 | 0 | 1 | DC | 5F | 53 |
| Octal | 252 | 305 | 375 | 41 | 26 | 0 | 1 | 334 | 137 | 123 |
| Binary | 10101010 | 11000101 | 11111101 | 100001 | 10110 | 0 | 1 | 11011100 | 1011111 | 1010011 |
Color Harmonies of #AAC5FD
Complementary color
Monochromatic Colors of #AAC5FD
Black with #AAC5FD
Text Example
Text Example
White with #AAC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5FD; }
p { color: rgb(170,197,253); }
H1.HeaderClassName
{
color: #AAC5FD;
}
.AnyTagClassName
{
color: #AAC5FD;
}
</style>
background-color css
<style>
a { background-color: #AAC5FD; }
a { background-color: rgb(170,197,253); }
div.DivClassName
{
background-color: #AAC5FD;
}
.BgClassName
{
background-color: #AAC5FD;
}
</style>
border-color css
<style>
span { border-color: #AAC5FD; }
span { border-color: rgb(170,197,253); }
td.TdClassName
{
border-color: #AAC5FD;
}
.TagClassName
{
border-color: #AAC5FD;
}
</style>