Shades of Summer Sky #29A2CF
Tints of Summer Sky #29A2CF
RGB
CMYK
RGB Variations
Color information
#29A2CF (or 0x29A2CF) is known color: Summer Sky. HEX triplet: 29, A2 and CF. RGB value is (41,162,207). Sum of RGB (Red+Green+Blue) = 41+162+207=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #29A2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A2CF is #D65D30. Grayscale: #828282. Windows color (decimal): -14048561 or 13607465. OLE color: 13607465.
HSL color Cylindrical-coordinate representation of color #29A2CF: hue angle of 196.27º 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 #29A2CF is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 162 | 207 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.19 |
| HSL | 196.27º | 0.67% | 0.49% | - |
| HSV(B) | 196.27º | 0.8% | 0.81% | - |
| XYZ | 25.1 | 30.82 | 63.66 | - |
| YUV | 130.95 | 170.91 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 162 | 207 | 0.80 | 0.22 | 0 | 0.19 | 196.27 | 0.67 | 0.49 |
| Hex | 29 | A2 | CF | 50 | 16 | 0 | 13 | C4 | 43 | 31 |
| Octal | 51 | 242 | 317 | 120 | 26 | 0 | 23 | 304 | 103 | 61 |
| Binary | 101001 | 10100010 | 11001111 | 1010000 | 10110 | 0 | 10011 | 11000100 | 1000011 | 110001 |
Color Harmonies of #29A2CF
Complementary color
Monochromatic Colors of #29A2CF
Black with #29A2CF
Text Example
Text Example
White with #29A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A2CF; }
p { color: rgb(41,162,207); }
H1.HeaderClassName
{
color: #29A2CF;
}
.AnyTagClassName
{
color: #29A2CF;
}
</style>
background-color css
<style>
a { background-color: #29A2CF; }
a { background-color: rgb(41,162,207); }
div.DivClassName
{
background-color: #29A2CF;
}
.BgClassName
{
background-color: #29A2CF;
}
</style>
border-color css
<style>
span { border-color: #29A2CF; }
span { border-color: rgb(41,162,207); }
td.TdClassName
{
border-color: #29A2CF;
}
.TagClassName
{
border-color: #29A2CF;
}
</style>