Shades of Summer Sky #29BDF6
Tints of Summer Sky #29BDF6
RGB
CMYK
RGB Variations
Color information
#29BDF6 (or 0x29BDF6) is known color: Summer Sky. HEX triplet: 29, BD and F6. RGB value is (41,189,246). Sum of RGB (Red+Green+Blue) = 41+189+246=476 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.61% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #29BDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BDF6 is #D64209. Grayscale: #969696. Windows color (decimal): -14041610 or 16170281. OLE color: 16170281.
HSL color Cylindrical-coordinate representation of color #29BDF6: hue angle of 196.68º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BDF6 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 189 | 246 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.04 |
| HSL | 196.68º | 0.92% | 0.56% | - |
| HSV(B) | 196.68º | 0.83% | 0.96% | - |
| XYZ | 35.75 | 43.52 | 93.71 | - |
| YUV | 151.25 | 181.47 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 246 | 0.83 | 0.23 | 0 | 0.04 | 196.68 | 0.92 | 0.56 |
| Hex | 29 | BD | F6 | 53 | 17 | 0 | 4 | C5 | 5C | 38 |
| Octal | 51 | 275 | 366 | 123 | 27 | 0 | 4 | 305 | 134 | 70 |
| Binary | 101001 | 10111101 | 11110110 | 1010011 | 10111 | 0 | 100 | 11000101 | 1011100 | 111000 |
Color Harmonies of #29BDF6
Complementary color
Monochromatic Colors of #29BDF6
Black with #29BDF6
Text Example
Text Example
White with #29BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BDF6; }
p { color: rgb(41,189,246); }
H1.HeaderClassName
{
color: #29BDF6;
}
.AnyTagClassName
{
color: #29BDF6;
}
</style>
background-color css
<style>
a { background-color: #29BDF6; }
a { background-color: rgb(41,189,246); }
div.DivClassName
{
background-color: #29BDF6;
}
.BgClassName
{
background-color: #29BDF6;
}
</style>
border-color css
<style>
span { border-color: #29BDF6; }
span { border-color: rgb(41,189,246); }
td.TdClassName
{
border-color: #29BDF6;
}
.TagClassName
{
border-color: #29BDF6;
}
</style>