Shades of Pelorous #29A6C2
Tints of Pelorous #29A6C2
RGB
CMYK
RGB Variations
Color information
#29A6C2 (or 0x29A6C2) is known color: Pelorous. HEX triplet: 29, A6 and C2. RGB value is (41,166,194). Sum of RGB (Red+Green+Blue) = 41+166+194=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #29A6C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A6C2 is #D6593D. Grayscale: #838383. Windows color (decimal): -14047550 or 12756521. OLE color: 12756521.
HSL color Cylindrical-coordinate representation of color #29A6C2: hue angle of 190.98º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29A6C2 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 166 | 194 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.24 |
| HSL | 190.98º | 0.65% | 0.46% | - |
| HSV(B) | 190.98º | 0.79% | 0.76% | - |
| XYZ | 24.29 | 31.64 | 55.87 | - |
| YUV | 131.82 | 163.09 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 166 | 194 | 0.79 | 0.14 | 0 | 0.24 | 190.98 | 0.65 | 0.46 |
| Hex | 29 | A6 | C2 | 4F | E | 0 | 18 | BF | 41 | 2E |
| Octal | 51 | 246 | 302 | 117 | 16 | 0 | 30 | 277 | 101 | 56 |
| Binary | 101001 | 10100110 | 11000010 | 1001111 | 1110 | 0 | 11000 | 10111111 | 1000001 | 101110 |
Color Harmonies of #29A6C2
Complementary color
Monochromatic Colors of #29A6C2
Black with #29A6C2
Text Example
Text Example
White with #29A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A6C2; }
p { color: rgb(41,166,194); }
H1.HeaderClassName
{
color: #29A6C2;
}
.AnyTagClassName
{
color: #29A6C2;
}
</style>
background-color css
<style>
a { background-color: #29A6C2; }
a { background-color: rgb(41,166,194); }
div.DivClassName
{
background-color: #29A6C2;
}
.BgClassName
{
background-color: #29A6C2;
}
</style>
border-color css
<style>
span { border-color: #29A6C2; }
span { border-color: rgb(41,166,194); }
td.TdClassName
{
border-color: #29A6C2;
}
.TagClassName
{
border-color: #29A6C2;
}
</style>