Shades of Tropical Blue #ABC2F3
Tints of Tropical Blue #ABC2F3
RGB
CMYK
RGB Variations
Color information
#ABC2F3 (or 0xABC2F3) is known color: Tropical Blue. HEX triplet: AB, C2 and F3. RGB value is (171,194,243). Sum of RGB (Red+Green+Blue) = 171+194+243=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABC2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2F3 is #543D0C. Grayscale: #C0C0C0. Windows color (decimal): -5520653 or 15975083. OLE color: 15975083.
HSL color Cylindrical-coordinate representation of color #ABC2F3: hue angle of 220.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC2F3 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 194 | 243 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.05 |
| HSL | 220.83º | 0.75% | 0.81% | - |
| HSV(B) | 220.83º | 0.3% | 0.95% | - |
| XYZ | 52.26 | 53.71 | 92.41 | - |
| YUV | 192.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 243 | 0.30 | 0.20 | 0 | 0.05 | 220.83 | 0.75 | 0.81 |
| Hex | AB | C2 | F3 | 1E | 14 | 0 | 5 | DD | 4B | 51 |
| Octal | 253 | 302 | 363 | 36 | 24 | 0 | 5 | 335 | 113 | 121 |
| Binary | 10101011 | 11000010 | 11110011 | 11110 | 10100 | 0 | 101 | 11011101 | 1001011 | 1010001 |
Color Harmonies of #ABC2F3
Complementary color
Monochromatic Colors of #ABC2F3
Black with #ABC2F3
Text Example
Text Example
White with #ABC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2F3; }
p { color: rgb(171,194,243); }
H1.HeaderClassName
{
color: #ABC2F3;
}
.AnyTagClassName
{
color: #ABC2F3;
}
</style>
background-color css
<style>
a { background-color: #ABC2F3; }
a { background-color: rgb(171,194,243); }
div.DivClassName
{
background-color: #ABC2F3;
}
.BgClassName
{
background-color: #ABC2F3;
}
</style>
border-color css
<style>
span { border-color: #ABC2F3; }
span { border-color: rgb(171,194,243); }
td.TdClassName
{
border-color: #ABC2F3;
}
.TagClassName
{
border-color: #ABC2F3;
}
</style>