Shades of Summer Sky #29AFDD
Tints of Summer Sky #29AFDD
RGB
CMYK
RGB Variations
Color information
#29AFDD (or 0x29AFDD) is known color: Summer Sky. HEX triplet: 29, AF and DD. RGB value is (41,175,221). Sum of RGB (Red+Green+Blue) = 41+175+221=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #29AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFDD is #D65022. Grayscale: #8B8B8B. Windows color (decimal): -14045219 or 14528297. OLE color: 14528297.
HSL color Cylindrical-coordinate representation of color #29AFDD: hue angle of 195.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29AFDD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 175 | 221 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.13 |
| HSL | 195.33º | 0.73% | 0.51% | - |
| HSV(B) | 195.33º | 0.81% | 0.87% | - |
| XYZ | 29.3 | 36.35 | 73.88 | - |
| YUV | 140.18 | 173.61 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 175 | 221 | 0.81 | 0.21 | 0 | 0.13 | 195.33 | 0.73 | 0.51 |
| Hex | 29 | AF | DD | 51 | 15 | 0 | D | C3 | 49 | 33 |
| Octal | 51 | 257 | 335 | 121 | 25 | 0 | 15 | 303 | 111 | 63 |
| Binary | 101001 | 10101111 | 11011101 | 1010001 | 10101 | 0 | 1101 | 11000011 | 1001001 | 110011 |
Color Harmonies of #29AFDD
Complementary color
Monochromatic Colors of #29AFDD
Black with #29AFDD
Text Example
Text Example
White with #29AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AFDD; }
p { color: rgb(41,175,221); }
H1.HeaderClassName
{
color: #29AFDD;
}
.AnyTagClassName
{
color: #29AFDD;
}
</style>
background-color css
<style>
a { background-color: #29AFDD; }
a { background-color: rgb(41,175,221); }
div.DivClassName
{
background-color: #29AFDD;
}
.BgClassName
{
background-color: #29AFDD;
}
</style>
border-color css
<style>
span { border-color: #29AFDD; }
span { border-color: rgb(41,175,221); }
td.TdClassName
{
border-color: #29AFDD;
}
.TagClassName
{
border-color: #29AFDD;
}
</style>