Shades of Deep Sky Blue #29C6FE
Tints of Deep Sky Blue #29C6FE
RGB
CMYK
RGB Variations
Color information
#29C6FE (or 0x29C6FE) is known color: Deep Sky Blue. HEX triplet: 29, C6 and FE. RGB value is (41,198,254). Sum of RGB (Red+Green+Blue) = 41+198+254=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #29C6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C6FE is #D63901. Grayscale: #9D9D9D. Windows color (decimal): -14039298 or 16696873. OLE color: 16696873.
HSL color Cylindrical-coordinate representation of color #29C6FE: hue angle of 195.77º 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 #29C6FE is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 198 | 254 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.00 |
| HSL | 195.77º | 0.99% | 0.58% | - |
| HSV(B) | 195.77º | 0.84% | 1% | - |
| XYZ | 39 | 48.02 | 100.98 | - |
| YUV | 157.44 | 182.49 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 198 | 254 | 0.84 | 0.22 | 0 | 0.00 | 195.77 | 0.99 | 0.58 |
| Hex | 29 | C6 | FE | 54 | 16 | 0 | 0 | C4 | 63 | 3A |
| Octal | 51 | 306 | 376 | 124 | 26 | 0 | 0 | 304 | 143 | 72 |
| Binary | 101001 | 11000110 | 11111110 | 1010100 | 10110 | 0 | 0 | 11000100 | 1100011 | 111010 |
Color Harmonies of #29C6FE
Complementary color
Monochromatic Colors of #29C6FE
Black with #29C6FE
Text Example
Text Example
White with #29C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C6FE; }
p { color: rgb(41,198,254); }
H1.HeaderClassName
{
color: #29C6FE;
}
.AnyTagClassName
{
color: #29C6FE;
}
</style>
background-color css
<style>
a { background-color: #29C6FE; }
a { background-color: rgb(41,198,254); }
div.DivClassName
{
background-color: #29C6FE;
}
.BgClassName
{
background-color: #29C6FE;
}
</style>
border-color css
<style>
span { border-color: #29C6FE; }
span { border-color: rgb(41,198,254); }
td.TdClassName
{
border-color: #29C6FE;
}
.TagClassName
{
border-color: #29C6FE;
}
</style>