Shades of Summer Sky #29CFE6
Tints of Summer Sky #29CFE6
RGB
CMYK
RGB Variations
Color information
#29CFE6 (or 0x29CFE6) is known color: Summer Sky. HEX triplet: 29, CF and E6. RGB value is (41,207,230). Sum of RGB (Red+Green+Blue) = 41+207+230=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #29CFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFE6 is #D63019. Grayscale: #9F9F9F. Windows color (decimal): -14037018 or 15126313. OLE color: 15126313.
HSL color Cylindrical-coordinate representation of color #29CFE6: hue angle of 187.3º 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 #29CFE6 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 207 | 230 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.10 |
| HSL | 187.3º | 0.79% | 0.53% | - |
| HSV(B) | 187.3º | 0.82% | 0.9% | - |
| XYZ | 37.51 | 50.81 | 82.69 | - |
| YUV | 159.99 | 167.5 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 230 | 0.82 | 0.10 | 0 | 0.10 | 187.3 | 0.79 | 0.53 |
| Hex | 29 | CF | E6 | 52 | A | 0 | A | BB | 4F | 35 |
| Octal | 51 | 317 | 346 | 122 | 12 | 0 | 12 | 273 | 117 | 65 |
| Binary | 101001 | 11001111 | 11100110 | 1010010 | 1010 | 0 | 1010 | 10111011 | 1001111 | 110101 |
Color Harmonies of #29CFE6
Complementary color
Monochromatic Colors of #29CFE6
Black with #29CFE6
Text Example
Text Example
White with #29CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFE6; }
p { color: rgb(41,207,230); }
H1.HeaderClassName
{
color: #29CFE6;
}
.AnyTagClassName
{
color: #29CFE6;
}
</style>
background-color css
<style>
a { background-color: #29CFE6; }
a { background-color: rgb(41,207,230); }
div.DivClassName
{
background-color: #29CFE6;
}
.BgClassName
{
background-color: #29CFE6;
}
</style>
border-color css
<style>
span { border-color: #29CFE6; }
span { border-color: rgb(41,207,230); }
td.TdClassName
{
border-color: #29CFE6;
}
.TagClassName
{
border-color: #29CFE6;
}
</style>