Shades of Deep Sky Blue #29C9FF
Tints of Deep Sky Blue #29C9FF
RGB
CMYK
RGB Variations
Color information
#29C9FF (or 0x29C9FF) is known color: Deep Sky Blue. HEX triplet: 29, C9 and FF. RGB value is (41,201,255). Sum of RGB (Red+Green+Blue) = 41+201+255=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #29C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C9FF is #D63600. Grayscale: #9E9E9E. Windows color (decimal): -14038529 or 16763177. OLE color: 16763177.
HSL color Cylindrical-coordinate representation of color #29C9FF: hue angle of 195.14º 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 #29C9FF is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 201 | 255 | - |
| CMYK | 0.84 | 0.21 | 0 | 0 |
| HSL | 195.14º | 1% | 0.58% | - |
| HSV(B) | 195.14º | 0.84% | 1% | - |
| XYZ | 39.85 | 49.46 | 102.06 | - |
| YUV | 159.32 | 181.99 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 255 | 0.84 | 0.21 | 0 | 0 | 195.14 | 1 | 0.58 |
| Hex | 29 | C9 | FF | 54 | 15 | 0 | 0 | C3 | 64 | 3A |
| Octal | 51 | 311 | 377 | 124 | 25 | 0 | 0 | 303 | 144 | 72 |
| Binary | 101001 | 11001001 | 11111111 | 1010100 | 10101 | 0 | 0 | 11000011 | 1100100 | 111010 |
Color Harmonies of #29C9FF
Complementary color
Monochromatic Colors of #29C9FF
Black with #29C9FF
Text Example
Text Example
White with #29C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C9FF; }
p { color: rgb(41,201,255); }
H1.HeaderClassName
{
color: #29C9FF;
}
.AnyTagClassName
{
color: #29C9FF;
}
</style>
background-color css
<style>
a { background-color: #29C9FF; }
a { background-color: rgb(41,201,255); }
div.DivClassName
{
background-color: #29C9FF;
}
.BgClassName
{
background-color: #29C9FF;
}
</style>
border-color css
<style>
span { border-color: #29C9FF; }
span { border-color: rgb(41,201,255); }
td.TdClassName
{
border-color: #29C9FF;
}
.TagClassName
{
border-color: #29C9FF;
}
</style>