Shades of Pelorous #2BA8B6
Tints of Pelorous #2BA8B6
RGB
CMYK
RGB Variations
Color information
#2BA8B6 (or 0x2BA8B6) is known color: Pelorous. HEX triplet: 2B, A8 and B6. RGB value is (43,168,182). Sum of RGB (Red+Green+Blue) = 43+168+182=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #2BA8B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8B6 is #D45749. Grayscale: #848484. Windows color (decimal): -13915978 or 11970603. OLE color: 11970603.
HSL color Cylindrical-coordinate representation of color #2BA8B6: hue angle of 186.04º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BA8B6 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 168 | 182 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.29 |
| HSL | 186.04º | 0.62% | 0.44% | - |
| HSV(B) | 186.04º | 0.76% | 0.71% | - |
| XYZ | 23.44 | 31.9 | 49.18 | - |
| YUV | 132.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 182 | 0.76 | 0.08 | 0 | 0.29 | 186.04 | 0.62 | 0.44 |
| Hex | 2B | A8 | B6 | 4C | 8 | 0 | 1D | BA | 3E | 2C |
| Octal | 53 | 250 | 266 | 114 | 10 | 0 | 35 | 272 | 76 | 54 |
| Binary | 101011 | 10101000 | 10110110 | 1001100 | 1000 | 0 | 11101 | 10111010 | 111110 | 101100 |
Color Harmonies of #2BA8B6
Complementary color
Monochromatic Colors of #2BA8B6
Black with #2BA8B6
Text Example
Text Example
White with #2BA8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8B6; }
p { color: rgb(43,168,182); }
H1.HeaderClassName
{
color: #2BA8B6;
}
.AnyTagClassName
{
color: #2BA8B6;
}
</style>
background-color css
<style>
a { background-color: #2BA8B6; }
a { background-color: rgb(43,168,182); }
div.DivClassName
{
background-color: #2BA8B6;
}
.BgClassName
{
background-color: #2BA8B6;
}
</style>
border-color css
<style>
span { border-color: #2BA8B6; }
span { border-color: rgb(43,168,182); }
td.TdClassName
{
border-color: #2BA8B6;
}
.TagClassName
{
border-color: #2BA8B6;
}
</style>