Shades of Summer Sky #29BFE7
Tints of Summer Sky #29BFE7
RGB
CMYK
RGB Variations
Color information
#29BFE7 (or 0x29BFE7) is known color: Summer Sky. HEX triplet: 29, BF and E7. RGB value is (41,191,231). Sum of RGB (Red+Green+Blue) = 41+191+231=463 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.86% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #29BFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BFE7 is #D64018. Grayscale: #969696. Windows color (decimal): -14041113 or 15187753. OLE color: 15187753.
HSL color Cylindrical-coordinate representation of color #29BFE7: hue angle of 192.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BFE7 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 191 | 231 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.09 |
| HSL | 192.63º | 0.8% | 0.53% | - |
| HSV(B) | 192.63º | 0.82% | 0.91% | - |
| XYZ | 33.97 | 43.5 | 82.21 | - |
| YUV | 150.71 | 173.31 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 191 | 231 | 0.82 | 0.17 | 0 | 0.09 | 192.63 | 0.8 | 0.53 |
| Hex | 29 | BF | E7 | 52 | 11 | 0 | 9 | C1 | 50 | 35 |
| Octal | 51 | 277 | 347 | 122 | 21 | 0 | 11 | 301 | 120 | 65 |
| Binary | 101001 | 10111111 | 11100111 | 1010010 | 10001 | 0 | 1001 | 11000001 | 1010000 | 110101 |
Color Harmonies of #29BFE7
Complementary color
Monochromatic Colors of #29BFE7
Black with #29BFE7
Text Example
Text Example
White with #29BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BFE7; }
p { color: rgb(41,191,231); }
H1.HeaderClassName
{
color: #29BFE7;
}
.AnyTagClassName
{
color: #29BFE7;
}
</style>
background-color css
<style>
a { background-color: #29BFE7; }
a { background-color: rgb(41,191,231); }
div.DivClassName
{
background-color: #29BFE7;
}
.BgClassName
{
background-color: #29BFE7;
}
</style>
border-color css
<style>
span { border-color: #29BFE7; }
span { border-color: rgb(41,191,231); }
td.TdClassName
{
border-color: #29BFE7;
}
.TagClassName
{
border-color: #29BFE7;
}
</style>