Shades of Tropical Blue #AECAEF
Tints of Tropical Blue #AECAEF
RGB
CMYK
RGB Variations
Color information
#AECAEF (or 0xAECAEF) is known color: Tropical Blue. HEX triplet: AE, CA and EF. RGB value is (174,202,239). Sum of RGB (Red+Green+Blue) = 174+202+239=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #AECAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAEF is #513510. Grayscale: #C5C5C5. Windows color (decimal): -5322001 or 15714990. OLE color: 15714990.
HSL color Cylindrical-coordinate representation of color #AECAEF: hue angle of 214.15º degrees, saturation: 0.67, 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 #AECAEF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 202 | 239 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.06 |
| HSL | 214.15º | 0.67% | 0.81% | - |
| HSV(B) | 214.15º | 0.27% | 0.94% | - |
| XYZ | 54.16 | 57.47 | 89.9 | - |
| YUV | 197.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 239 | 0.27 | 0.15 | 0 | 0.06 | 214.15 | 0.67 | 0.81 |
| Hex | AE | CA | EF | 1B | F | 0 | 6 | D6 | 43 | 51 |
| Octal | 256 | 312 | 357 | 33 | 17 | 0 | 6 | 326 | 103 | 121 |
| Binary | 10101110 | 11001010 | 11101111 | 11011 | 1111 | 0 | 110 | 11010110 | 1000011 | 1010001 |
Color Harmonies of #AECAEF
Complementary color
Monochromatic Colors of #AECAEF
Black with #AECAEF
Text Example
Text Example
White with #AECAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAEF; }
p { color: rgb(174,202,239); }
H1.HeaderClassName
{
color: #AECAEF;
}
.AnyTagClassName
{
color: #AECAEF;
}
</style>
background-color css
<style>
a { background-color: #AECAEF; }
a { background-color: rgb(174,202,239); }
div.DivClassName
{
background-color: #AECAEF;
}
.BgClassName
{
background-color: #AECAEF;
}
</style>
border-color css
<style>
span { border-color: #AECAEF; }
span { border-color: rgb(174,202,239); }
td.TdClassName
{
border-color: #AECAEF;
}
.TagClassName
{
border-color: #AECAEF;
}
</style>