Shades of Summer Sky #29C0FE
Tints of Summer Sky #29C0FE
RGB
CMYK
RGB Variations
Color information
#29C0FE (or 0x29C0FE) is known color: Summer Sky. HEX triplet: 29, C0 and FE. RGB value is (41,192,254). Sum of RGB (Red+Green+Blue) = 41+192+254=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #29C0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C0FE is #D63F01. Grayscale: #999999. Windows color (decimal): -14040834 or 16695337. OLE color: 16695337.
HSL color Cylindrical-coordinate representation of color #29C0FE: hue angle of 197.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C0FE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 192 | 254 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.00 |
| HSL | 197.46º | 0.99% | 0.58% | - |
| HSV(B) | 197.46º | 0.84% | 1% | - |
| XYZ | 37.65 | 45.33 | 100.53 | - |
| YUV | 153.92 | 184.47 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 254 | 0.84 | 0.24 | 0 | 0.00 | 197.46 | 0.99 | 0.58 |
| Hex | 29 | C0 | FE | 54 | 18 | 0 | 0 | C5 | 63 | 3A |
| Octal | 51 | 300 | 376 | 124 | 30 | 0 | 0 | 305 | 143 | 72 |
| Binary | 101001 | 11000000 | 11111110 | 1010100 | 11000 | 0 | 0 | 11000101 | 1100011 | 111010 |
Color Harmonies of #29C0FE
Complementary color
Monochromatic Colors of #29C0FE
Black with #29C0FE
Text Example
Text Example
White with #29C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C0FE; }
p { color: rgb(41,192,254); }
H1.HeaderClassName
{
color: #29C0FE;
}
.AnyTagClassName
{
color: #29C0FE;
}
</style>
background-color css
<style>
a { background-color: #29C0FE; }
a { background-color: rgb(41,192,254); }
div.DivClassName
{
background-color: #29C0FE;
}
.BgClassName
{
background-color: #29C0FE;
}
</style>
border-color css
<style>
span { border-color: #29C0FE; }
span { border-color: rgb(41,192,254); }
td.TdClassName
{
border-color: #29C0FE;
}
.TagClassName
{
border-color: #29C0FE;
}
</style>