Shades of Tropical Blue #AECAEC
Tints of Tropical Blue #AECAEC
RGB
CMYK
RGB Variations
Color information
#AECAEC (or 0xAECAEC) is known color: Tropical Blue. HEX triplet: AE, CA and EC. RGB value is (174,202,236). Sum of RGB (Red+Green+Blue) = 174+202+236=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #AECAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAEC is #513513. Grayscale: #C5C5C5. Windows color (decimal): -5322004 or 15518382. OLE color: 15518382.
HSL color Cylindrical-coordinate representation of color #AECAEC: hue angle of 212.9º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECAEC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 202 | 236 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.07 |
| HSL | 212.9º | 0.62% | 0.8% | - |
| HSV(B) | 212.9º | 0.26% | 0.93% | - |
| XYZ | 53.72 | 57.3 | 87.58 | - |
| YUV | 197.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 236 | 0.26 | 0.14 | 0 | 0.07 | 212.9 | 0.62 | 0.8 |
| Hex | AE | CA | EC | 1A | E | 0 | 7 | D5 | 3E | 50 |
| Octal | 256 | 312 | 354 | 32 | 16 | 0 | 7 | 325 | 76 | 120 |
| Binary | 10101110 | 11001010 | 11101100 | 11010 | 1110 | 0 | 111 | 11010101 | 111110 | 1010000 |
Color Harmonies of #AECAEC
Complementary color
Monochromatic Colors of #AECAEC
Black with #AECAEC
Text Example
Text Example
White with #AECAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAEC; }
p { color: rgb(174,202,236); }
H1.HeaderClassName
{
color: #AECAEC;
}
.AnyTagClassName
{
color: #AECAEC;
}
</style>
background-color css
<style>
a { background-color: #AECAEC; }
a { background-color: rgb(174,202,236); }
div.DivClassName
{
background-color: #AECAEC;
}
.BgClassName
{
background-color: #AECAEC;
}
</style>
border-color css
<style>
span { border-color: #AECAEC; }
span { border-color: rgb(174,202,236); }
td.TdClassName
{
border-color: #AECAEC;
}
.TagClassName
{
border-color: #AECAEC;
}
</style>