Shades of Deep Sky Blue #29C5FF
Tints of Deep Sky Blue #29C5FF
RGB
CMYK
RGB Variations
Color information
#29C5FF (or 0x29C5FF) is known color: Deep Sky Blue. HEX triplet: 29, C5 and FF. RGB value is (41,197,255). Sum of RGB (Red+Green+Blue) = 41+197+255=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #29C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C5FF is #D63A00. Grayscale: #9C9C9C. Windows color (decimal): -14039553 or 16762153. OLE color: 16762153.
HSL color Cylindrical-coordinate representation of color #29C5FF: hue angle of 196.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C5FF is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 197 | 255 | - |
| CMYK | 0.84 | 0.23 | 0 | 0 |
| HSL | 196.26º | 1% | 0.58% | - |
| HSV(B) | 196.26º | 0.84% | 1% | - |
| XYZ | 38.93 | 47.62 | 101.75 | - |
| YUV | 156.97 | 183.32 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 255 | 0.84 | 0.23 | 0 | 0 | 196.26 | 1 | 0.58 |
| Hex | 29 | C5 | FF | 54 | 17 | 0 | 0 | C4 | 64 | 3A |
| Octal | 51 | 305 | 377 | 124 | 27 | 0 | 0 | 304 | 144 | 72 |
| Binary | 101001 | 11000101 | 11111111 | 1010100 | 10111 | 0 | 0 | 11000100 | 1100100 | 111010 |
Color Harmonies of #29C5FF
Complementary color
Monochromatic Colors of #29C5FF
Black with #29C5FF
Text Example
Text Example
White with #29C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C5FF; }
p { color: rgb(41,197,255); }
H1.HeaderClassName
{
color: #29C5FF;
}
.AnyTagClassName
{
color: #29C5FF;
}
</style>
background-color css
<style>
a { background-color: #29C5FF; }
a { background-color: rgb(41,197,255); }
div.DivClassName
{
background-color: #29C5FF;
}
.BgClassName
{
background-color: #29C5FF;
}
</style>
border-color css
<style>
span { border-color: #29C5FF; }
span { border-color: rgb(41,197,255); }
td.TdClassName
{
border-color: #29C5FF;
}
.TagClassName
{
border-color: #29C5FF;
}
</style>