Shades of Pelorous #2BACC5
Tints of Pelorous #2BACC5
RGB
CMYK
RGB Variations
Color information
#2BACC5 (or 0x2BACC5) is known color: Pelorous. HEX triplet: 2B, AC and C5. RGB value is (43,172,197). Sum of RGB (Red+Green+Blue) = 43+172+197=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #2BACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACC5 is #D4533A. Grayscale: #888888. Windows color (decimal): -13914939 or 12954667. OLE color: 12954667.
HSL color Cylindrical-coordinate representation of color #2BACC5: hue angle of 189.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BACC5 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 172 | 197 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.23 |
| HSL | 189.74º | 0.64% | 0.47% | - |
| HSV(B) | 189.74º | 0.78% | 0.77% | - |
| XYZ | 25.83 | 34.05 | 58.03 | - |
| YUV | 136.28 | 162.26 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 197 | 0.78 | 0.13 | 0 | 0.23 | 189.74 | 0.64 | 0.47 |
| Hex | 2B | AC | C5 | 4E | D | 0 | 17 | BE | 40 | 2F |
| Octal | 53 | 254 | 305 | 116 | 15 | 0 | 27 | 276 | 100 | 57 |
| Binary | 101011 | 10101100 | 11000101 | 1001110 | 1101 | 0 | 10111 | 10111110 | 1000000 | 101111 |
Color Harmonies of #2BACC5
Complementary color
Monochromatic Colors of #2BACC5
Black with #2BACC5
Text Example
Text Example
White with #2BACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACC5; }
p { color: rgb(43,172,197); }
H1.HeaderClassName
{
color: #2BACC5;
}
.AnyTagClassName
{
color: #2BACC5;
}
</style>
background-color css
<style>
a { background-color: #2BACC5; }
a { background-color: rgb(43,172,197); }
div.DivClassName
{
background-color: #2BACC5;
}
.BgClassName
{
background-color: #2BACC5;
}
</style>
border-color css
<style>
span { border-color: #2BACC5; }
span { border-color: rgb(43,172,197); }
td.TdClassName
{
border-color: #2BACC5;
}
.TagClassName
{
border-color: #2BACC5;
}
</style>