Shades of Deep Sky Blue #29DCFF
Tints of Deep Sky Blue #29DCFF
RGB
CMYK
RGB Variations
Color information
#29DCFF (or 0x29DCFF) is known color: Deep Sky Blue. HEX triplet: 29, DC and FF. RGB value is (41,220,255). Sum of RGB (Red+Green+Blue) = 41+220+255=516 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.95% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #29DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCFF is #D62300. Grayscale: #AAAAAA. Windows color (decimal): -14033665 or 16768041. OLE color: 16768041.
HSL color Cylindrical-coordinate representation of color #29DCFF: hue angle of 189.81º 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 #29DCFF is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 220 | 255 | - |
| CMYK | 0.84 | 0.14 | 0 | 0 |
| HSL | 189.81º | 1% | 0.58% | - |
| HSV(B) | 189.81º | 0.84% | 1% | - |
| XYZ | 44.56 | 58.88 | 103.62 | - |
| YUV | 170.47 | 175.7 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 255 | 0.84 | 0.14 | 0 | 0 | 189.81 | 1 | 0.58 |
| Hex | 29 | DC | FF | 54 | E | 0 | 0 | BE | 64 | 3A |
| Octal | 51 | 334 | 377 | 124 | 16 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101001 | 11011100 | 11111111 | 1010100 | 1110 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #29DCFF
Complementary color
Monochromatic Colors of #29DCFF
Black with #29DCFF
Text Example
Text Example
White with #29DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCFF; }
p { color: rgb(41,220,255); }
H1.HeaderClassName
{
color: #29DCFF;
}
.AnyTagClassName
{
color: #29DCFF;
}
</style>
background-color css
<style>
a { background-color: #29DCFF; }
a { background-color: rgb(41,220,255); }
div.DivClassName
{
background-color: #29DCFF;
}
.BgClassName
{
background-color: #29DCFF;
}
</style>
border-color css
<style>
span { border-color: #29DCFF; }
span { border-color: rgb(41,220,255); }
td.TdClassName
{
border-color: #29DCFF;
}
.TagClassName
{
border-color: #29DCFF;
}
</style>