Shades of Deep Sky Blue #29CFFE
Tints of Deep Sky Blue #29CFFE
RGB
CMYK
RGB Variations
Color information
#29CFFE (or 0x29CFFE) is known color: Deep Sky Blue. HEX triplet: 29, CF and FE. RGB value is (41,207,254). Sum of RGB (Red+Green+Blue) = 41+207+254=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFFE is #D63001. Grayscale: #A2A2A2. Windows color (decimal): -14036994 or 16699177. OLE color: 16699177.
HSL color Cylindrical-coordinate representation of color #29CFFE: hue angle of 193.24º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29CFFE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 207 | 254 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.00 |
| HSL | 193.24º | 0.99% | 0.58% | - |
| HSV(B) | 193.24º | 0.84% | 1% | - |
| XYZ | 41.12 | 52.25 | 101.68 | - |
| YUV | 162.72 | 179.5 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 254 | 0.84 | 0.19 | 0 | 0.00 | 193.24 | 0.99 | 0.58 |
| Hex | 29 | CF | FE | 54 | 13 | 0 | 0 | C1 | 63 | 3A |
| Octal | 51 | 317 | 376 | 124 | 23 | 0 | 0 | 301 | 143 | 72 |
| Binary | 101001 | 11001111 | 11111110 | 1010100 | 10011 | 0 | 0 | 11000001 | 1100011 | 111010 |
Color Harmonies of #29CFFE
Complementary color
Monochromatic Colors of #29CFFE
Black with #29CFFE
Text Example
Text Example
White with #29CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFFE; }
p { color: rgb(41,207,254); }
H1.HeaderClassName
{
color: #29CFFE;
}
.AnyTagClassName
{
color: #29CFFE;
}
</style>
background-color css
<style>
a { background-color: #29CFFE; }
a { background-color: rgb(41,207,254); }
div.DivClassName
{
background-color: #29CFFE;
}
.BgClassName
{
background-color: #29CFFE;
}
</style>
border-color css
<style>
span { border-color: #29CFFE; }
span { border-color: rgb(41,207,254); }
td.TdClassName
{
border-color: #29CFFE;
}
.TagClassName
{
border-color: #29CFFE;
}
</style>