Shades of Pelorous #29A5BC
Tints of Pelorous #29A5BC
RGB
CMYK
RGB Variations
Color information
#29A5BC (or 0x29A5BC) is known color: Pelorous. HEX triplet: 29, A5 and BC. RGB value is (41,165,188). Sum of RGB (Red+Green+Blue) = 41+165+188=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #29A5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A5BC is #D65A43. Grayscale: #828282. Windows color (decimal): -14047812 or 12363049. OLE color: 12363049.
HSL color Cylindrical-coordinate representation of color #29A5BC: hue angle of 189.39º 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 #29A5BC is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 165 | 188 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.26 |
| HSL | 189.39º | 0.64% | 0.45% | - |
| HSV(B) | 189.39º | 0.78% | 0.74% | - |
| XYZ | 23.45 | 31.01 | 52.33 | - |
| YUV | 130.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 165 | 188 | 0.78 | 0.12 | 0 | 0.26 | 189.39 | 0.64 | 0.45 |
| Hex | 29 | A5 | BC | 4E | C | 0 | 1A | BD | 40 | 2D |
| Octal | 51 | 245 | 274 | 116 | 14 | 0 | 32 | 275 | 100 | 55 |
| Binary | 101001 | 10100101 | 10111100 | 1001110 | 1100 | 0 | 11010 | 10111101 | 1000000 | 101101 |
Color Harmonies of #29A5BC
Complementary color
Monochromatic Colors of #29A5BC
Black with #29A5BC
Text Example
Text Example
White with #29A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A5BC; }
p { color: rgb(41,165,188); }
H1.HeaderClassName
{
color: #29A5BC;
}
.AnyTagClassName
{
color: #29A5BC;
}
</style>
background-color css
<style>
a { background-color: #29A5BC; }
a { background-color: rgb(41,165,188); }
div.DivClassName
{
background-color: #29A5BC;
}
.BgClassName
{
background-color: #29A5BC;
}
</style>
border-color css
<style>
span { border-color: #29A5BC; }
span { border-color: rgb(41,165,188); }
td.TdClassName
{
border-color: #29A5BC;
}
.TagClassName
{
border-color: #29A5BC;
}
</style>