Shades of Tropical Blue #ABC1ED
Tints of Tropical Blue #ABC1ED
RGB
CMYK
RGB Variations
Color information
#ABC1ED (or 0xABC1ED) is known color: Tropical Blue. HEX triplet: AB, C1 and ED. RGB value is (171,193,237). Sum of RGB (Red+Green+Blue) = 171+193+237=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1ED is #543E12. Grayscale: #BFBFBF. Windows color (decimal): -5520915 or 15581611. OLE color: 15581611.
HSL color Cylindrical-coordinate representation of color #ABC1ED: hue angle of 220º 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 #ABC1ED is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 193 | 237 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.07 |
| HSL | 220º | 0.65% | 0.8% | - |
| HSV(B) | 220º | 0.28% | 0.93% | - |
| XYZ | 51.15 | 52.91 | 87.64 | - |
| YUV | 191.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 237 | 0.28 | 0.19 | 0 | 0.07 | 220 | 0.65 | 0.8 |
| Hex | AB | C1 | ED | 1C | 13 | 0 | 7 | DC | 41 | 50 |
| Octal | 253 | 301 | 355 | 34 | 23 | 0 | 7 | 334 | 101 | 120 |
| Binary | 10101011 | 11000001 | 11101101 | 11100 | 10011 | 0 | 111 | 11011100 | 1000001 | 1010000 |
Color Harmonies of #ABC1ED
Complementary color
Monochromatic Colors of #ABC1ED
Black with #ABC1ED
Text Example
Text Example
White with #ABC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1ED; }
p { color: rgb(171,193,237); }
H1.HeaderClassName
{
color: #ABC1ED;
}
.AnyTagClassName
{
color: #ABC1ED;
}
</style>
background-color css
<style>
a { background-color: #ABC1ED; }
a { background-color: rgb(171,193,237); }
div.DivClassName
{
background-color: #ABC1ED;
}
.BgClassName
{
background-color: #ABC1ED;
}
</style>
border-color css
<style>
span { border-color: #ABC1ED; }
span { border-color: rgb(171,193,237); }
td.TdClassName
{
border-color: #ABC1ED;
}
.TagClassName
{
border-color: #ABC1ED;
}
</style>