Shades of Tropical Blue #ABCAEC
Tints of Tropical Blue #ABCAEC
RGB
CMYK
RGB Variations
Color information
#ABCAEC (or 0xABCAEC) is known color: Tropical Blue. HEX triplet: AB, CA and EC. RGB value is (171,202,236). Sum of RGB (Red+Green+Blue) = 171+202+236=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAEC is #543513. Grayscale: #C4C4C4. Windows color (decimal): -5518612 or 15518379. OLE color: 15518379.
HSL color Cylindrical-coordinate representation of color #ABCAEC: hue angle of 211.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCAEC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 202 | 236 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.07 |
| HSL | 211.38º | 0.63% | 0.8% | - |
| HSV(B) | 211.38º | 0.28% | 0.93% | - |
| XYZ | 53.06 | 56.96 | 87.55 | - |
| YUV | 196.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 236 | 0.28 | 0.14 | 0 | 0.07 | 211.38 | 0.63 | 0.8 |
| Hex | AB | CA | EC | 1C | E | 0 | 7 | D3 | 3F | 50 |
| Octal | 253 | 312 | 354 | 34 | 16 | 0 | 7 | 323 | 77 | 120 |
| Binary | 10101011 | 11001010 | 11101100 | 11100 | 1110 | 0 | 111 | 11010011 | 111111 | 1010000 |
Color Harmonies of #ABCAEC
Complementary color
Monochromatic Colors of #ABCAEC
Black with #ABCAEC
Text Example
Text Example
White with #ABCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAEC; }
p { color: rgb(171,202,236); }
H1.HeaderClassName
{
color: #ABCAEC;
}
.AnyTagClassName
{
color: #ABCAEC;
}
</style>
background-color css
<style>
a { background-color: #ABCAEC; }
a { background-color: rgb(171,202,236); }
div.DivClassName
{
background-color: #ABCAEC;
}
.BgClassName
{
background-color: #ABCAEC;
}
</style>
border-color css
<style>
span { border-color: #ABCAEC; }
span { border-color: rgb(171,202,236); }
td.TdClassName
{
border-color: #ABCAEC;
}
.TagClassName
{
border-color: #ABCAEC;
}
</style>