Shades of Tropical Blue #ABCAED
Tints of Tropical Blue #ABCAED
RGB
CMYK
RGB Variations
Color information
#ABCAED (or 0xABCAED) is known color: Tropical Blue. HEX triplet: AB, CA and ED. RGB value is (171,202,237). Sum of RGB (Red+Green+Blue) = 171+202+237=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAED is #543512. Grayscale: #C4C4C4. Windows color (decimal): -5518611 or 15583915. OLE color: 15583915.
HSL color Cylindrical-coordinate representation of color #ABCAED: hue angle of 211.82º degrees, saturation: 0.65, 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 #ABCAED is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 202 | 237 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.07 |
| HSL | 211.82º | 0.65% | 0.8% | - |
| HSV(B) | 211.82º | 0.28% | 0.93% | - |
| XYZ | 53.2 | 57.01 | 88.32 | - |
| YUV | 196.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 237 | 0.28 | 0.15 | 0 | 0.07 | 211.82 | 0.65 | 0.8 |
| Hex | AB | CA | ED | 1C | F | 0 | 7 | D4 | 41 | 50 |
| Octal | 253 | 312 | 355 | 34 | 17 | 0 | 7 | 324 | 101 | 120 |
| Binary | 10101011 | 11001010 | 11101101 | 11100 | 1111 | 0 | 111 | 11010100 | 1000001 | 1010000 |
Color Harmonies of #ABCAED
Complementary color
Monochromatic Colors of #ABCAED
Black with #ABCAED
Text Example
Text Example
White with #ABCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAED; }
p { color: rgb(171,202,237); }
H1.HeaderClassName
{
color: #ABCAED;
}
.AnyTagClassName
{
color: #ABCAED;
}
</style>
background-color css
<style>
a { background-color: #ABCAED; }
a { background-color: rgb(171,202,237); }
div.DivClassName
{
background-color: #ABCAED;
}
.BgClassName
{
background-color: #ABCAED;
}
</style>
border-color css
<style>
span { border-color: #ABCAED; }
span { border-color: rgb(171,202,237); }
td.TdClassName
{
border-color: #ABCAED;
}
.TagClassName
{
border-color: #ABCAED;
}
</style>