Shades of Tropical Blue #ABCAE5
Tints of Tropical Blue #ABCAE5
RGB
CMYK
RGB Variations
Color information
#ABCAE5 (or 0xABCAE5) is known color: Tropical Blue. HEX triplet: AB, CA and E5. RGB value is (171,202,229). Sum of RGB (Red+Green+Blue) = 171+202+229=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABCAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAE5 is #54351A. Grayscale: #C3C3C3. Windows color (decimal): -5518619 or 15059627. OLE color: 15059627.
HSL color Cylindrical-coordinate representation of color #ABCAE5: hue angle of 207.93º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCAE5 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 202 | 229 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.10 |
| HSL | 207.93º | 0.53% | 0.78% | - |
| HSV(B) | 207.93º | 0.25% | 0.9% | - |
| XYZ | 52.06 | 56.56 | 82.3 | - |
| YUV | 195.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 229 | 0.25 | 0.12 | 0 | 0.10 | 207.93 | 0.53 | 0.78 |
| Hex | AB | CA | E5 | 19 | C | 0 | A | D0 | 35 | 4E |
| Octal | 253 | 312 | 345 | 31 | 14 | 0 | 12 | 320 | 65 | 116 |
| Binary | 10101011 | 11001010 | 11100101 | 11001 | 1100 | 0 | 1010 | 11010000 | 110101 | 1001110 |
Color Harmonies of #ABCAE5
Complementary color
Monochromatic Colors of #ABCAE5
Black with #ABCAE5
Text Example
Text Example
White with #ABCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAE5; }
p { color: rgb(171,202,229); }
H1.HeaderClassName
{
color: #ABCAE5;
}
.AnyTagClassName
{
color: #ABCAE5;
}
</style>
background-color css
<style>
a { background-color: #ABCAE5; }
a { background-color: rgb(171,202,229); }
div.DivClassName
{
background-color: #ABCAE5;
}
.BgClassName
{
background-color: #ABCAE5;
}
</style>
border-color css
<style>
span { border-color: #ABCAE5; }
span { border-color: rgb(171,202,229); }
td.TdClassName
{
border-color: #ABCAE5;
}
.TagClassName
{
border-color: #ABCAE5;
}
</style>