Shades of Tropical Blue #AECBED
Tints of Tropical Blue #AECBED
RGB
CMYK
RGB Variations
Color information
#AECBED (or 0xAECBED) is known color: Tropical Blue. HEX triplet: AE, CB and ED. RGB value is (174,203,237). Sum of RGB (Red+Green+Blue) = 174+203+237=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #AECBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECBED is #513412. Grayscale: #C6C6C6. Windows color (decimal): -5321747 or 15584174. OLE color: 15584174.
HSL color Cylindrical-coordinate representation of color #AECBED: hue angle of 212.38º 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 #AECBED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 203 | 237 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.07 |
| HSL | 212.38º | 0.64% | 0.81% | - |
| HSV(B) | 212.38º | 0.27% | 0.93% | - |
| XYZ | 54.1 | 57.82 | 88.43 | - |
| YUV | 198.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 237 | 0.27 | 0.14 | 0 | 0.07 | 212.38 | 0.64 | 0.81 |
| Hex | AE | CB | ED | 1B | E | 0 | 7 | D4 | 40 | 51 |
| Octal | 256 | 313 | 355 | 33 | 16 | 0 | 7 | 324 | 100 | 121 |
| Binary | 10101110 | 11001011 | 11101101 | 11011 | 1110 | 0 | 111 | 11010100 | 1000000 | 1010001 |
Color Harmonies of #AECBED
Complementary color
Monochromatic Colors of #AECBED
Black with #AECBED
Text Example
Text Example
White with #AECBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBED; }
p { color: rgb(174,203,237); }
H1.HeaderClassName
{
color: #AECBED;
}
.AnyTagClassName
{
color: #AECBED;
}
</style>
background-color css
<style>
a { background-color: #AECBED; }
a { background-color: rgb(174,203,237); }
div.DivClassName
{
background-color: #AECBED;
}
.BgClassName
{
background-color: #AECBED;
}
</style>
border-color css
<style>
span { border-color: #AECBED; }
span { border-color: rgb(174,203,237); }
td.TdClassName
{
border-color: #AECBED;
}
.TagClassName
{
border-color: #AECBED;
}
</style>