Shades of Deep Sky Blue #29C6FF
Tints of Deep Sky Blue #29C6FF
RGB
CMYK
RGB Variations
Color information
#29C6FF (or 0x29C6FF) is known color: Deep Sky Blue. HEX triplet: 29, C6 and FF. RGB value is (41,198,255). Sum of RGB (Red+Green+Blue) = 41+198+255=494 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.30% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #29C6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C6FF is #D63900. Grayscale: #9D9D9D. Windows color (decimal): -14039297 or 16762409. OLE color: 16762409.
HSL color Cylindrical-coordinate representation of color #29C6FF: hue angle of 195.98º 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 #29C6FF is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 198 | 255 | - |
| CMYK | 0.84 | 0.22 | 0 | 0 |
| HSL | 195.98º | 1% | 0.58% | - |
| HSV(B) | 195.98º | 0.84% | 1% | - |
| XYZ | 39.16 | 48.08 | 101.82 | - |
| YUV | 157.56 | 182.99 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 198 | 255 | 0.84 | 0.22 | 0 | 0 | 195.98 | 1 | 0.58 |
| Hex | 29 | C6 | FF | 54 | 16 | 0 | 0 | C4 | 64 | 3A |
| Octal | 51 | 306 | 377 | 124 | 26 | 0 | 0 | 304 | 144 | 72 |
| Binary | 101001 | 11000110 | 11111111 | 1010100 | 10110 | 0 | 0 | 11000100 | 1100100 | 111010 |
Color Harmonies of #29C6FF
Complementary color
Monochromatic Colors of #29C6FF
Black with #29C6FF
Text Example
Text Example
White with #29C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C6FF; }
p { color: rgb(41,198,255); }
H1.HeaderClassName
{
color: #29C6FF;
}
.AnyTagClassName
{
color: #29C6FF;
}
</style>
background-color css
<style>
a { background-color: #29C6FF; }
a { background-color: rgb(41,198,255); }
div.DivClassName
{
background-color: #29C6FF;
}
.BgClassName
{
background-color: #29C6FF;
}
</style>
border-color css
<style>
span { border-color: #29C6FF; }
span { border-color: rgb(41,198,255); }
td.TdClassName
{
border-color: #29C6FF;
}
.TagClassName
{
border-color: #29C6FF;
}
</style>