Shades of Pelorous #29AABD
Tints of Pelorous #29AABD
RGB
CMYK
RGB Variations
Color information
#29AABD (or 0x29AABD) is known color: Pelorous. HEX triplet: 29, AA and BD. RGB value is (41,170,189). Sum of RGB (Red+Green+Blue) = 41+170+189=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #29AABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AABD is #D65542. Grayscale: #858585. Windows color (decimal): -14046531 or 12429865. OLE color: 12429865.
HSL color Cylindrical-coordinate representation of color #29AABD: hue angle of 187.7º 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 #29AABD is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 170 | 189 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.26 |
| HSL | 187.7º | 0.64% | 0.45% | - |
| HSV(B) | 187.7º | 0.78% | 0.74% | - |
| XYZ | 24.47 | 32.89 | 53.2 | - |
| YUV | 133.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 170 | 189 | 0.78 | 0.10 | 0 | 0.26 | 187.7 | 0.64 | 0.45 |
| Hex | 29 | AA | BD | 4E | A | 0 | 1A | BC | 40 | 2D |
| Octal | 51 | 252 | 275 | 116 | 12 | 0 | 32 | 274 | 100 | 55 |
| Binary | 101001 | 10101010 | 10111101 | 1001110 | 1010 | 0 | 11010 | 10111100 | 1000000 | 101101 |
Color Harmonies of #29AABD
Complementary color
Monochromatic Colors of #29AABD
Black with #29AABD
Text Example
Text Example
White with #29AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AABD; }
p { color: rgb(41,170,189); }
H1.HeaderClassName
{
color: #29AABD;
}
.AnyTagClassName
{
color: #29AABD;
}
</style>
background-color css
<style>
a { background-color: #29AABD; }
a { background-color: rgb(41,170,189); }
div.DivClassName
{
background-color: #29AABD;
}
.BgClassName
{
background-color: #29AABD;
}
</style>
border-color css
<style>
span { border-color: #29AABD; }
span { border-color: rgb(41,170,189); }
td.TdClassName
{
border-color: #29AABD;
}
.TagClassName
{
border-color: #29AABD;
}
</style>