Shades of Tropical Blue #ABC2ED
Tints of Tropical Blue #ABC2ED
RGB
CMYK
RGB Variations
Color information
#ABC2ED (or 0xABC2ED) is known color: Tropical Blue. HEX triplet: AB, C2 and ED. RGB value is (171,194,237). Sum of RGB (Red+Green+Blue) = 171+194+237=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2ED is #543D12. Grayscale: #BFBFBF. Windows color (decimal): -5520659 or 15581867. OLE color: 15581867.
HSL color Cylindrical-coordinate representation of color #ABC2ED: hue angle of 219.09º 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 #ABC2ED is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 194 | 237 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.07 |
| HSL | 219.09º | 0.65% | 0.8% | - |
| HSV(B) | 219.09º | 0.28% | 0.93% | - |
| XYZ | 51.37 | 53.36 | 87.71 | - |
| YUV | 192.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 237 | 0.28 | 0.18 | 0 | 0.07 | 219.09 | 0.65 | 0.8 |
| Hex | AB | C2 | ED | 1C | 12 | 0 | 7 | DB | 41 | 50 |
| Octal | 253 | 302 | 355 | 34 | 22 | 0 | 7 | 333 | 101 | 120 |
| Binary | 10101011 | 11000010 | 11101101 | 11100 | 10010 | 0 | 111 | 11011011 | 1000001 | 1010000 |
Color Harmonies of #ABC2ED
Complementary color
Monochromatic Colors of #ABC2ED
Black with #ABC2ED
Text Example
Text Example
White with #ABC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2ED; }
p { color: rgb(171,194,237); }
H1.HeaderClassName
{
color: #ABC2ED;
}
.AnyTagClassName
{
color: #ABC2ED;
}
</style>
background-color css
<style>
a { background-color: #ABC2ED; }
a { background-color: rgb(171,194,237); }
div.DivClassName
{
background-color: #ABC2ED;
}
.BgClassName
{
background-color: #ABC2ED;
}
</style>
border-color css
<style>
span { border-color: #ABC2ED; }
span { border-color: rgb(171,194,237); }
td.TdClassName
{
border-color: #ABC2ED;
}
.TagClassName
{
border-color: #ABC2ED;
}
</style>