Shades of Summer Sky #29B1DF
Tints of Summer Sky #29B1DF
RGB
CMYK
RGB Variations
Color information
#29B1DF (or 0x29B1DF) is known color: Summer Sky. HEX triplet: 29, B1 and DF. RGB value is (41,177,223). Sum of RGB (Red+Green+Blue) = 41+177+223=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #29B1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B1DF is #D64E20. Grayscale: #8D8D8D. Windows color (decimal): -14044705 or 14659881. OLE color: 14659881.
HSL color Cylindrical-coordinate representation of color #29B1DF: hue angle of 195.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29B1DF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 177 | 223 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.13 |
| HSL | 195.16º | 0.74% | 0.52% | - |
| HSV(B) | 195.16º | 0.82% | 0.87% | - |
| XYZ | 29.96 | 37.24 | 75.42 | - |
| YUV | 141.58 | 173.94 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 177 | 223 | 0.82 | 0.21 | 0 | 0.13 | 195.16 | 0.74 | 0.52 |
| Hex | 29 | B1 | DF | 52 | 15 | 0 | D | C3 | 4A | 34 |
| Octal | 51 | 261 | 337 | 122 | 25 | 0 | 15 | 303 | 112 | 64 |
| Binary | 101001 | 10110001 | 11011111 | 1010010 | 10101 | 0 | 1101 | 11000011 | 1001010 | 110100 |
Color Harmonies of #29B1DF
Complementary color
Monochromatic Colors of #29B1DF
Black with #29B1DF
Text Example
Text Example
White with #29B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B1DF; }
p { color: rgb(41,177,223); }
H1.HeaderClassName
{
color: #29B1DF;
}
.AnyTagClassName
{
color: #29B1DF;
}
</style>
background-color css
<style>
a { background-color: #29B1DF; }
a { background-color: rgb(41,177,223); }
div.DivClassName
{
background-color: #29B1DF;
}
.BgClassName
{
background-color: #29B1DF;
}
</style>
border-color css
<style>
span { border-color: #29B1DF; }
span { border-color: rgb(41,177,223); }
td.TdClassName
{
border-color: #29B1DF;
}
.TagClassName
{
border-color: #29B1DF;
}
</style>