Shades of Pelorous #2BAEBD
Tints of Pelorous #2BAEBD
RGB
CMYK
RGB Variations
Color information
#2BAEBD (or 0x2BAEBD) is known color: Pelorous. HEX triplet: 2B, AE and BD. RGB value is (43,174,189). Sum of RGB (Red+Green+Blue) = 43+174+189=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #2BAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEBD is #D45142. Grayscale: #888888. Windows color (decimal): -13914435 or 12430891. OLE color: 12430891.
HSL color Cylindrical-coordinate representation of color #2BAEBD: hue angle of 186.16º 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 #2BAEBD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 174 | 189 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.26 |
| HSL | 186.16º | 0.63% | 0.45% | - |
| HSV(B) | 186.16º | 0.77% | 0.74% | - |
| XYZ | 25.32 | 34.46 | 53.46 | - |
| YUV | 136.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 189 | 0.77 | 0.08 | 0 | 0.26 | 186.16 | 0.63 | 0.45 |
| Hex | 2B | AE | BD | 4D | 8 | 0 | 1A | BA | 3F | 2D |
| Octal | 53 | 256 | 275 | 115 | 10 | 0 | 32 | 272 | 77 | 55 |
| Binary | 101011 | 10101110 | 10111101 | 1001101 | 1000 | 0 | 11010 | 10111010 | 111111 | 101101 |
Color Harmonies of #2BAEBD
Complementary color
Monochromatic Colors of #2BAEBD
Black with #2BAEBD
Text Example
Text Example
White with #2BAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEBD; }
p { color: rgb(43,174,189); }
H1.HeaderClassName
{
color: #2BAEBD;
}
.AnyTagClassName
{
color: #2BAEBD;
}
</style>
background-color css
<style>
a { background-color: #2BAEBD; }
a { background-color: rgb(43,174,189); }
div.DivClassName
{
background-color: #2BAEBD;
}
.BgClassName
{
background-color: #2BAEBD;
}
</style>
border-color css
<style>
span { border-color: #2BAEBD; }
span { border-color: rgb(43,174,189); }
td.TdClassName
{
border-color: #2BAEBD;
}
.TagClassName
{
border-color: #2BAEBD;
}
</style>