Shades of Summer Sky #29BDC8
Tints of Summer Sky #29BDC8
RGB
CMYK
RGB Variations
Color information
#29BDC8 (or 0x29BDC8) is known color: Summer Sky. HEX triplet: 29, BD and C8. RGB value is (41,189,200). Sum of RGB (Red+Green+Blue) = 41+189+200=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #29BDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDC8 is #D64237. Grayscale: #919191. Windows color (decimal): -14041656 or 13155625. OLE color: 13155625.
HSL color Cylindrical-coordinate representation of color #29BDC8: hue angle of 184.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BDC8 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 189 | 200 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.22 |
| HSL | 184.15º | 0.66% | 0.47% | - |
| HSV(B) | 184.15º | 0.8% | 0.78% | - |
| XYZ | 29.54 | 41.04 | 61.01 | - |
| YUV | 146 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 200 | 0.80 | 0.06 | 0 | 0.22 | 184.15 | 0.66 | 0.47 |
| Hex | 29 | BD | C8 | 50 | 6 | 0 | 16 | B8 | 42 | 2F |
| Octal | 51 | 275 | 310 | 120 | 6 | 0 | 26 | 270 | 102 | 57 |
| Binary | 101001 | 10111101 | 11001000 | 1010000 | 110 | 0 | 10110 | 10111000 | 1000010 | 101111 |
Color Harmonies of #29BDC8
Complementary color
Monochromatic Colors of #29BDC8
Black with #29BDC8
Text Example
Text Example
White with #29BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BDC8; }
p { color: rgb(41,189,200); }
H1.HeaderClassName
{
color: #29BDC8;
}
.AnyTagClassName
{
color: #29BDC8;
}
</style>
background-color css
<style>
a { background-color: #29BDC8; }
a { background-color: rgb(41,189,200); }
div.DivClassName
{
background-color: #29BDC8;
}
.BgClassName
{
background-color: #29BDC8;
}
</style>
border-color css
<style>
span { border-color: #29BDC8; }
span { border-color: rgb(41,189,200); }
td.TdClassName
{
border-color: #29BDC8;
}
.TagClassName
{
border-color: #29BDC8;
}
</style>