Shades of Summer Sky #29C1CF
Tints of Summer Sky #29C1CF
RGB
CMYK
RGB Variations
Color information
#29C1CF (or 0x29C1CF) is known color: Summer Sky. HEX triplet: 29, C1 and CF. RGB value is (41,193,207). Sum of RGB (Red+Green+Blue) = 41+193+207=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #29C1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C1CF is #D63E30. Grayscale: #949494. Windows color (decimal): -14040625 or 13615401. OLE color: 13615401.
HSL color Cylindrical-coordinate representation of color #29C1CF: hue angle of 185.06º 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 #29C1CF is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 193 | 207 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.19 |
| HSL | 185.06º | 0.67% | 0.49% | - |
| HSV(B) | 185.06º | 0.8% | 0.81% | - |
| XYZ | 31.25 | 43.12 | 65.71 | - |
| YUV | 149.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 193 | 207 | 0.80 | 0.07 | 0 | 0.19 | 185.06 | 0.67 | 0.49 |
| Hex | 29 | C1 | CF | 50 | 7 | 0 | 13 | B9 | 43 | 31 |
| Octal | 51 | 301 | 317 | 120 | 7 | 0 | 23 | 271 | 103 | 61 |
| Binary | 101001 | 11000001 | 11001111 | 1010000 | 111 | 0 | 10011 | 10111001 | 1000011 | 110001 |
Color Harmonies of #29C1CF
Complementary color
Monochromatic Colors of #29C1CF
Black with #29C1CF
Text Example
Text Example
White with #29C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C1CF; }
p { color: rgb(41,193,207); }
H1.HeaderClassName
{
color: #29C1CF;
}
.AnyTagClassName
{
color: #29C1CF;
}
</style>
background-color css
<style>
a { background-color: #29C1CF; }
a { background-color: rgb(41,193,207); }
div.DivClassName
{
background-color: #29C1CF;
}
.BgClassName
{
background-color: #29C1CF;
}
</style>
border-color css
<style>
span { border-color: #29C1CF; }
span { border-color: rgb(41,193,207); }
td.TdClassName
{
border-color: #29C1CF;
}
.TagClassName
{
border-color: #29C1CF;
}
</style>