Shades of Summer Sky #29BAE6
Tints of Summer Sky #29BAE6
RGB
CMYK
RGB Variations
Color information
#29BAE6 (or 0x29BAE6) is known color: Summer Sky. HEX triplet: 29, BA and E6. RGB value is (41,186,230). Sum of RGB (Red+Green+Blue) = 41+186+230=457 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.97% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #29BAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BAE6 is #D64519. Grayscale: #939393. Windows color (decimal): -14042394 or 15120937. OLE color: 15120937.
HSL color Cylindrical-coordinate representation of color #29BAE6: hue angle of 193.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BAE6 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 41 | 186 | 230 | - |
CMYK | 0.82 | 0.19 | 0 | 0.10 |
HSL | 193.97º | 0.79% | 0.53% | - |
HSV(B) | 193.97º | 0.82% | 0.9% | - |
XYZ | 32.76 | 41.3 | 81.11 | - |
YUV | 147.66 | 174.46 | 51.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 186 | 230 | 0.82 | 0.19 | 0 | 0.10 | 193.97 | 0.79 | 0.53 |
Hex | 29 | BA | E6 | 52 | 13 | 0 | A | C2 | 4F | 35 |
Octal | 51 | 272 | 346 | 122 | 23 | 0 | 12 | 302 | 117 | 65 |
Binary | 101001 | 10111010 | 11100110 | 1010010 | 10011 | 0 | 1010 | 11000010 | 1001111 | 110101 |
Color Harmonies of #29BAE6
Complementary color
Monochromatic Colors of #29BAE6
Black with #29BAE6
Text Example
Text Example
White with #29BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BAE6; }
p { color: rgb(41,186,230); }
H1.HeaderClassName
{
color: #29BAE6;
}
.AnyTagClassName
{
color: #29BAE6;
}
</style>
background-color css
<style>
a { background-color: #29BAE6; }
a { background-color: rgb(41,186,230); }
div.DivClassName
{
background-color: #29BAE6;
}
.BgClassName
{
background-color: #29BAE6;
}
</style>
border-color css
<style>
span { border-color: #29BAE6; }
span { border-color: rgb(41,186,230); }
td.TdClassName
{
border-color: #29BAE6;
}
.TagClassName
{
border-color: #29BAE6;
}
</style>