Shades of Summer Sky #29BCD1
Tints of Summer Sky #29BCD1
RGB
CMYK
RGB Variations
Color information
#29BCD1 (or 0x29BCD1) is known color: Summer Sky. HEX triplet: 29, BC and D1. RGB value is (41,188,209). Sum of RGB (Red+Green+Blue) = 41+188+209=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #29BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCD1 is #D6432E. Grayscale: #929292. Windows color (decimal): -14041903 or 13745193. OLE color: 13745193.
HSL color Cylindrical-coordinate representation of color #29BCD1: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BCD1 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 188 | 209 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.18 |
| HSL | 187.5º | 0.67% | 0.49% | - |
| HSV(B) | 187.5º | 0.8% | 0.82% | - |
| XYZ | 30.41 | 41.04 | 66.64 | - |
| YUV | 146.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 209 | 0.80 | 0.10 | 0 | 0.18 | 187.5 | 0.67 | 0.49 |
| Hex | 29 | BC | D1 | 50 | A | 0 | 12 | BC | 43 | 31 |
| Octal | 51 | 274 | 321 | 120 | 12 | 0 | 22 | 274 | 103 | 61 |
| Binary | 101001 | 10111100 | 11010001 | 1010000 | 1010 | 0 | 10010 | 10111100 | 1000011 | 110001 |
Color Harmonies of #29BCD1
Complementary color
Monochromatic Colors of #29BCD1
Black with #29BCD1
Text Example
Text Example
White with #29BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BCD1; }
p { color: rgb(41,188,209); }
H1.HeaderClassName
{
color: #29BCD1;
}
.AnyTagClassName
{
color: #29BCD1;
}
</style>
background-color css
<style>
a { background-color: #29BCD1; }
a { background-color: rgb(41,188,209); }
div.DivClassName
{
background-color: #29BCD1;
}
.BgClassName
{
background-color: #29BCD1;
}
</style>
border-color css
<style>
span { border-color: #29BCD1; }
span { border-color: rgb(41,188,209); }
td.TdClassName
{
border-color: #29BCD1;
}
.TagClassName
{
border-color: #29BCD1;
}
</style>