Shades of Summer Sky #29B2D8
Tints of Summer Sky #29B2D8
RGB
CMYK
RGB Variations
Color information
#29B2D8 (or 0x29B2D8) is known color: Summer Sky. HEX triplet: 29, B2 and D8. RGB value is (41,178,216). Sum of RGB (Red+Green+Blue) = 41+178+216=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #29B2D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B2D8 is #D64D27. Grayscale: #8D8D8D. Windows color (decimal): -14044456 or 14201385. OLE color: 14201385.
HSL color Cylindrical-coordinate representation of color #29B2D8: hue angle of 193.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29B2D8 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 178 | 216 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.15 |
| HSL | 193.03º | 0.69% | 0.5% | - |
| HSV(B) | 193.03º | 0.81% | 0.85% | - |
| XYZ | 29.23 | 37.27 | 70.62 | - |
| YUV | 141.37 | 170.11 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 178 | 216 | 0.81 | 0.18 | 0 | 0.15 | 193.03 | 0.69 | 0.5 |
| Hex | 29 | B2 | D8 | 51 | 12 | 0 | F | C1 | 45 | 32 |
| Octal | 51 | 262 | 330 | 121 | 22 | 0 | 17 | 301 | 105 | 62 |
| Binary | 101001 | 10110010 | 11011000 | 1010001 | 10010 | 0 | 1111 | 11000001 | 1000101 | 110010 |
Color Harmonies of #29B2D8
Complementary color
Monochromatic Colors of #29B2D8
Black with #29B2D8
Text Example
Text Example
White with #29B2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B2D8; }
p { color: rgb(41,178,216); }
H1.HeaderClassName
{
color: #29B2D8;
}
.AnyTagClassName
{
color: #29B2D8;
}
</style>
background-color css
<style>
a { background-color: #29B2D8; }
a { background-color: rgb(41,178,216); }
div.DivClassName
{
background-color: #29B2D8;
}
.BgClassName
{
background-color: #29B2D8;
}
</style>
border-color css
<style>
span { border-color: #29B2D8; }
span { border-color: rgb(41,178,216); }
td.TdClassName
{
border-color: #29B2D8;
}
.TagClassName
{
border-color: #29B2D8;
}
</style>