Shades of Pelorous #2BA8BB
Tints of Pelorous #2BA8BB
RGB
CMYK
RGB Variations
Color information
#2BA8BB (or 0x2BA8BB) is known color: Pelorous. HEX triplet: 2B, A8 and BB. RGB value is (43,168,187). Sum of RGB (Red+Green+Blue) = 43+168+187=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BA8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8BB is #D45744. Grayscale: #848484. Windows color (decimal): -13915973 or 12298283. OLE color: 12298283.
HSL color Cylindrical-coordinate representation of color #2BA8BB: hue angle of 187.92º 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 #2BA8BB is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 168 | 187 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.27 |
| HSL | 187.92º | 0.63% | 0.45% | - |
| HSV(B) | 187.92º | 0.77% | 0.73% | - |
| XYZ | 23.97 | 32.11 | 51.95 | - |
| YUV | 132.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 187 | 0.77 | 0.10 | 0 | 0.27 | 187.92 | 0.63 | 0.45 |
| Hex | 2B | A8 | BB | 4D | A | 0 | 1B | BC | 3F | 2D |
| Octal | 53 | 250 | 273 | 115 | 12 | 0 | 33 | 274 | 77 | 55 |
| Binary | 101011 | 10101000 | 10111011 | 1001101 | 1010 | 0 | 11011 | 10111100 | 111111 | 101101 |
Color Harmonies of #2BA8BB
Complementary color
Monochromatic Colors of #2BA8BB
Black with #2BA8BB
Text Example
Text Example
White with #2BA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8BB; }
p { color: rgb(43,168,187); }
H1.HeaderClassName
{
color: #2BA8BB;
}
.AnyTagClassName
{
color: #2BA8BB;
}
</style>
background-color css
<style>
a { background-color: #2BA8BB; }
a { background-color: rgb(43,168,187); }
div.DivClassName
{
background-color: #2BA8BB;
}
.BgClassName
{
background-color: #2BA8BB;
}
</style>
border-color css
<style>
span { border-color: #2BA8BB; }
span { border-color: rgb(43,168,187); }
td.TdClassName
{
border-color: #2BA8BB;
}
.TagClassName
{
border-color: #2BA8BB;
}
</style>