Shades of Pelorous #29A8B7
Tints of Pelorous #29A8B7
RGB
CMYK
RGB Variations
Color information
#29A8B7 (or 0x29A8B7) is known color: Pelorous. HEX triplet: 29, A8 and B7. RGB value is (41,168,183). Sum of RGB (Red+Green+Blue) = 41+168+183=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #29A8B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A8B7 is #D65748. Grayscale: #838383. Windows color (decimal): -14047049 or 12036137. OLE color: 12036137.
HSL color Cylindrical-coordinate representation of color #29A8B7: hue angle of 186.34º 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 #29A8B7 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 168 | 183 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.28 |
| HSL | 186.34º | 0.63% | 0.44% | - |
| HSV(B) | 186.34º | 0.78% | 0.72% | - |
| XYZ | 23.46 | 31.9 | 49.72 | - |
| YUV | 131.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 183 | 0.78 | 0.08 | 0 | 0.28 | 186.34 | 0.63 | 0.44 |
| Hex | 29 | A8 | B7 | 4E | 8 | 0 | 1C | BA | 3F | 2C |
| Octal | 51 | 250 | 267 | 116 | 10 | 0 | 34 | 272 | 77 | 54 |
| Binary | 101001 | 10101000 | 10110111 | 1001110 | 1000 | 0 | 11100 | 10111010 | 111111 | 101100 |
Color Harmonies of #29A8B7
Complementary color
Monochromatic Colors of #29A8B7
Black with #29A8B7
Text Example
Text Example
White with #29A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A8B7; }
p { color: rgb(41,168,183); }
H1.HeaderClassName
{
color: #29A8B7;
}
.AnyTagClassName
{
color: #29A8B7;
}
</style>
background-color css
<style>
a { background-color: #29A8B7; }
a { background-color: rgb(41,168,183); }
div.DivClassName
{
background-color: #29A8B7;
}
.BgClassName
{
background-color: #29A8B7;
}
</style>
border-color css
<style>
span { border-color: #29A8B7; }
span { border-color: rgb(41,168,183); }
td.TdClassName
{
border-color: #29A8B7;
}
.TagClassName
{
border-color: #29A8B7;
}
</style>