Shades of Summer Sky #29C1CB
Tints of Summer Sky #29C1CB
RGB
CMYK
RGB Variations
Color information
#29C1CB (or 0x29C1CB) is known color: Summer Sky. HEX triplet: 29, C1 and CB. RGB value is (41,193,203). Sum of RGB (Red+Green+Blue) = 41+193+203=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #29C1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C1CB is #D63E34. Grayscale: #949494. Windows color (decimal): -14040629 or 13353257. OLE color: 13353257.
HSL color Cylindrical-coordinate representation of color #29C1CB: hue angle of 183.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C1CB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 193 | 203 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.20 |
| HSL | 183.7º | 0.66% | 0.48% | - |
| HSV(B) | 183.7º | 0.8% | 0.8% | - |
| XYZ | 30.76 | 42.92 | 63.16 | - |
| YUV | 148.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 193 | 203 | 0.80 | 0.05 | 0 | 0.20 | 183.7 | 0.66 | 0.48 |
| Hex | 29 | C1 | CB | 50 | 5 | 0 | 14 | B8 | 42 | 30 |
| Octal | 51 | 301 | 313 | 120 | 5 | 0 | 24 | 270 | 102 | 60 |
| Binary | 101001 | 11000001 | 11001011 | 1010000 | 101 | 0 | 10100 | 10111000 | 1000010 | 110000 |
Color Harmonies of #29C1CB
Complementary color
Monochromatic Colors of #29C1CB
Black with #29C1CB
Text Example
Text Example
White with #29C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C1CB; }
p { color: rgb(41,193,203); }
H1.HeaderClassName
{
color: #29C1CB;
}
.AnyTagClassName
{
color: #29C1CB;
}
</style>
background-color css
<style>
a { background-color: #29C1CB; }
a { background-color: rgb(41,193,203); }
div.DivClassName
{
background-color: #29C1CB;
}
.BgClassName
{
background-color: #29C1CB;
}
</style>
border-color css
<style>
span { border-color: #29C1CB; }
span { border-color: rgb(41,193,203); }
td.TdClassName
{
border-color: #29C1CB;
}
.TagClassName
{
border-color: #29C1CB;
}
</style>