Shades of Pelorous #2BA3BB
Tints of Pelorous #2BA3BB
RGB
CMYK
RGB Variations
Color information
#2BA3BB (or 0x2BA3BB) is known color: Pelorous. HEX triplet: 2B, A3 and BB. RGB value is (43,163,187). Sum of RGB (Red+Green+Blue) = 43+163+187=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BA3BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA3BB is #D45C44. Grayscale: #818181. Windows color (decimal): -13917253 or 12297003. OLE color: 12297003.
HSL color Cylindrical-coordinate representation of color #2BA3BB: hue angle of 190º 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 #2BA3BB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 163 | 187 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.27 |
| HSL | 190º | 0.63% | 0.45% | - |
| HSV(B) | 190º | 0.77% | 0.73% | - |
| XYZ | 23.06 | 30.3 | 51.65 | - |
| YUV | 129.86 | 160.24 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 187 | 0.77 | 0.13 | 0 | 0.27 | 190 | 0.63 | 0.45 |
| Hex | 2B | A3 | BB | 4D | D | 0 | 1B | BE | 3F | 2D |
| Octal | 53 | 243 | 273 | 115 | 15 | 0 | 33 | 276 | 77 | 55 |
| Binary | 101011 | 10100011 | 10111011 | 1001101 | 1101 | 0 | 11011 | 10111110 | 111111 | 101101 |
Color Harmonies of #2BA3BB
Complementary color
Monochromatic Colors of #2BA3BB
Black with #2BA3BB
Text Example
Text Example
White with #2BA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA3BB; }
p { color: rgb(43,163,187); }
H1.HeaderClassName
{
color: #2BA3BB;
}
.AnyTagClassName
{
color: #2BA3BB;
}
</style>
background-color css
<style>
a { background-color: #2BA3BB; }
a { background-color: rgb(43,163,187); }
div.DivClassName
{
background-color: #2BA3BB;
}
.BgClassName
{
background-color: #2BA3BB;
}
</style>
border-color css
<style>
span { border-color: #2BA3BB; }
span { border-color: rgb(43,163,187); }
td.TdClassName
{
border-color: #2BA3BB;
}
.TagClassName
{
border-color: #2BA3BB;
}
</style>