Shades of Tropical Blue #ABC2F1
Tints of Tropical Blue #ABC2F1
RGB
CMYK
RGB Variations
Color information
#ABC2F1 (or 0xABC2F1) is known color: Tropical Blue. HEX triplet: AB, C2 and F1. RGB value is (171,194,241). Sum of RGB (Red+Green+Blue) = 171+194+241=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2F1 is #543D0E. Grayscale: #C0C0C0. Windows color (decimal): -5520655 or 15844011. OLE color: 15844011.
HSL color Cylindrical-coordinate representation of color #ABC2F1: hue angle of 220.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC2F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 194 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 220.29º | 0.71% | 0.81% | - |
| HSV(B) | 220.29º | 0.29% | 0.95% | - |
| XYZ | 51.96 | 53.59 | 90.82 | - |
| YUV | 192.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 241 | 0.29 | 0.20 | 0 | 0.05 | 220.29 | 0.71 | 0.81 |
| Hex | AB | C2 | F1 | 1D | 14 | 0 | 5 | DC | 47 | 51 |
| Octal | 253 | 302 | 361 | 35 | 24 | 0 | 5 | 334 | 107 | 121 |
| Binary | 10101011 | 11000010 | 11110001 | 11101 | 10100 | 0 | 101 | 11011100 | 1000111 | 1010001 |
Color Harmonies of #ABC2F1
Complementary color
Monochromatic Colors of #ABC2F1
Black with #ABC2F1
Text Example
Text Example
White with #ABC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2F1; }
p { color: rgb(171,194,241); }
H1.HeaderClassName
{
color: #ABC2F1;
}
.AnyTagClassName
{
color: #ABC2F1;
}
</style>
background-color css
<style>
a { background-color: #ABC2F1; }
a { background-color: rgb(171,194,241); }
div.DivClassName
{
background-color: #ABC2F1;
}
.BgClassName
{
background-color: #ABC2F1;
}
</style>
border-color css
<style>
span { border-color: #ABC2F1; }
span { border-color: rgb(171,194,241); }
td.TdClassName
{
border-color: #ABC2F1;
}
.TagClassName
{
border-color: #ABC2F1;
}
</style>