Shades of Tropical Blue #ABC5FF
Tints of Tropical Blue #ABC5FF
RGB
CMYK
RGB Variations
Color information
#ABC5FF (or 0xABC5FF) is known color: Tropical Blue. HEX triplet: AB, C5 and FF. RGB value is (171,197,255). Sum of RGB (Red+Green+Blue) = 171+197+255=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC5FF is #543A00. Grayscale: #C3C3C3. Windows color (decimal): -5519873 or 16762283. OLE color: 16762283.
HSL color Cylindrical-coordinate representation of color #ABC5FF: hue angle of 221.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC5FF is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 197 | 255 | - |
| CMYK | 0.33 | 0.23 | 0 | 0 |
| HSL | 221.43º | 1% | 0.84% | - |
| HSV(B) | 221.43º | 0.33% | 1% | - |
| XYZ | 54.81 | 55.81 | 102.49 | - |
| YUV | 195.84 | 161.39 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 255 | 0.33 | 0.23 | 0 | 0 | 221.43 | 1 | 0.84 |
| Hex | AB | C5 | FF | 21 | 17 | 0 | 0 | DD | 64 | 54 |
| Octal | 253 | 305 | 377 | 41 | 27 | 0 | 0 | 335 | 144 | 124 |
| Binary | 10101011 | 11000101 | 11111111 | 100001 | 10111 | 0 | 0 | 11011101 | 1100100 | 1010100 |
Color Harmonies of #ABC5FF
Complementary color
Monochromatic Colors of #ABC5FF
Black with #ABC5FF
Text Example
Text Example
White with #ABC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5FF; }
p { color: rgb(171,197,255); }
H1.HeaderClassName
{
color: #ABC5FF;
}
.AnyTagClassName
{
color: #ABC5FF;
}
</style>
background-color css
<style>
a { background-color: #ABC5FF; }
a { background-color: rgb(171,197,255); }
div.DivClassName
{
background-color: #ABC5FF;
}
.BgClassName
{
background-color: #ABC5FF;
}
</style>
border-color css
<style>
span { border-color: #ABC5FF; }
span { border-color: rgb(171,197,255); }
td.TdClassName
{
border-color: #ABC5FF;
}
.TagClassName
{
border-color: #ABC5FF;
}
</style>