Shades of Summer Sky #29C4CF
Tints of Summer Sky #29C4CF
RGB
CMYK
RGB Variations
Color information
#29C4CF (or 0x29C4CF) is known color: Summer Sky. HEX triplet: 29, C4 and CF. RGB value is (41,196,207). Sum of RGB (Red+Green+Blue) = 41+196+207=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #29C4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C4CF is #D63B30. Grayscale: #969696. Windows color (decimal): -14039857 or 13616169. OLE color: 13616169.
HSL color Cylindrical-coordinate representation of color #29C4CF: hue angle of 183.98º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C4CF is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 196 | 207 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.19 |
| HSL | 183.98º | 0.67% | 0.49% | - |
| HSV(B) | 183.98º | 0.8% | 0.81% | - |
| XYZ | 31.92 | 44.46 | 65.93 | - |
| YUV | 150.91 | 159.65 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 196 | 207 | 0.80 | 0.05 | 0 | 0.19 | 183.98 | 0.67 | 0.49 |
| Hex | 29 | C4 | CF | 50 | 5 | 0 | 13 | B8 | 43 | 31 |
| Octal | 51 | 304 | 317 | 120 | 5 | 0 | 23 | 270 | 103 | 61 |
| Binary | 101001 | 11000100 | 11001111 | 1010000 | 101 | 0 | 10011 | 10111000 | 1000011 | 110001 |
Color Harmonies of #29C4CF
Complementary color
Monochromatic Colors of #29C4CF
Black with #29C4CF
Text Example
Text Example
White with #29C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C4CF; }
p { color: rgb(41,196,207); }
H1.HeaderClassName
{
color: #29C4CF;
}
.AnyTagClassName
{
color: #29C4CF;
}
</style>
background-color css
<style>
a { background-color: #29C4CF; }
a { background-color: rgb(41,196,207); }
div.DivClassName
{
background-color: #29C4CF;
}
.BgClassName
{
background-color: #29C4CF;
}
</style>
border-color css
<style>
span { border-color: #29C4CF; }
span { border-color: rgb(41,196,207); }
td.TdClassName
{
border-color: #29C4CF;
}
.TagClassName
{
border-color: #29C4CF;
}
</style>