Shades of Pelorous #2BAABC
Tints of Pelorous #2BAABC
RGB
CMYK
RGB Variations
Color information
#2BAABC (or 0x2BAABC) is known color: Pelorous. HEX triplet: 2B, AA and BC. RGB value is (43,170,188). Sum of RGB (Red+Green+Blue) = 43+170+188=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #2BAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAABC is #D45543. Grayscale: #858585. Windows color (decimal): -13915460 or 12364331. OLE color: 12364331.
HSL color Cylindrical-coordinate representation of color #2BAABC: hue angle of 187.45º 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 #2BAABC is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 170 | 188 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.26 |
| HSL | 187.45º | 0.63% | 0.45% | - |
| HSV(B) | 187.45º | 0.77% | 0.74% | - |
| XYZ | 24.45 | 32.89 | 52.64 | - |
| YUV | 134.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 188 | 0.77 | 0.10 | 0 | 0.26 | 187.45 | 0.63 | 0.45 |
| Hex | 2B | AA | BC | 4D | A | 0 | 1A | BB | 3F | 2D |
| Octal | 53 | 252 | 274 | 115 | 12 | 0 | 32 | 273 | 77 | 55 |
| Binary | 101011 | 10101010 | 10111100 | 1001101 | 1010 | 0 | 11010 | 10111011 | 111111 | 101101 |
Color Harmonies of #2BAABC
Complementary color
Monochromatic Colors of #2BAABC
Black with #2BAABC
Text Example
Text Example
White with #2BAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAABC; }
p { color: rgb(43,170,188); }
H1.HeaderClassName
{
color: #2BAABC;
}
.AnyTagClassName
{
color: #2BAABC;
}
</style>
background-color css
<style>
a { background-color: #2BAABC; }
a { background-color: rgb(43,170,188); }
div.DivClassName
{
background-color: #2BAABC;
}
.BgClassName
{
background-color: #2BAABC;
}
</style>
border-color css
<style>
span { border-color: #2BAABC; }
span { border-color: rgb(43,170,188); }
td.TdClassName
{
border-color: #2BAABC;
}
.TagClassName
{
border-color: #2BAABC;
}
</style>