Shades of Summer Sky #29A8CF
Tints of Summer Sky #29A8CF
RGB
CMYK
RGB Variations
Color information
#29A8CF (or 0x29A8CF) is known color: Summer Sky. HEX triplet: 29, A8 and CF. RGB value is (41,168,207). Sum of RGB (Red+Green+Blue) = 41+168+207=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #29A8CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A8CF is #D65730. Grayscale: #868686. Windows color (decimal): -14047025 or 13609001. OLE color: 13609001.
HSL color Cylindrical-coordinate representation of color #29A8CF: hue angle of 194.1º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29A8CF is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 168 | 207 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.19 |
| HSL | 194.1º | 0.67% | 0.49% | - |
| HSV(B) | 194.1º | 0.8% | 0.81% | - |
| XYZ | 26.18 | 32.98 | 64.02 | - |
| YUV | 134.47 | 168.92 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 207 | 0.80 | 0.19 | 0 | 0.19 | 194.1 | 0.67 | 0.49 |
| Hex | 29 | A8 | CF | 50 | 13 | 0 | 13 | C2 | 43 | 31 |
| Octal | 51 | 250 | 317 | 120 | 23 | 0 | 23 | 302 | 103 | 61 |
| Binary | 101001 | 10101000 | 11001111 | 1010000 | 10011 | 0 | 10011 | 11000010 | 1000011 | 110001 |
Color Harmonies of #29A8CF
Complementary color
Monochromatic Colors of #29A8CF
Black with #29A8CF
Text Example
Text Example
White with #29A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A8CF; }
p { color: rgb(41,168,207); }
H1.HeaderClassName
{
color: #29A8CF;
}
.AnyTagClassName
{
color: #29A8CF;
}
</style>
background-color css
<style>
a { background-color: #29A8CF; }
a { background-color: rgb(41,168,207); }
div.DivClassName
{
background-color: #29A8CF;
}
.BgClassName
{
background-color: #29A8CF;
}
</style>
border-color css
<style>
span { border-color: #29A8CF; }
span { border-color: rgb(41,168,207); }
td.TdClassName
{
border-color: #29A8CF;
}
.TagClassName
{
border-color: #29A8CF;
}
</style>