Shades of Tropical Blue #ABCAEA
Tints of Tropical Blue #ABCAEA
RGB
CMYK
RGB Variations
Color information
#ABCAEA (or 0xABCAEA) is known color: Tropical Blue. HEX triplet: AB, CA and EA. RGB value is (171,202,234). Sum of RGB (Red+Green+Blue) = 171+202+234=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABCAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAEA is #543515. Grayscale: #C4C4C4. Windows color (decimal): -5518614 or 15387307. OLE color: 15387307.
HSL color Cylindrical-coordinate representation of color #ABCAEA: hue angle of 210.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCAEA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 202 | 234 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.08 |
| HSL | 210.48º | 0.6% | 0.79% | - |
| HSV(B) | 210.48º | 0.27% | 0.92% | - |
| XYZ | 52.77 | 56.84 | 86.03 | - |
| YUV | 196.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 234 | 0.27 | 0.14 | 0 | 0.08 | 210.48 | 0.6 | 0.79 |
| Hex | AB | CA | EA | 1B | E | 0 | 8 | D2 | 3C | 4F |
| Octal | 253 | 312 | 352 | 33 | 16 | 0 | 10 | 322 | 74 | 117 |
| Binary | 10101011 | 11001010 | 11101010 | 11011 | 1110 | 0 | 1000 | 11010010 | 111100 | 1001111 |
Color Harmonies of #ABCAEA
Complementary color
Monochromatic Colors of #ABCAEA
Black with #ABCAEA
Text Example
Text Example
White with #ABCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAEA; }
p { color: rgb(171,202,234); }
H1.HeaderClassName
{
color: #ABCAEA;
}
.AnyTagClassName
{
color: #ABCAEA;
}
</style>
background-color css
<style>
a { background-color: #ABCAEA; }
a { background-color: rgb(171,202,234); }
div.DivClassName
{
background-color: #ABCAEA;
}
.BgClassName
{
background-color: #ABCAEA;
}
</style>
border-color css
<style>
span { border-color: #ABCAEA; }
span { border-color: rgb(171,202,234); }
td.TdClassName
{
border-color: #ABCAEA;
}
.TagClassName
{
border-color: #ABCAEA;
}
</style>