Shades of Pelorous #2BADBD
Tints of Pelorous #2BADBD
RGB
CMYK
RGB Variations
Color information
#2BADBD (or 0x2BADBD) is known color: Pelorous. HEX triplet: 2B, AD and BD. RGB value is (43,173,189). Sum of RGB (Red+Green+Blue) = 43+173+189=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #2BADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADBD is #D45242. Grayscale: #878787. Windows color (decimal): -13914691 or 12430635. OLE color: 12430635.
HSL color Cylindrical-coordinate representation of color #2BADBD: hue angle of 186.58º 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 #2BADBD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 173 | 189 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.26 |
| HSL | 186.58º | 0.63% | 0.45% | - |
| HSV(B) | 186.58º | 0.77% | 0.74% | - |
| XYZ | 25.13 | 34.07 | 53.4 | - |
| YUV | 135.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 189 | 0.77 | 0.08 | 0 | 0.26 | 186.58 | 0.63 | 0.45 |
| Hex | 2B | AD | BD | 4D | 8 | 0 | 1A | BB | 3F | 2D |
| Octal | 53 | 255 | 275 | 115 | 10 | 0 | 32 | 273 | 77 | 55 |
| Binary | 101011 | 10101101 | 10111101 | 1001101 | 1000 | 0 | 11010 | 10111011 | 111111 | 101101 |
Color Harmonies of #2BADBD
Complementary color
Monochromatic Colors of #2BADBD
Black with #2BADBD
Text Example
Text Example
White with #2BADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADBD; }
p { color: rgb(43,173,189); }
H1.HeaderClassName
{
color: #2BADBD;
}
.AnyTagClassName
{
color: #2BADBD;
}
</style>
background-color css
<style>
a { background-color: #2BADBD; }
a { background-color: rgb(43,173,189); }
div.DivClassName
{
background-color: #2BADBD;
}
.BgClassName
{
background-color: #2BADBD;
}
</style>
border-color css
<style>
span { border-color: #2BADBD; }
span { border-color: rgb(43,173,189); }
td.TdClassName
{
border-color: #2BADBD;
}
.TagClassName
{
border-color: #2BADBD;
}
</style>