Shades of Summer Sky #29CBED
Tints of Summer Sky #29CBED
RGB
CMYK
RGB Variations
Color information
#29CBED (or 0x29CBED) is known color: Summer Sky. HEX triplet: 29, CB and ED. RGB value is (41,203,237). Sum of RGB (Red+Green+Blue) = 41+203+237=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #29CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CBED is #D63412. Grayscale: #9E9E9E. Windows color (decimal): -14038035 or 15584041. OLE color: 15584041.
HSL color Cylindrical-coordinate representation of color #29CBED: hue angle of 190.41º 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 #29CBED is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 203 | 237 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.07 |
| HSL | 190.41º | 0.84% | 0.55% | - |
| HSV(B) | 190.41º | 0.83% | 0.93% | - |
| XYZ | 37.56 | 49.3 | 87.66 | - |
| YUV | 158.44 | 172.33 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 237 | 0.83 | 0.14 | 0 | 0.07 | 190.41 | 0.84 | 0.55 |
| Hex | 29 | CB | ED | 53 | E | 0 | 7 | BE | 54 | 37 |
| Octal | 51 | 313 | 355 | 123 | 16 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101001 | 11001011 | 11101101 | 1010011 | 1110 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #29CBED
Complementary color
Monochromatic Colors of #29CBED
Black with #29CBED
Text Example
Text Example
White with #29CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CBED; }
p { color: rgb(41,203,237); }
H1.HeaderClassName
{
color: #29CBED;
}
.AnyTagClassName
{
color: #29CBED;
}
</style>
background-color css
<style>
a { background-color: #29CBED; }
a { background-color: rgb(41,203,237); }
div.DivClassName
{
background-color: #29CBED;
}
.BgClassName
{
background-color: #29CBED;
}
</style>
border-color css
<style>
span { border-color: #29CBED; }
span { border-color: rgb(41,203,237); }
td.TdClassName
{
border-color: #29CBED;
}
.TagClassName
{
border-color: #29CBED;
}
</style>