Shades of Pelorous #29AAB7
Tints of Pelorous #29AAB7
RGB
CMYK
RGB Variations
Color information
#29AAB7 (or 0x29AAB7) is known color: Pelorous. HEX triplet: 29, AA and B7. RGB value is (41,170,183). Sum of RGB (Red+Green+Blue) = 41+170+183=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #29AAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAB7 is #D65548. Grayscale: #848484. Windows color (decimal): -14046537 or 12036649. OLE color: 12036649.
HSL color Cylindrical-coordinate representation of color #29AAB7: hue angle of 185.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29AAB7 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 170 | 183 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.28 |
| HSL | 185.49º | 0.63% | 0.44% | - |
| HSV(B) | 185.49º | 0.78% | 0.72% | - |
| XYZ | 23.84 | 32.64 | 49.84 | - |
| YUV | 132.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 183 | 0.78 | 0.07 | 0 | 0.28 | 185.49 | 0.63 | 0.44 |
| Hex | 29 | AA | B7 | 4E | 7 | 0 | 1C | B9 | 3F | 2C |
| Octal | 51 | 252 | 267 | 116 | 7 | 0 | 34 | 271 | 77 | 54 |
| Binary | 101001 | 10101010 | 10110111 | 1001110 | 111 | 0 | 11100 | 10111001 | 111111 | 101100 |
Color Harmonies of #29AAB7
Complementary color
Monochromatic Colors of #29AAB7
Black with #29AAB7
Text Example
Text Example
White with #29AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AAB7; }
p { color: rgb(41,170,183); }
H1.HeaderClassName
{
color: #29AAB7;
}
.AnyTagClassName
{
color: #29AAB7;
}
</style>
background-color css
<style>
a { background-color: #29AAB7; }
a { background-color: rgb(41,170,183); }
div.DivClassName
{
background-color: #29AAB7;
}
.BgClassName
{
background-color: #29AAB7;
}
</style>
border-color css
<style>
span { border-color: #29AAB7; }
span { border-color: rgb(41,170,183); }
td.TdClassName
{
border-color: #29AAB7;
}
.TagClassName
{
border-color: #29AAB7;
}
</style>