Shades of Pelorous #2B9EBA
Tints of Pelorous #2B9EBA
RGB
CMYK
RGB Variations
Color information
#2B9EBA (or 0x2B9EBA) is known color: Pelorous. HEX triplet: 2B, 9E and BA. RGB value is (43,158,186). Sum of RGB (Red+Green+Blue) = 43+158+186=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B9EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9EBA is #D46145. Grayscale: #7E7E7E. Windows color (decimal): -13918534 or 12230187. OLE color: 12230187.
HSL color Cylindrical-coordinate representation of color #2B9EBA: hue angle of 191.75º degrees, saturation: 0.62, 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 #2B9EBA is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 158 | 186 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.27 |
| HSL | 191.75º | 0.62% | 0.45% | - |
| HSV(B) | 191.75º | 0.77% | 0.73% | - |
| XYZ | 22.09 | 28.51 | 50.79 | - |
| YUV | 126.81 | 161.4 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 186 | 0.77 | 0.15 | 0 | 0.27 | 191.75 | 0.62 | 0.45 |
| Hex | 2B | 9E | BA | 4D | F | 0 | 1B | C0 | 3E | 2D |
| Octal | 53 | 236 | 272 | 115 | 17 | 0 | 33 | 300 | 76 | 55 |
| Binary | 101011 | 10011110 | 10111010 | 1001101 | 1111 | 0 | 11011 | 11000000 | 111110 | 101101 |
Color Harmonies of #2B9EBA
Complementary color
Monochromatic Colors of #2B9EBA
Black with #2B9EBA
Text Example
Text Example
White with #2B9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9EBA; }
p { color: rgb(43,158,186); }
H1.HeaderClassName
{
color: #2B9EBA;
}
.AnyTagClassName
{
color: #2B9EBA;
}
</style>
background-color css
<style>
a { background-color: #2B9EBA; }
a { background-color: rgb(43,158,186); }
div.DivClassName
{
background-color: #2B9EBA;
}
.BgClassName
{
background-color: #2B9EBA;
}
</style>
border-color css
<style>
span { border-color: #2B9EBA; }
span { border-color: rgb(43,158,186); }
td.TdClassName
{
border-color: #2B9EBA;
}
.TagClassName
{
border-color: #2B9EBA;
}
</style>