Shades of Pelorous #2BADC1
Tints of Pelorous #2BADC1
RGB
CMYK
RGB Variations
Color information
#2BADC1 (or 0x2BADC1) is known color: Pelorous. HEX triplet: 2B, AD and C1. RGB value is (43,173,193). Sum of RGB (Red+Green+Blue) = 43+173+193=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #2BADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADC1 is #D4523E. Grayscale: #888888. Windows color (decimal): -13914687 or 12692779. OLE color: 12692779.
HSL color Cylindrical-coordinate representation of color #2BADC1: hue angle of 188º 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 #2BADC1 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 173 | 193 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.24 |
| HSL | 188º | 0.64% | 0.46% | - |
| HSV(B) | 188º | 0.78% | 0.76% | - |
| XYZ | 25.57 | 34.25 | 55.72 | - |
| YUV | 136.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 193 | 0.78 | 0.10 | 0 | 0.24 | 188 | 0.64 | 0.46 |
| Hex | 2B | AD | C1 | 4E | A | 0 | 18 | BC | 40 | 2E |
| Octal | 53 | 255 | 301 | 116 | 12 | 0 | 30 | 274 | 100 | 56 |
| Binary | 101011 | 10101101 | 11000001 | 1001110 | 1010 | 0 | 11000 | 10111100 | 1000000 | 101110 |
Color Harmonies of #2BADC1
Complementary color
Monochromatic Colors of #2BADC1
Black with #2BADC1
Text Example
Text Example
White with #2BADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADC1; }
p { color: rgb(43,173,193); }
H1.HeaderClassName
{
color: #2BADC1;
}
.AnyTagClassName
{
color: #2BADC1;
}
</style>
background-color css
<style>
a { background-color: #2BADC1; }
a { background-color: rgb(43,173,193); }
div.DivClassName
{
background-color: #2BADC1;
}
.BgClassName
{
background-color: #2BADC1;
}
</style>
border-color css
<style>
span { border-color: #2BADC1; }
span { border-color: rgb(43,173,193); }
td.TdClassName
{
border-color: #2BADC1;
}
.TagClassName
{
border-color: #2BADC1;
}
</style>