Shades of Tropical Blue #AEC2EC
Tints of Tropical Blue #AEC2EC
RGB
CMYK
RGB Variations
Color information
#AEC2EC (or 0xAEC2EC) is known color: Tropical Blue. HEX triplet: AE, C2 and EC. RGB value is (174,194,236). Sum of RGB (Red+Green+Blue) = 174+194+236=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2EC is #513D13. Grayscale: #C0C0C0. Windows color (decimal): -5324052 or 15516334. OLE color: 15516334.
HSL color Cylindrical-coordinate representation of color #AEC2EC: hue angle of 220.65º 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 #AEC2EC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 194 | 236 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.07 |
| HSL | 220.65º | 0.62% | 0.8% | - |
| HSV(B) | 220.65º | 0.26% | 0.93% | - |
| XYZ | 51.89 | 53.64 | 86.98 | - |
| YUV | 192.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 236 | 0.26 | 0.18 | 0 | 0.07 | 220.65 | 0.62 | 0.8 |
| Hex | AE | C2 | EC | 1A | 12 | 0 | 7 | DD | 3E | 50 |
| Octal | 256 | 302 | 354 | 32 | 22 | 0 | 7 | 335 | 76 | 120 |
| Binary | 10101110 | 11000010 | 11101100 | 11010 | 10010 | 0 | 111 | 11011101 | 111110 | 1010000 |
Color Harmonies of #AEC2EC
Complementary color
Monochromatic Colors of #AEC2EC
Black with #AEC2EC
Text Example
Text Example
White with #AEC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2EC; }
p { color: rgb(174,194,236); }
H1.HeaderClassName
{
color: #AEC2EC;
}
.AnyTagClassName
{
color: #AEC2EC;
}
</style>
background-color css
<style>
a { background-color: #AEC2EC; }
a { background-color: rgb(174,194,236); }
div.DivClassName
{
background-color: #AEC2EC;
}
.BgClassName
{
background-color: #AEC2EC;
}
</style>
border-color css
<style>
span { border-color: #AEC2EC; }
span { border-color: rgb(174,194,236); }
td.TdClassName
{
border-color: #AEC2EC;
}
.TagClassName
{
border-color: #AEC2EC;
}
</style>