Shades of Tropical Blue #AAC2F2
Tints of Tropical Blue #AAC2F2
RGB
CMYK
RGB Variations
Color information
#AAC2F2 (or 0xAAC2F2) is known color: Tropical Blue. HEX triplet: AA, C2 and F2. RGB value is (170,194,242). Sum of RGB (Red+Green+Blue) = 170+194+242=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAC2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2F2 is #553D0D. Grayscale: #C0C0C0. Windows color (decimal): -5586190 or 15909546. OLE color: 15909546.
HSL color Cylindrical-coordinate representation of color #AAC2F2: hue angle of 220º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC2F2 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 194 | 242 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.05 |
| HSL | 220º | 0.73% | 0.81% | - |
| HSV(B) | 220º | 0.3% | 0.95% | - |
| XYZ | 51.9 | 53.54 | 91.6 | - |
| YUV | 192.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 242 | 0.30 | 0.20 | 0 | 0.05 | 220 | 0.73 | 0.81 |
| Hex | AA | C2 | F2 | 1E | 14 | 0 | 5 | DC | 49 | 51 |
| Octal | 252 | 302 | 362 | 36 | 24 | 0 | 5 | 334 | 111 | 121 |
| Binary | 10101010 | 11000010 | 11110010 | 11110 | 10100 | 0 | 101 | 11011100 | 1001001 | 1010001 |
Color Harmonies of #AAC2F2
Complementary color
Monochromatic Colors of #AAC2F2
Black with #AAC2F2
Text Example
Text Example
White with #AAC2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2F2; }
p { color: rgb(170,194,242); }
H1.HeaderClassName
{
color: #AAC2F2;
}
.AnyTagClassName
{
color: #AAC2F2;
}
</style>
background-color css
<style>
a { background-color: #AAC2F2; }
a { background-color: rgb(170,194,242); }
div.DivClassName
{
background-color: #AAC2F2;
}
.BgClassName
{
background-color: #AAC2F2;
}
</style>
border-color css
<style>
span { border-color: #AAC2F2; }
span { border-color: rgb(170,194,242); }
td.TdClassName
{
border-color: #AAC2F2;
}
.TagClassName
{
border-color: #AAC2F2;
}
</style>