Shades of Tropical Blue #AECAF8
Tints of Tropical Blue #AECAF8
RGB
CMYK
RGB Variations
Color information
#AECAF8 (or 0xAECAF8) is known color: Tropical Blue. HEX triplet: AE, CA and F8. RGB value is (174,202,248). Sum of RGB (Red+Green+Blue) = 174+202+248=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #AECAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAF8 is #513507. Grayscale: #C6C6C6. Windows color (decimal): -5321992 or 16304814. OLE color: 16304814.
HSL color Cylindrical-coordinate representation of color #AECAF8: hue angle of 217.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECAF8 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 202 | 248 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.03 |
| HSL | 217.3º | 0.84% | 0.83% | - |
| HSV(B) | 217.3º | 0.3% | 0.97% | - |
| XYZ | 55.52 | 58.02 | 97.08 | - |
| YUV | 198.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 248 | 0.30 | 0.19 | 0 | 0.03 | 217.3 | 0.84 | 0.83 |
| Hex | AE | CA | F8 | 1E | 13 | 0 | 3 | D9 | 54 | 53 |
| Octal | 256 | 312 | 370 | 36 | 23 | 0 | 3 | 331 | 124 | 123 |
| Binary | 10101110 | 11001010 | 11111000 | 11110 | 10011 | 0 | 11 | 11011001 | 1010100 | 1010011 |
Color Harmonies of #AECAF8
Complementary color
Monochromatic Colors of #AECAF8
Black with #AECAF8
Text Example
Text Example
White with #AECAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAF8; }
p { color: rgb(174,202,248); }
H1.HeaderClassName
{
color: #AECAF8;
}
.AnyTagClassName
{
color: #AECAF8;
}
</style>
background-color css
<style>
a { background-color: #AECAF8; }
a { background-color: rgb(174,202,248); }
div.DivClassName
{
background-color: #AECAF8;
}
.BgClassName
{
background-color: #AECAF8;
}
</style>
border-color css
<style>
span { border-color: #AECAF8; }
span { border-color: rgb(174,202,248); }
td.TdClassName
{
border-color: #AECAF8;
}
.TagClassName
{
border-color: #AECAF8;
}
</style>