Shades of Tropical Blue #AECAF0
Tints of Tropical Blue #AECAF0
RGB
CMYK
RGB Variations
Color information
#AECAF0 (or 0xAECAF0) is known color: Tropical Blue. HEX triplet: AE, CA and F0. RGB value is (174,202,240). Sum of RGB (Red+Green+Blue) = 174+202+240=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #AECAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAF0 is #51350F. Grayscale: #C5C5C5. Windows color (decimal): -5322000 or 15780526. OLE color: 15780526.
HSL color Cylindrical-coordinate representation of color #AECAF0: hue angle of 214.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECAF0 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 202 | 240 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.06 |
| HSL | 214.55º | 0.69% | 0.81% | - |
| HSV(B) | 214.55º | 0.28% | 0.94% | - |
| XYZ | 54.3 | 57.53 | 90.68 | - |
| YUV | 197.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 240 | 0.28 | 0.16 | 0 | 0.06 | 214.55 | 0.69 | 0.81 |
| Hex | AE | CA | F0 | 1C | 10 | 0 | 6 | D7 | 45 | 51 |
| Octal | 256 | 312 | 360 | 34 | 20 | 0 | 6 | 327 | 105 | 121 |
| Binary | 10101110 | 11001010 | 11110000 | 11100 | 10000 | 0 | 110 | 11010111 | 1000101 | 1010001 |
Color Harmonies of #AECAF0
Complementary color
Monochromatic Colors of #AECAF0
Black with #AECAF0
Text Example
Text Example
White with #AECAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAF0; }
p { color: rgb(174,202,240); }
H1.HeaderClassName
{
color: #AECAF0;
}
.AnyTagClassName
{
color: #AECAF0;
}
</style>
background-color css
<style>
a { background-color: #AECAF0; }
a { background-color: rgb(174,202,240); }
div.DivClassName
{
background-color: #AECAF0;
}
.BgClassName
{
background-color: #AECAF0;
}
</style>
border-color css
<style>
span { border-color: #AECAF0; }
span { border-color: rgb(174,202,240); }
td.TdClassName
{
border-color: #AECAF0;
}
.TagClassName
{
border-color: #AECAF0;
}
</style>