Shades of Pelorous #2BA6BB
Tints of Pelorous #2BA6BB
RGB
CMYK
RGB Variations
Color information
#2BA6BB (or 0x2BA6BB) is known color: Pelorous. HEX triplet: 2B, A6 and BB. RGB value is (43,166,187). Sum of RGB (Red+Green+Blue) = 43+166+187=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BA6BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA6BB is #D45944. Grayscale: #838383. Windows color (decimal): -13916485 or 12297771. OLE color: 12297771.
HSL color Cylindrical-coordinate representation of color #2BA6BB: hue angle of 188.75º 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 #2BA6BB is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 166 | 187 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.27 |
| HSL | 188.75º | 0.63% | 0.45% | - |
| HSV(B) | 188.75º | 0.77% | 0.73% | - |
| XYZ | 23.6 | 31.37 | 51.83 | - |
| YUV | 131.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 187 | 0.77 | 0.11 | 0 | 0.27 | 188.75 | 0.63 | 0.45 |
| Hex | 2B | A6 | BB | 4D | B | 0 | 1B | BD | 3F | 2D |
| Octal | 53 | 246 | 273 | 115 | 13 | 0 | 33 | 275 | 77 | 55 |
| Binary | 101011 | 10100110 | 10111011 | 1001101 | 1011 | 0 | 11011 | 10111101 | 111111 | 101101 |
Color Harmonies of #2BA6BB
Complementary color
Monochromatic Colors of #2BA6BB
Black with #2BA6BB
Text Example
Text Example
White with #2BA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA6BB; }
p { color: rgb(43,166,187); }
H1.HeaderClassName
{
color: #2BA6BB;
}
.AnyTagClassName
{
color: #2BA6BB;
}
</style>
background-color css
<style>
a { background-color: #2BA6BB; }
a { background-color: rgb(43,166,187); }
div.DivClassName
{
background-color: #2BA6BB;
}
.BgClassName
{
background-color: #2BA6BB;
}
</style>
border-color css
<style>
span { border-color: #2BA6BB; }
span { border-color: rgb(43,166,187); }
td.TdClassName
{
border-color: #2BA6BB;
}
.TagClassName
{
border-color: #2BA6BB;
}
</style>