Shades of Summer Sky #29CEF1
Tints of Summer Sky #29CEF1
RGB
CMYK
RGB Variations
Color information
#29CEF1 (or 0x29CEF1) is known color: Summer Sky. HEX triplet: 29, CE and F1. RGB value is (41,206,241). Sum of RGB (Red+Green+Blue) = 41+206+241=488 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.40% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #29CEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEF1 is #D6310E. Grayscale: #A0A0A0. Windows color (decimal): -14037263 or 15846953. OLE color: 15846953.
HSL color Cylindrical-coordinate representation of color #29CEF1: hue angle of 190.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CEF1 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 206 | 241 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.05 |
| HSL | 190.5º | 0.88% | 0.55% | - |
| HSV(B) | 190.5º | 0.83% | 0.95% | - |
| XYZ | 38.86 | 50.96 | 91.01 | - |
| YUV | 160.66 | 173.34 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 241 | 0.83 | 0.15 | 0 | 0.05 | 190.5 | 0.88 | 0.55 |
| Hex | 29 | CE | F1 | 53 | F | 0 | 5 | BE | 58 | 37 |
| Octal | 51 | 316 | 361 | 123 | 17 | 0 | 5 | 276 | 130 | 67 |
| Binary | 101001 | 11001110 | 11110001 | 1010011 | 1111 | 0 | 101 | 10111110 | 1011000 | 110111 |
Color Harmonies of #29CEF1
Complementary color
Monochromatic Colors of #29CEF1
Black with #29CEF1
Text Example
Text Example
White with #29CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEF1; }
p { color: rgb(41,206,241); }
H1.HeaderClassName
{
color: #29CEF1;
}
.AnyTagClassName
{
color: #29CEF1;
}
</style>
background-color css
<style>
a { background-color: #29CEF1; }
a { background-color: rgb(41,206,241); }
div.DivClassName
{
background-color: #29CEF1;
}
.BgClassName
{
background-color: #29CEF1;
}
</style>
border-color css
<style>
span { border-color: #29CEF1; }
span { border-color: rgb(41,206,241); }
td.TdClassName
{
border-color: #29CEF1;
}
.TagClassName
{
border-color: #29CEF1;
}
</style>