Shades of Deep Sky Blue #29D9FF
Tints of Deep Sky Blue #29D9FF
RGB
CMYK
RGB Variations
Color information
#29D9FF (or 0x29D9FF) is known color: Deep Sky Blue. HEX triplet: 29, D9 and FF. RGB value is (41,217,255). Sum of RGB (Red+Green+Blue) = 41+217+255=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #29D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D9FF is #D62600. Grayscale: #A8A8A8. Windows color (decimal): -14034433 or 16767273. OLE color: 16767273.
HSL color Cylindrical-coordinate representation of color #29D9FF: hue angle of 190.65º 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 #29D9FF is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 217 | 255 | - |
| CMYK | 0.84 | 0.15 | 0 | 0 |
| HSL | 190.65º | 1% | 0.58% | - |
| HSV(B) | 190.65º | 0.84% | 1% | - |
| XYZ | 43.78 | 57.32 | 103.36 | - |
| YUV | 168.71 | 176.69 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 217 | 255 | 0.84 | 0.15 | 0 | 0 | 190.65 | 1 | 0.58 |
| Hex | 29 | D9 | FF | 54 | F | 0 | 0 | BF | 64 | 3A |
| Octal | 51 | 331 | 377 | 124 | 17 | 0 | 0 | 277 | 144 | 72 |
| Binary | 101001 | 11011001 | 11111111 | 1010100 | 1111 | 0 | 0 | 10111111 | 1100100 | 111010 |
Color Harmonies of #29D9FF
Complementary color
Monochromatic Colors of #29D9FF
Black with #29D9FF
Text Example
Text Example
White with #29D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D9FF; }
p { color: rgb(41,217,255); }
H1.HeaderClassName
{
color: #29D9FF;
}
.AnyTagClassName
{
color: #29D9FF;
}
</style>
background-color css
<style>
a { background-color: #29D9FF; }
a { background-color: rgb(41,217,255); }
div.DivClassName
{
background-color: #29D9FF;
}
.BgClassName
{
background-color: #29D9FF;
}
</style>
border-color css
<style>
span { border-color: #29D9FF; }
span { border-color: rgb(41,217,255); }
td.TdClassName
{
border-color: #29D9FF;
}
.TagClassName
{
border-color: #29D9FF;
}
</style>