Shades of Deep Sky Blue #29D2FA
Tints of Deep Sky Blue #29D2FA
RGB
CMYK
RGB Variations
Color information
#29D2FA (or 0x29D2FA) is known color: Deep Sky Blue. HEX triplet: 29, D2 and FA. RGB value is (41,210,250). Sum of RGB (Red+Green+Blue) = 41+210+250=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #29D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D2FA is #D62D05. Grayscale: #A3A3A3. Windows color (decimal): -14036230 or 16437801. OLE color: 16437801.
HSL color Cylindrical-coordinate representation of color #29D2FA: hue angle of 191.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29D2FA is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 210 | 250 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.02 |
| HSL | 191.48º | 0.95% | 0.57% | - |
| HSV(B) | 191.48º | 0.84% | 0.98% | - |
| XYZ | 41.22 | 53.47 | 98.59 | - |
| YUV | 164.03 | 176.51 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 250 | 0.84 | 0.16 | 0 | 0.02 | 191.48 | 0.95 | 0.57 |
| Hex | 29 | D2 | FA | 54 | 10 | 0 | 2 | BF | 5F | 39 |
| Octal | 51 | 322 | 372 | 124 | 20 | 0 | 2 | 277 | 137 | 71 |
| Binary | 101001 | 11010010 | 11111010 | 1010100 | 10000 | 0 | 10 | 10111111 | 1011111 | 111001 |
Color Harmonies of #29D2FA
Complementary color
Monochromatic Colors of #29D2FA
Black with #29D2FA
Text Example
Text Example
White with #29D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D2FA; }
p { color: rgb(41,210,250); }
H1.HeaderClassName
{
color: #29D2FA;
}
.AnyTagClassName
{
color: #29D2FA;
}
</style>
background-color css
<style>
a { background-color: #29D2FA; }
a { background-color: rgb(41,210,250); }
div.DivClassName
{
background-color: #29D2FA;
}
.BgClassName
{
background-color: #29D2FA;
}
</style>
border-color css
<style>
span { border-color: #29D2FA; }
span { border-color: rgb(41,210,250); }
td.TdClassName
{
border-color: #29D2FA;
}
.TagClassName
{
border-color: #29D2FA;
}
</style>