Shades of Tropical Blue #AECAE5
Tints of Tropical Blue #AECAE5
RGB
CMYK
RGB Variations
Color information
#AECAE5 (or 0xAECAE5) is known color: Tropical Blue. HEX triplet: AE, CA and E5. RGB value is (174,202,229). Sum of RGB (Red+Green+Blue) = 174+202+229=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #AECAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAE5 is #51351A. Grayscale: #C4C4C4. Windows color (decimal): -5322011 or 15059630. OLE color: 15059630.
HSL color Cylindrical-coordinate representation of color #AECAE5: hue angle of 209.45º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECAE5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 202 | 229 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.10 |
| HSL | 209.45º | 0.51% | 0.79% | - |
| HSV(B) | 209.45º | 0.24% | 0.9% | - |
| XYZ | 52.72 | 56.9 | 82.33 | - |
| YUV | 196.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 229 | 0.24 | 0.12 | 0 | 0.10 | 209.45 | 0.51 | 0.79 |
| Hex | AE | CA | E5 | 18 | C | 0 | A | D1 | 33 | 4F |
| Octal | 256 | 312 | 345 | 30 | 14 | 0 | 12 | 321 | 63 | 117 |
| Binary | 10101110 | 11001010 | 11100101 | 11000 | 1100 | 0 | 1010 | 11010001 | 110011 | 1001111 |
Color Harmonies of #AECAE5
Complementary color
Monochromatic Colors of #AECAE5
Black with #AECAE5
Text Example
Text Example
White with #AECAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAE5; }
p { color: rgb(174,202,229); }
H1.HeaderClassName
{
color: #AECAE5;
}
.AnyTagClassName
{
color: #AECAE5;
}
</style>
background-color css
<style>
a { background-color: #AECAE5; }
a { background-color: rgb(174,202,229); }
div.DivClassName
{
background-color: #AECAE5;
}
.BgClassName
{
background-color: #AECAE5;
}
</style>
border-color css
<style>
span { border-color: #AECAE5; }
span { border-color: rgb(174,202,229); }
td.TdClassName
{
border-color: #AECAE5;
}
.TagClassName
{
border-color: #AECAE5;
}
</style>