Shades of Pelorous #29ADBC
Tints of Pelorous #29ADBC
RGB
CMYK
RGB Variations
Color information
#29ADBC (or 0x29ADBC) is known color: Pelorous. HEX triplet: 29, AD and BC. RGB value is (41,173,188). Sum of RGB (Red+Green+Blue) = 41+173+188=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #29ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADBC is #D65243. Grayscale: #878787. Windows color (decimal): -14045764 or 12365097. OLE color: 12365097.
HSL color Cylindrical-coordinate representation of color #29ADBC: hue angle of 186.12º 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 #29ADBC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 173 | 188 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.26 |
| HSL | 186.12º | 0.64% | 0.45% | - |
| HSV(B) | 186.12º | 0.78% | 0.74% | - |
| XYZ | 24.94 | 33.99 | 52.82 | - |
| YUV | 135.24 | 157.77 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 173 | 188 | 0.78 | 0.08 | 0 | 0.26 | 186.12 | 0.64 | 0.45 |
| Hex | 29 | AD | BC | 4E | 8 | 0 | 1A | BA | 40 | 2D |
| Octal | 51 | 255 | 274 | 116 | 10 | 0 | 32 | 272 | 100 | 55 |
| Binary | 101001 | 10101101 | 10111100 | 1001110 | 1000 | 0 | 11010 | 10111010 | 1000000 | 101101 |
Color Harmonies of #29ADBC
Complementary color
Monochromatic Colors of #29ADBC
Black with #29ADBC
Text Example
Text Example
White with #29ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ADBC; }
p { color: rgb(41,173,188); }
H1.HeaderClassName
{
color: #29ADBC;
}
.AnyTagClassName
{
color: #29ADBC;
}
</style>
background-color css
<style>
a { background-color: #29ADBC; }
a { background-color: rgb(41,173,188); }
div.DivClassName
{
background-color: #29ADBC;
}
.BgClassName
{
background-color: #29ADBC;
}
</style>
border-color css
<style>
span { border-color: #29ADBC; }
span { border-color: rgb(41,173,188); }
td.TdClassName
{
border-color: #29ADBC;
}
.TagClassName
{
border-color: #29ADBC;
}
</style>