Shades of Deep Sky Blue #29CEFC
Tints of Deep Sky Blue #29CEFC
RGB
CMYK
RGB Variations
Color information
#29CEFC (or 0x29CEFC) is known color: Deep Sky Blue. HEX triplet: 29, CE and FC. RGB value is (41,206,252). Sum of RGB (Red+Green+Blue) = 41+206+252=499 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.22% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #29CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEFC is #D63103. Grayscale: #A1A1A1. Windows color (decimal): -14037252 or 16567849. OLE color: 16567849.
HSL color Cylindrical-coordinate representation of color #29CEFC: hue angle of 193.08º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29CEFC is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 206 | 252 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.01 |
| HSL | 193.08º | 0.97% | 0.57% | - |
| HSV(B) | 193.08º | 0.84% | 0.99% | - |
| XYZ | 40.56 | 51.64 | 99.93 | - |
| YUV | 161.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 252 | 0.84 | 0.18 | 0 | 0.01 | 193.08 | 0.97 | 0.57 |
| Hex | 29 | CE | FC | 54 | 12 | 0 | 1 | C1 | 61 | 39 |
| Octal | 51 | 316 | 374 | 124 | 22 | 0 | 1 | 301 | 141 | 71 |
| Binary | 101001 | 11001110 | 11111100 | 1010100 | 10010 | 0 | 1 | 11000001 | 1100001 | 111001 |
Color Harmonies of #29CEFC
Complementary color
Monochromatic Colors of #29CEFC
Black with #29CEFC
Text Example
Text Example
White with #29CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEFC; }
p { color: rgb(41,206,252); }
H1.HeaderClassName
{
color: #29CEFC;
}
.AnyTagClassName
{
color: #29CEFC;
}
</style>
background-color css
<style>
a { background-color: #29CEFC; }
a { background-color: rgb(41,206,252); }
div.DivClassName
{
background-color: #29CEFC;
}
.BgClassName
{
background-color: #29CEFC;
}
</style>
border-color css
<style>
span { border-color: #29CEFC; }
span { border-color: rgb(41,206,252); }
td.TdClassName
{
border-color: #29CEFC;
}
.TagClassName
{
border-color: #29CEFC;
}
</style>