Shades of Pelorous #2BABBC
Tints of Pelorous #2BABBC
RGB
CMYK
RGB Variations
Color information
#2BABBC (or 0x2BABBC) is known color: Pelorous. HEX triplet: 2B, AB and BC. RGB value is (43,171,188). Sum of RGB (Red+Green+Blue) = 43+171+188=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #2BABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABBC is #D45443. Grayscale: #868686. Windows color (decimal): -13915204 or 12364587. OLE color: 12364587.
HSL color Cylindrical-coordinate representation of color #2BABBC: hue angle of 187.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BABBC is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 171 | 188 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.26 |
| HSL | 187.03º | 0.63% | 0.45% | - |
| HSV(B) | 187.03º | 0.77% | 0.74% | - |
| XYZ | 24.64 | 33.27 | 52.7 | - |
| YUV | 134.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 188 | 0.77 | 0.09 | 0 | 0.26 | 187.03 | 0.63 | 0.45 |
| Hex | 2B | AB | BC | 4D | 9 | 0 | 1A | BB | 3F | 2D |
| Octal | 53 | 253 | 274 | 115 | 11 | 0 | 32 | 273 | 77 | 55 |
| Binary | 101011 | 10101011 | 10111100 | 1001101 | 1001 | 0 | 11010 | 10111011 | 111111 | 101101 |
Color Harmonies of #2BABBC
Complementary color
Monochromatic Colors of #2BABBC
Black with #2BABBC
Text Example
Text Example
White with #2BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABBC; }
p { color: rgb(43,171,188); }
H1.HeaderClassName
{
color: #2BABBC;
}
.AnyTagClassName
{
color: #2BABBC;
}
</style>
background-color css
<style>
a { background-color: #2BABBC; }
a { background-color: rgb(43,171,188); }
div.DivClassName
{
background-color: #2BABBC;
}
.BgClassName
{
background-color: #2BABBC;
}
</style>
border-color css
<style>
span { border-color: #2BABBC; }
span { border-color: rgb(43,171,188); }
td.TdClassName
{
border-color: #2BABBC;
}
.TagClassName
{
border-color: #2BABBC;
}
</style>