Shades of Summer Sky #29BEED
Tints of Summer Sky #29BEED
RGB
CMYK
RGB Variations
Color information
#29BEED (or 0x29BEED) is known color: Summer Sky. HEX triplet: 29, BE and ED. RGB value is (41,190,237). Sum of RGB (Red+Green+Blue) = 41+190+237=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #29BEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BEED is #D64112. Grayscale: #969696. Windows color (decimal): -14041363 or 15580713. OLE color: 15580713.
HSL color Cylindrical-coordinate representation of color #29BEED: hue angle of 194.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BEED is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 190 | 237 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.07 |
| HSL | 194.39º | 0.84% | 0.55% | - |
| HSV(B) | 194.39º | 0.83% | 0.93% | - |
| XYZ | 34.61 | 43.41 | 86.68 | - |
| YUV | 150.81 | 176.64 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 237 | 0.83 | 0.20 | 0 | 0.07 | 194.39 | 0.84 | 0.55 |
| Hex | 29 | BE | ED | 53 | 14 | 0 | 7 | C2 | 54 | 37 |
| Octal | 51 | 276 | 355 | 123 | 24 | 0 | 7 | 302 | 124 | 67 |
| Binary | 101001 | 10111110 | 11101101 | 1010011 | 10100 | 0 | 111 | 11000010 | 1010100 | 110111 |
Color Harmonies of #29BEED
Complementary color
Monochromatic Colors of #29BEED
Black with #29BEED
Text Example
Text Example
White with #29BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BEED; }
p { color: rgb(41,190,237); }
H1.HeaderClassName
{
color: #29BEED;
}
.AnyTagClassName
{
color: #29BEED;
}
</style>
background-color css
<style>
a { background-color: #29BEED; }
a { background-color: rgb(41,190,237); }
div.DivClassName
{
background-color: #29BEED;
}
.BgClassName
{
background-color: #29BEED;
}
</style>
border-color css
<style>
span { border-color: #29BEED; }
span { border-color: rgb(41,190,237); }
td.TdClassName
{
border-color: #29BEED;
}
.TagClassName
{
border-color: #29BEED;
}
</style>