Shades of Tropical Blue #AAC2F8
Tints of Tropical Blue #AAC2F8
RGB
CMYK
RGB Variations
Color information
#AAC2F8 (or 0xAAC2F8) is known color: Tropical Blue. HEX triplet: AA, C2 and F8. RGB value is (170,194,248). Sum of RGB (Red+Green+Blue) = 170+194+248=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAC2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2F8 is #553D07. Grayscale: #C0C0C0. Windows color (decimal): -5586184 or 16302762. OLE color: 16302762.
HSL color Cylindrical-coordinate representation of color #AAC2F8: hue angle of 221.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC2F8 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 194 | 248 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.03 |
| HSL | 221.54º | 0.85% | 0.82% | - |
| HSV(B) | 221.54º | 0.31% | 0.97% | - |
| XYZ | 52.81 | 53.91 | 96.43 | - |
| YUV | 192.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 248 | 0.31 | 0.22 | 0 | 0.03 | 221.54 | 0.85 | 0.82 |
| Hex | AA | C2 | F8 | 1F | 16 | 0 | 3 | DE | 55 | 52 |
| Octal | 252 | 302 | 370 | 37 | 26 | 0 | 3 | 336 | 125 | 122 |
| Binary | 10101010 | 11000010 | 11111000 | 11111 | 10110 | 0 | 11 | 11011110 | 1010101 | 1010010 |
Color Harmonies of #AAC2F8
Complementary color
Monochromatic Colors of #AAC2F8
Black with #AAC2F8
Text Example
Text Example
White with #AAC2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2F8; }
p { color: rgb(170,194,248); }
H1.HeaderClassName
{
color: #AAC2F8;
}
.AnyTagClassName
{
color: #AAC2F8;
}
</style>
background-color css
<style>
a { background-color: #AAC2F8; }
a { background-color: rgb(170,194,248); }
div.DivClassName
{
background-color: #AAC2F8;
}
.BgClassName
{
background-color: #AAC2F8;
}
</style>
border-color css
<style>
span { border-color: #AAC2F8; }
span { border-color: rgb(170,194,248); }
td.TdClassName
{
border-color: #AAC2F8;
}
.TagClassName
{
border-color: #AAC2F8;
}
</style>