Shades of Summer Sky #29B3CE
Tints of Summer Sky #29B3CE
RGB
CMYK
RGB Variations
Color information
#29B3CE (or 0x29B3CE) is known color: Summer Sky. HEX triplet: 29, B3 and CE. RGB value is (41,179,206). Sum of RGB (Red+Green+Blue) = 41+179+206=426 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.62% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #29B3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B3CE is #D64C31. Grayscale: #8C8C8C. Windows color (decimal): -14044210 or 13546281. OLE color: 13546281.
HSL color Cylindrical-coordinate representation of color #29B3CE: hue angle of 189.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29B3CE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 179 | 206 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.19 |
| HSL | 189.82º | 0.67% | 0.48% | - |
| HSV(B) | 189.82º | 0.8% | 0.81% | - |
| XYZ | 28.18 | 37.17 | 64.08 | - |
| YUV | 140.82 | 164.78 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 179 | 206 | 0.80 | 0.13 | 0 | 0.19 | 189.82 | 0.67 | 0.48 |
| Hex | 29 | B3 | CE | 50 | D | 0 | 13 | BE | 43 | 30 |
| Octal | 51 | 263 | 316 | 120 | 15 | 0 | 23 | 276 | 103 | 60 |
| Binary | 101001 | 10110011 | 11001110 | 1010000 | 1101 | 0 | 10011 | 10111110 | 1000011 | 110000 |
Color Harmonies of #29B3CE
Complementary color
Monochromatic Colors of #29B3CE
Black with #29B3CE
Text Example
Text Example
White with #29B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B3CE; }
p { color: rgb(41,179,206); }
H1.HeaderClassName
{
color: #29B3CE;
}
.AnyTagClassName
{
color: #29B3CE;
}
</style>
background-color css
<style>
a { background-color: #29B3CE; }
a { background-color: rgb(41,179,206); }
div.DivClassName
{
background-color: #29B3CE;
}
.BgClassName
{
background-color: #29B3CE;
}
</style>
border-color css
<style>
span { border-color: #29B3CE; }
span { border-color: rgb(41,179,206); }
td.TdClassName
{
border-color: #29B3CE;
}
.TagClassName
{
border-color: #29B3CE;
}
</style>