Shades of Pelorous #29ABBC
Tints of Pelorous #29ABBC
RGB
CMYK
RGB Variations
Color information
#29ABBC (or 0x29ABBC) is known color: Pelorous. HEX triplet: 29, AB and BC. RGB value is (41,171,188). Sum of RGB (Red+Green+Blue) = 41+171+188=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #29ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABBC is #D65443. Grayscale: #858585. Windows color (decimal): -14046276 or 12364585. OLE color: 12364585.
HSL color Cylindrical-coordinate representation of color #29ABBC: hue angle of 186.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29ABBC is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 171 | 188 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.26 |
| HSL | 186.94º | 0.64% | 0.45% | - |
| HSV(B) | 186.94º | 0.78% | 0.74% | - |
| XYZ | 24.55 | 33.23 | 52.7 | - |
| YUV | 134.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 188 | 0.78 | 0.09 | 0 | 0.26 | 186.94 | 0.64 | 0.45 |
| Hex | 29 | AB | BC | 4E | 9 | 0 | 1A | BB | 40 | 2D |
| Octal | 51 | 253 | 274 | 116 | 11 | 0 | 32 | 273 | 100 | 55 |
| Binary | 101001 | 10101011 | 10111100 | 1001110 | 1001 | 0 | 11010 | 10111011 | 1000000 | 101101 |
Color Harmonies of #29ABBC
Complementary color
Monochromatic Colors of #29ABBC
Black with #29ABBC
Text Example
Text Example
White with #29ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ABBC; }
p { color: rgb(41,171,188); }
H1.HeaderClassName
{
color: #29ABBC;
}
.AnyTagClassName
{
color: #29ABBC;
}
</style>
background-color css
<style>
a { background-color: #29ABBC; }
a { background-color: rgb(41,171,188); }
div.DivClassName
{
background-color: #29ABBC;
}
.BgClassName
{
background-color: #29ABBC;
}
</style>
border-color css
<style>
span { border-color: #29ABBC; }
span { border-color: rgb(41,171,188); }
td.TdClassName
{
border-color: #29ABBC;
}
.TagClassName
{
border-color: #29ABBC;
}
</style>