Shades of Pelorous #2BB0C1
Tints of Pelorous #2BB0C1
RGB
CMYK
RGB Variations
Color information
#2BB0C1 (or 0x2BB0C1) is known color: Pelorous. HEX triplet: 2B, B0 and C1. RGB value is (43,176,193). Sum of RGB (Red+Green+Blue) = 43+176+193=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #2BB0C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB0C1 is #D44F3E. Grayscale: #898989. Windows color (decimal): -13913919 or 12693547. OLE color: 12693547.
HSL color Cylindrical-coordinate representation of color #2BB0C1: hue angle of 186.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BB0C1 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 176 | 193 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.24 |
| HSL | 186.8º | 0.64% | 0.46% | - |
| HSV(B) | 186.8º | 0.78% | 0.76% | - |
| XYZ | 26.15 | 35.41 | 55.91 | - |
| YUV | 138.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 193 | 0.78 | 0.09 | 0 | 0.24 | 186.8 | 0.64 | 0.46 |
| Hex | 2B | B0 | C1 | 4E | 9 | 0 | 18 | BB | 40 | 2E |
| Octal | 53 | 260 | 301 | 116 | 11 | 0 | 30 | 273 | 100 | 56 |
| Binary | 101011 | 10110000 | 11000001 | 1001110 | 1001 | 0 | 11000 | 10111011 | 1000000 | 101110 |
Color Harmonies of #2BB0C1
Complementary color
Monochromatic Colors of #2BB0C1
Black with #2BB0C1
Text Example
Text Example
White with #2BB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB0C1; }
p { color: rgb(43,176,193); }
H1.HeaderClassName
{
color: #2BB0C1;
}
.AnyTagClassName
{
color: #2BB0C1;
}
</style>
background-color css
<style>
a { background-color: #2BB0C1; }
a { background-color: rgb(43,176,193); }
div.DivClassName
{
background-color: #2BB0C1;
}
.BgClassName
{
background-color: #2BB0C1;
}
</style>
border-color css
<style>
span { border-color: #2BB0C1; }
span { border-color: rgb(43,176,193); }
td.TdClassName
{
border-color: #2BB0C1;
}
.TagClassName
{
border-color: #2BB0C1;
}
</style>