Shades of Pelorous #29A1BC
Tints of Pelorous #29A1BC
RGB
CMYK
RGB Variations
Color information
#29A1BC (or 0x29A1BC) is known color: Pelorous. HEX triplet: 29, A1 and BC. RGB value is (41,161,188). Sum of RGB (Red+Green+Blue) = 41+161+188=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #29A1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1BC is #D65E43. Grayscale: #7F7F7F. Windows color (decimal): -14048836 or 12362025. OLE color: 12362025.
HSL color Cylindrical-coordinate representation of color #29A1BC: hue angle of 191.02º 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 #29A1BC is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 161 | 188 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.26 |
| HSL | 191.02º | 0.64% | 0.45% | - |
| HSV(B) | 191.02º | 0.78% | 0.74% | - |
| XYZ | 22.74 | 29.59 | 52.09 | - |
| YUV | 128.2 | 161.74 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 161 | 188 | 0.78 | 0.14 | 0 | 0.26 | 191.02 | 0.64 | 0.45 |
| Hex | 29 | A1 | BC | 4E | E | 0 | 1A | BF | 40 | 2D |
| Octal | 51 | 241 | 274 | 116 | 16 | 0 | 32 | 277 | 100 | 55 |
| Binary | 101001 | 10100001 | 10111100 | 1001110 | 1110 | 0 | 11010 | 10111111 | 1000000 | 101101 |
Color Harmonies of #29A1BC
Complementary color
Monochromatic Colors of #29A1BC
Black with #29A1BC
Text Example
Text Example
White with #29A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A1BC; }
p { color: rgb(41,161,188); }
H1.HeaderClassName
{
color: #29A1BC;
}
.AnyTagClassName
{
color: #29A1BC;
}
</style>
background-color css
<style>
a { background-color: #29A1BC; }
a { background-color: rgb(41,161,188); }
div.DivClassName
{
background-color: #29A1BC;
}
.BgClassName
{
background-color: #29A1BC;
}
</style>
border-color css
<style>
span { border-color: #29A1BC; }
span { border-color: rgb(41,161,188); }
td.TdClassName
{
border-color: #29A1BC;
}
.TagClassName
{
border-color: #29A1BC;
}
</style>