Shades of Tropical Blue #AECAED
Tints of Tropical Blue #AECAED
RGB
CMYK
RGB Variations
Color information
#AECAED (or 0xAECAED) is known color: Tropical Blue. HEX triplet: AE, CA and ED. RGB value is (174,202,237). Sum of RGB (Red+Green+Blue) = 174+202+237=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #AECAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAED is #513512. Grayscale: #C5C5C5. Windows color (decimal): -5322003 or 15583918. OLE color: 15583918.
HSL color Cylindrical-coordinate representation of color #AECAED: hue angle of 213.33º degrees, saturation: 0.64, 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 #AECAED is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 202 | 237 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.07 |
| HSL | 213.33º | 0.64% | 0.81% | - |
| HSV(B) | 213.33º | 0.27% | 0.93% | - |
| XYZ | 53.86 | 57.35 | 88.35 | - |
| YUV | 197.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 237 | 0.27 | 0.15 | 0 | 0.07 | 213.33 | 0.64 | 0.81 |
| Hex | AE | CA | ED | 1B | F | 0 | 7 | D5 | 40 | 51 |
| Octal | 256 | 312 | 355 | 33 | 17 | 0 | 7 | 325 | 100 | 121 |
| Binary | 10101110 | 11001010 | 11101101 | 11011 | 1111 | 0 | 111 | 11010101 | 1000000 | 1010001 |
Color Harmonies of #AECAED
Complementary color
Monochromatic Colors of #AECAED
Black with #AECAED
Text Example
Text Example
White with #AECAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAED; }
p { color: rgb(174,202,237); }
H1.HeaderClassName
{
color: #AECAED;
}
.AnyTagClassName
{
color: #AECAED;
}
</style>
background-color css
<style>
a { background-color: #AECAED; }
a { background-color: rgb(174,202,237); }
div.DivClassName
{
background-color: #AECAED;
}
.BgClassName
{
background-color: #AECAED;
}
</style>
border-color css
<style>
span { border-color: #AECAED; }
span { border-color: rgb(174,202,237); }
td.TdClassName
{
border-color: #AECAED;
}
.TagClassName
{
border-color: #AECAED;
}
</style>