Shades of Deep Sky Blue #1DCEFD
Tints of Deep Sky Blue #1DCEFD
RGB
CMYK
RGB Variations
Color information
#1DCEFD (or 0x1DCEFD) is known color: Deep Sky Blue. HEX triplet: 1D, CE and FD. RGB value is (29,206,253). Sum of RGB (Red+Green+Blue) = 29+206+253=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DCEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEFD is #E23102. Grayscale: #9E9E9E. Windows color (decimal): -14823683 or 16633373. OLE color: 16633373.
HSL color Cylindrical-coordinate representation of color #1DCEFD: hue angle of 192.59º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCEFD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 206 | 253 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.01 |
| HSL | 192.59º | 0.98% | 0.55% | - |
| HSV(B) | 192.59º | 0.89% | 0.99% | - |
| XYZ | 40.31 | 51.5 | 100.74 | - |
| YUV | 158.44 | 181.36 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 253 | 0.89 | 0.19 | 0 | 0.01 | 192.59 | 0.98 | 0.55 |
| Hex | 1D | CE | FD | 59 | 13 | 0 | 1 | C1 | 62 | 37 |
| Octal | 35 | 316 | 375 | 131 | 23 | 0 | 1 | 301 | 142 | 67 |
| Binary | 11101 | 11001110 | 11111101 | 1011001 | 10011 | 0 | 1 | 11000001 | 1100010 | 110111 |
Color Harmonies of #1DCEFD
Complementary color
Monochromatic Colors of #1DCEFD
Black with #1DCEFD
Text Example
Text Example
White with #1DCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEFD; }
p { color: rgb(29,206,253); }
H1.HeaderClassName
{
color: #1DCEFD;
}
.AnyTagClassName
{
color: #1DCEFD;
}
</style>
background-color css
<style>
a { background-color: #1DCEFD; }
a { background-color: rgb(29,206,253); }
div.DivClassName
{
background-color: #1DCEFD;
}
.BgClassName
{
background-color: #1DCEFD;
}
</style>
border-color css
<style>
span { border-color: #1DCEFD; }
span { border-color: rgb(29,206,253); }
td.TdClassName
{
border-color: #1DCEFD;
}
.TagClassName
{
border-color: #1DCEFD;
}
</style>