Shades of Pelorous #2BABC5
Tints of Pelorous #2BABC5
RGB
CMYK
RGB Variations
Color information
#2BABC5 (or 0x2BABC5) is known color: Pelorous. HEX triplet: 2B, AB and C5. RGB value is (43,171,197). Sum of RGB (Red+Green+Blue) = 43+171+197=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #2BABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABC5 is #D4543A. Grayscale: #878787. Windows color (decimal): -13915195 or 12954411. OLE color: 12954411.
HSL color Cylindrical-coordinate representation of color #2BABC5: hue angle of 190.13º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BABC5 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 171 | 197 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.23 |
| HSL | 190.13º | 0.64% | 0.47% | - |
| HSV(B) | 190.13º | 0.78% | 0.77% | - |
| XYZ | 25.64 | 33.67 | 57.97 | - |
| YUV | 135.69 | 162.59 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 197 | 0.78 | 0.13 | 0 | 0.23 | 190.13 | 0.64 | 0.47 |
| Hex | 2B | AB | C5 | 4E | D | 0 | 17 | BE | 40 | 2F |
| Octal | 53 | 253 | 305 | 116 | 15 | 0 | 27 | 276 | 100 | 57 |
| Binary | 101011 | 10101011 | 11000101 | 1001110 | 1101 | 0 | 10111 | 10111110 | 1000000 | 101111 |
Color Harmonies of #2BABC5
Complementary color
Monochromatic Colors of #2BABC5
Black with #2BABC5
Text Example
Text Example
White with #2BABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABC5; }
p { color: rgb(43,171,197); }
H1.HeaderClassName
{
color: #2BABC5;
}
.AnyTagClassName
{
color: #2BABC5;
}
</style>
background-color css
<style>
a { background-color: #2BABC5; }
a { background-color: rgb(43,171,197); }
div.DivClassName
{
background-color: #2BABC5;
}
.BgClassName
{
background-color: #2BABC5;
}
</style>
border-color css
<style>
span { border-color: #2BABC5; }
span { border-color: rgb(43,171,197); }
td.TdClassName
{
border-color: #2BABC5;
}
.TagClassName
{
border-color: #2BABC5;
}
</style>