Shades of Tropical Blue #AAC2FD
Tints of Tropical Blue #AAC2FD
RGB
CMYK
RGB Variations
Color information
#AAC2FD (or 0xAAC2FD) is known color: Tropical Blue. HEX triplet: AA, C2 and FD. RGB value is (170,194,253). Sum of RGB (Red+Green+Blue) = 170+194+253=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2FD is #553D02. Grayscale: #C1C1C1. Windows color (decimal): -5586179 or 16630442. OLE color: 16630442.
HSL color Cylindrical-coordinate representation of color #AAC2FD: hue angle of 222.65º 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 #AAC2FD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 194 | 253 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.01 |
| HSL | 222.65º | 0.95% | 0.83% | - |
| HSV(B) | 222.65º | 0.33% | 0.99% | - |
| XYZ | 53.6 | 54.22 | 100.57 | - |
| YUV | 193.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 253 | 0.33 | 0.23 | 0 | 0.01 | 222.65 | 0.95 | 0.83 |
| Hex | AA | C2 | FD | 21 | 17 | 0 | 1 | DF | 5F | 53 |
| Octal | 252 | 302 | 375 | 41 | 27 | 0 | 1 | 337 | 137 | 123 |
| Binary | 10101010 | 11000010 | 11111101 | 100001 | 10111 | 0 | 1 | 11011111 | 1011111 | 1010011 |
Color Harmonies of #AAC2FD
Complementary color
Monochromatic Colors of #AAC2FD
Black with #AAC2FD
Text Example
Text Example
White with #AAC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2FD; }
p { color: rgb(170,194,253); }
H1.HeaderClassName
{
color: #AAC2FD;
}
.AnyTagClassName
{
color: #AAC2FD;
}
</style>
background-color css
<style>
a { background-color: #AAC2FD; }
a { background-color: rgb(170,194,253); }
div.DivClassName
{
background-color: #AAC2FD;
}
.BgClassName
{
background-color: #AAC2FD;
}
</style>
border-color css
<style>
span { border-color: #AAC2FD; }
span { border-color: rgb(170,194,253); }
td.TdClassName
{
border-color: #AAC2FD;
}
.TagClassName
{
border-color: #AAC2FD;
}
</style>