Shades of Deep Sky Blue #1DCCFD
Tints of Deep Sky Blue #1DCCFD
RGB
CMYK
RGB Variations
Color information
#1DCCFD (or 0x1DCCFD) is known color: Deep Sky Blue. HEX triplet: 1D, CC and FD. RGB value is (29,204,253). Sum of RGB (Red+Green+Blue) = 29+204+253=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCFD is #E23302. Grayscale: #9C9C9C. Windows color (decimal): -14824195 or 16632861. OLE color: 16632861.
HSL color Cylindrical-coordinate representation of color #1DCCFD: hue angle of 193.12º 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 #1DCCFD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 204 | 253 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.01 |
| HSL | 193.13º | 0.98% | 0.55% | - |
| HSV(B) | 193.13º | 0.89% | 0.99% | - |
| XYZ | 39.83 | 50.54 | 100.58 | - |
| YUV | 157.26 | 182.02 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 253 | 0.89 | 0.19 | 0 | 0.01 | 193.13 | 0.98 | 0.55 |
| Hex | 1D | CC | FD | 59 | 13 | 0 | 1 | C1 | 62 | 37 |
| Octal | 35 | 314 | 375 | 131 | 23 | 0 | 1 | 301 | 142 | 67 |
| Binary | 11101 | 11001100 | 11111101 | 1011001 | 10011 | 0 | 1 | 11000001 | 1100010 | 110111 |
Color Harmonies of #1DCCFD
Complementary color
Monochromatic Colors of #1DCCFD
Black with #1DCCFD
Text Example
Text Example
White with #1DCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCFD; }
p { color: rgb(29,204,253); }
H1.HeaderClassName
{
color: #1DCCFD;
}
.AnyTagClassName
{
color: #1DCCFD;
}
</style>
background-color css
<style>
a { background-color: #1DCCFD; }
a { background-color: rgb(29,204,253); }
div.DivClassName
{
background-color: #1DCCFD;
}
.BgClassName
{
background-color: #1DCCFD;
}
</style>
border-color css
<style>
span { border-color: #1DCCFD; }
span { border-color: rgb(29,204,253); }
td.TdClassName
{
border-color: #1DCCFD;
}
.TagClassName
{
border-color: #1DCCFD;
}
</style>