Shades of Pelorous #2B9EBC
Tints of Pelorous #2B9EBC
RGB
CMYK
RGB Variations
Color information
#2B9EBC (or 0x2B9EBC) is known color: Pelorous. HEX triplet: 2B, 9E and BC. RGB value is (43,158,188). Sum of RGB (Red+Green+Blue) = 43+158+188=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B9EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9EBC is #D46143. Grayscale: #7E7E7E. Windows color (decimal): -13918532 or 12361259. OLE color: 12361259.
HSL color Cylindrical-coordinate representation of color #2B9EBC: hue angle of 192.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B9EBC is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 158 | 188 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.26 |
| HSL | 192.41º | 0.63% | 0.45% | - |
| HSV(B) | 192.41º | 0.77% | 0.74% | - |
| XYZ | 22.3 | 28.6 | 51.92 | - |
| YUV | 127.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 188 | 0.77 | 0.16 | 0 | 0.26 | 192.41 | 0.63 | 0.45 |
| Hex | 2B | 9E | BC | 4D | 10 | 0 | 1A | C0 | 3F | 2D |
| Octal | 53 | 236 | 274 | 115 | 20 | 0 | 32 | 300 | 77 | 55 |
| Binary | 101011 | 10011110 | 10111100 | 1001101 | 10000 | 0 | 11010 | 11000000 | 111111 | 101101 |
Color Harmonies of #2B9EBC
Complementary color
Monochromatic Colors of #2B9EBC
Black with #2B9EBC
Text Example
Text Example
White with #2B9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9EBC; }
p { color: rgb(43,158,188); }
H1.HeaderClassName
{
color: #2B9EBC;
}
.AnyTagClassName
{
color: #2B9EBC;
}
</style>
background-color css
<style>
a { background-color: #2B9EBC; }
a { background-color: rgb(43,158,188); }
div.DivClassName
{
background-color: #2B9EBC;
}
.BgClassName
{
background-color: #2B9EBC;
}
</style>
border-color css
<style>
span { border-color: #2B9EBC; }
span { border-color: rgb(43,158,188); }
td.TdClassName
{
border-color: #2B9EBC;
}
.TagClassName
{
border-color: #2B9EBC;
}
</style>