Shades of Pelorous #2BA0BB
Tints of Pelorous #2BA0BB
RGB
CMYK
RGB Variations
Color information
#2BA0BB (or 0x2BA0BB) is known color: Pelorous. HEX triplet: 2B, A0 and BB. RGB value is (43,160,187). Sum of RGB (Red+Green+Blue) = 43+160+187=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BA0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA0BB is #D45F44. Grayscale: #7F7F7F. Windows color (decimal): -13918021 or 12296235. OLE color: 12296235.
HSL color Cylindrical-coordinate representation of color #2BA0BB: hue angle of 191.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BA0BB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 160 | 187 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.27 |
| HSL | 191.25º | 0.63% | 0.45% | - |
| HSV(B) | 191.25º | 0.77% | 0.73% | - |
| XYZ | 22.54 | 29.24 | 51.47 | - |
| YUV | 128.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 187 | 0.77 | 0.14 | 0 | 0.27 | 191.25 | 0.63 | 0.45 |
| Hex | 2B | A0 | BB | 4D | E | 0 | 1B | BF | 3F | 2D |
| Octal | 53 | 240 | 273 | 115 | 16 | 0 | 33 | 277 | 77 | 55 |
| Binary | 101011 | 10100000 | 10111011 | 1001101 | 1110 | 0 | 11011 | 10111111 | 111111 | 101101 |
Color Harmonies of #2BA0BB
Complementary color
Monochromatic Colors of #2BA0BB
Black with #2BA0BB
Text Example
Text Example
White with #2BA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA0BB; }
p { color: rgb(43,160,187); }
H1.HeaderClassName
{
color: #2BA0BB;
}
.AnyTagClassName
{
color: #2BA0BB;
}
</style>
background-color css
<style>
a { background-color: #2BA0BB; }
a { background-color: rgb(43,160,187); }
div.DivClassName
{
background-color: #2BA0BB;
}
.BgClassName
{
background-color: #2BA0BB;
}
</style>
border-color css
<style>
span { border-color: #2BA0BB; }
span { border-color: rgb(43,160,187); }
td.TdClassName
{
border-color: #2BA0BB;
}
.TagClassName
{
border-color: #2BA0BB;
}
</style>