Shades of Deep Sky Blue #1DCDFE
Tints of Deep Sky Blue #1DCDFE
RGB
CMYK
RGB Variations
Color information
#1DCDFE (or 0x1DCDFE) is known color: Deep Sky Blue. HEX triplet: 1D, CD and FE. RGB value is (29,205,254). Sum of RGB (Red+Green+Blue) = 29+205+254=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DCDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDFE is #E23201. Grayscale: #9D9D9D. Windows color (decimal): -14823938 or 16698653. OLE color: 16698653.
HSL color Cylindrical-coordinate representation of color #1DCDFE: hue angle of 193.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCDFE is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 205 | 254 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.00 |
| HSL | 193.07º | 0.99% | 0.55% | - |
| HSV(B) | 193.07º | 0.89% | 1% | - |
| XYZ | 40.23 | 51.08 | 101.51 | - |
| YUV | 157.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 254 | 0.89 | 0.19 | 0 | 0.00 | 193.07 | 0.99 | 0.55 |
| Hex | 1D | CD | FE | 59 | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 35 | 315 | 376 | 131 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11101 | 11001101 | 11111110 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #1DCDFE
Complementary color
Monochromatic Colors of #1DCDFE
Black with #1DCDFE
Text Example
Text Example
White with #1DCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDFE; }
p { color: rgb(29,205,254); }
H1.HeaderClassName
{
color: #1DCDFE;
}
.AnyTagClassName
{
color: #1DCDFE;
}
</style>
background-color css
<style>
a { background-color: #1DCDFE; }
a { background-color: rgb(29,205,254); }
div.DivClassName
{
background-color: #1DCDFE;
}
.BgClassName
{
background-color: #1DCDFE;
}
</style>
border-color css
<style>
span { border-color: #1DCDFE; }
span { border-color: rgb(29,205,254); }
td.TdClassName
{
border-color: #1DCDFE;
}
.TagClassName
{
border-color: #1DCDFE;
}
</style>