Shades of Tropical Blue #AECAEE
Tints of Tropical Blue #AECAEE
RGB
CMYK
RGB Variations
Color information
#AECAEE (or 0xAECAEE) is known color: Tropical Blue. HEX triplet: AE, CA and EE. RGB value is (174,202,238). Sum of RGB (Red+Green+Blue) = 174+202+238=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #AECAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAEE is #513511. Grayscale: #C5C5C5. Windows color (decimal): -5322002 or 15649454. OLE color: 15649454.
HSL color Cylindrical-coordinate representation of color #AECAEE: hue angle of 213.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECAEE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 202 | 238 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.07 |
| HSL | 213.75º | 0.65% | 0.81% | - |
| HSV(B) | 213.75º | 0.27% | 0.93% | - |
| XYZ | 54.01 | 57.41 | 89.12 | - |
| YUV | 197.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 238 | 0.27 | 0.15 | 0 | 0.07 | 213.75 | 0.65 | 0.81 |
| Hex | AE | CA | EE | 1B | F | 0 | 7 | D6 | 41 | 51 |
| Octal | 256 | 312 | 356 | 33 | 17 | 0 | 7 | 326 | 101 | 121 |
| Binary | 10101110 | 11001010 | 11101110 | 11011 | 1111 | 0 | 111 | 11010110 | 1000001 | 1010001 |
Color Harmonies of #AECAEE
Complementary color
Monochromatic Colors of #AECAEE
Black with #AECAEE
Text Example
Text Example
White with #AECAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAEE; }
p { color: rgb(174,202,238); }
H1.HeaderClassName
{
color: #AECAEE;
}
.AnyTagClassName
{
color: #AECAEE;
}
</style>
background-color css
<style>
a { background-color: #AECAEE; }
a { background-color: rgb(174,202,238); }
div.DivClassName
{
background-color: #AECAEE;
}
.BgClassName
{
background-color: #AECAEE;
}
</style>
border-color css
<style>
span { border-color: #AECAEE; }
span { border-color: rgb(174,202,238); }
td.TdClassName
{
border-color: #AECAEE;
}
.TagClassName
{
border-color: #AECAEE;
}
</style>