Shades of Summer Sky #29BDFF
Tints of Summer Sky #29BDFF
RGB
CMYK
RGB Variations
Color information
#29BDFF (or 0x29BDFF) is known color: Summer Sky. HEX triplet: 29, BD and FF. RGB value is (41,189,255). Sum of RGB (Red+Green+Blue) = 41+189+255=485 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.45% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #29BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BDFF is #D64200. Grayscale: #979797. Windows color (decimal): -14041601 or 16760105. OLE color: 16760105.
HSL color Cylindrical-coordinate representation of color #29BDFF: hue angle of 198.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29BDFF is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 189 | 255 | - |
| CMYK | 0.84 | 0.26 | 0 | 0 |
| HSL | 198.5º | 1% | 0.58% | - |
| HSV(B) | 198.5º | 0.84% | 1% | - |
| XYZ | 37.16 | 44.09 | 101.16 | - |
| YUV | 152.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 255 | 0.84 | 0.26 | 0 | 0 | 198.5 | 1 | 0.58 |
| Hex | 29 | BD | FF | 54 | 1A | 0 | 0 | C7 | 64 | 3A |
| Octal | 51 | 275 | 377 | 124 | 32 | 0 | 0 | 307 | 144 | 72 |
| Binary | 101001 | 10111101 | 11111111 | 1010100 | 11010 | 0 | 0 | 11000111 | 1100100 | 111010 |
Color Harmonies of #29BDFF
Complementary color
Monochromatic Colors of #29BDFF
Black with #29BDFF
Text Example
Text Example
White with #29BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BDFF; }
p { color: rgb(41,189,255); }
H1.HeaderClassName
{
color: #29BDFF;
}
.AnyTagClassName
{
color: #29BDFF;
}
</style>
background-color css
<style>
a { background-color: #29BDFF; }
a { background-color: rgb(41,189,255); }
div.DivClassName
{
background-color: #29BDFF;
}
.BgClassName
{
background-color: #29BDFF;
}
</style>
border-color css
<style>
span { border-color: #29BDFF; }
span { border-color: rgb(41,189,255); }
td.TdClassName
{
border-color: #29BDFF;
}
.TagClassName
{
border-color: #29BDFF;
}
</style>