Shades of Summer Sky #29BBF6
Tints of Summer Sky #29BBF6
RGB
CMYK
RGB Variations
Color information
#29BBF6 (or 0x29BBF6) is known color: Summer Sky. HEX triplet: 29, BB and F6. RGB value is (41,187,246). Sum of RGB (Red+Green+Blue) = 41+187+246=474 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.65% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #29BBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BBF6 is #D64409. Grayscale: #959595. Windows color (decimal): -14042122 or 16169769. OLE color: 16169769.
HSL color Cylindrical-coordinate representation of color #29BBF6: hue angle of 197.27º 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 #29BBF6 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 187 | 246 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.04 |
| HSL | 197.27º | 0.92% | 0.56% | - |
| HSV(B) | 197.27º | 0.83% | 0.96% | - |
| XYZ | 35.32 | 42.67 | 93.56 | - |
| YUV | 150.07 | 182.13 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 246 | 0.83 | 0.24 | 0 | 0.04 | 197.27 | 0.92 | 0.56 |
| Hex | 29 | BB | F6 | 53 | 18 | 0 | 4 | C5 | 5C | 38 |
| Octal | 51 | 273 | 366 | 123 | 30 | 0 | 4 | 305 | 134 | 70 |
| Binary | 101001 | 10111011 | 11110110 | 1010011 | 11000 | 0 | 100 | 11000101 | 1011100 | 111000 |
Color Harmonies of #29BBF6
Complementary color
Monochromatic Colors of #29BBF6
Black with #29BBF6
Text Example
Text Example
White with #29BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BBF6; }
p { color: rgb(41,187,246); }
H1.HeaderClassName
{
color: #29BBF6;
}
.AnyTagClassName
{
color: #29BBF6;
}
</style>
background-color css
<style>
a { background-color: #29BBF6; }
a { background-color: rgb(41,187,246); }
div.DivClassName
{
background-color: #29BBF6;
}
.BgClassName
{
background-color: #29BBF6;
}
</style>
border-color css
<style>
span { border-color: #29BBF6; }
span { border-color: rgb(41,187,246); }
td.TdClassName
{
border-color: #29BBF6;
}
.TagClassName
{
border-color: #29BBF6;
}
</style>