Shades of Summer Sky #29ABCC
Tints of Summer Sky #29ABCC
RGB
CMYK
RGB Variations
Color information
#29ABCC (or 0x29ABCC) is known color: Summer Sky. HEX triplet: 29, AB and CC. RGB value is (41,171,204). Sum of RGB (Red+Green+Blue) = 41+171+204=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #29ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABCC is #D65433. Grayscale: #878787. Windows color (decimal): -14046260 or 13413161. OLE color: 13413161.
HSL color Cylindrical-coordinate representation of color #29ABCC: hue angle of 192.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29ABCC is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 171 | 204 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.2 |
| HSL | 192.15º | 0.67% | 0.48% | - |
| HSV(B) | 192.15º | 0.8% | 0.8% | - |
| XYZ | 26.38 | 33.96 | 62.29 | - |
| YUV | 135.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 204 | 0.80 | 0.16 | 0 | 0.2 | 192.15 | 0.67 | 0.48 |
| Hex | 29 | AB | CC | 50 | 10 | 0 | 14 | C0 | 43 | 30 |
| Octal | 51 | 253 | 314 | 120 | 20 | 0 | 24 | 300 | 103 | 60 |
| Binary | 101001 | 10101011 | 11001100 | 1010000 | 10000 | 0 | 10100 | 11000000 | 1000011 | 110000 |
Color Harmonies of #29ABCC
Complementary color
Monochromatic Colors of #29ABCC
Black with #29ABCC
Text Example
Text Example
White with #29ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ABCC; }
p { color: rgb(41,171,204); }
H1.HeaderClassName
{
color: #29ABCC;
}
.AnyTagClassName
{
color: #29ABCC;
}
</style>
background-color css
<style>
a { background-color: #29ABCC; }
a { background-color: rgb(41,171,204); }
div.DivClassName
{
background-color: #29ABCC;
}
.BgClassName
{
background-color: #29ABCC;
}
</style>
border-color css
<style>
span { border-color: #29ABCC; }
span { border-color: rgb(41,171,204); }
td.TdClassName
{
border-color: #29ABCC;
}
.TagClassName
{
border-color: #29ABCC;
}
</style>