Shades of Tropical Blue #AEC6ED
Tints of Tropical Blue #AEC6ED
RGB
CMYK
RGB Variations
Color information
#AEC6ED (or 0xAEC6ED) is known color: Tropical Blue. HEX triplet: AE, C6 and ED. RGB value is (174,198,237). Sum of RGB (Red+Green+Blue) = 174+198+237=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEC6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC6ED is #513912. Grayscale: #C3C3C3. Windows color (decimal): -5323027 or 15582894. OLE color: 15582894.
HSL color Cylindrical-coordinate representation of color #AEC6ED: hue angle of 217.14º 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 #AEC6ED is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 198 | 237 | - |
CMYK | 0.27 | 0.16 | 0 | 0.07 |
HSL | 217.14º | 0.64% | 0.81% | - |
HSV(B) | 217.14º | 0.27% | 0.93% | - |
XYZ | 52.94 | 55.5 | 88.04 | - |
YUV | 195.27 | 151.55 | 112.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 198 | 237 | 0.27 | 0.16 | 0 | 0.07 | 217.14 | 0.64 | 0.81 |
Hex | AE | C6 | ED | 1B | 10 | 0 | 7 | D9 | 40 | 51 |
Octal | 256 | 306 | 355 | 33 | 20 | 0 | 7 | 331 | 100 | 121 |
Binary | 10101110 | 11000110 | 11101101 | 11011 | 10000 | 0 | 111 | 11011001 | 1000000 | 1010001 |
Color Harmonies of #AEC6ED
Complementary color
Monochromatic Colors of #AEC6ED
Black with #AEC6ED
Text Example
Text Example
White with #AEC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC6ED; }
p { color: rgb(174,198,237); }
H1.HeaderClassName
{
color: #AEC6ED;
}
.AnyTagClassName
{
color: #AEC6ED;
}
</style>
background-color css
<style>
a { background-color: #AEC6ED; }
a { background-color: rgb(174,198,237); }
div.DivClassName
{
background-color: #AEC6ED;
}
.BgClassName
{
background-color: #AEC6ED;
}
</style>
border-color css
<style>
span { border-color: #AEC6ED; }
span { border-color: rgb(174,198,237); }
td.TdClassName
{
border-color: #AEC6ED;
}
.TagClassName
{
border-color: #AEC6ED;
}
</style>