Shades of Deep Sky Blue #29D1FD
Tints of Deep Sky Blue #29D1FD
RGB
CMYK
RGB Variations
Color information
#29D1FD (or 0x29D1FD) is known color: Deep Sky Blue. HEX triplet: 29, D1 and FD. RGB value is (41,209,253). Sum of RGB (Red+Green+Blue) = 41+209+253=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #29D1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D1FD is #D62E02. Grayscale: #A3A3A3. Windows color (decimal): -14036483 or 16634153. OLE color: 16634153.
HSL color Cylindrical-coordinate representation of color #29D1FD: hue angle of 192.45º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29D1FD is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 209 | 253 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.01 |
| HSL | 192.45º | 0.98% | 0.58% | - |
| HSV(B) | 192.45º | 0.84% | 0.99% | - |
| XYZ | 41.44 | 53.16 | 101.01 | - |
| YUV | 163.78 | 178.34 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 209 | 253 | 0.84 | 0.17 | 0 | 0.01 | 192.45 | 0.98 | 0.58 |
| Hex | 29 | D1 | FD | 54 | 11 | 0 | 1 | C0 | 62 | 3A |
| Octal | 51 | 321 | 375 | 124 | 21 | 0 | 1 | 300 | 142 | 72 |
| Binary | 101001 | 11010001 | 11111101 | 1010100 | 10001 | 0 | 1 | 11000000 | 1100010 | 111010 |
Color Harmonies of #29D1FD
Complementary color
Monochromatic Colors of #29D1FD
Black with #29D1FD
Text Example
Text Example
White with #29D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D1FD; }
p { color: rgb(41,209,253); }
H1.HeaderClassName
{
color: #29D1FD;
}
.AnyTagClassName
{
color: #29D1FD;
}
</style>
background-color css
<style>
a { background-color: #29D1FD; }
a { background-color: rgb(41,209,253); }
div.DivClassName
{
background-color: #29D1FD;
}
.BgClassName
{
background-color: #29D1FD;
}
</style>
border-color css
<style>
span { border-color: #29D1FD; }
span { border-color: rgb(41,209,253); }
td.TdClassName
{
border-color: #29D1FD;
}
.TagClassName
{
border-color: #29D1FD;
}
</style>