Shades of Deep Sky Blue #1DCFFE
Tints of Deep Sky Blue #1DCFFE
RGB
CMYK
RGB Variations
Color information
#1DCFFE (or 0x1DCFFE) is known color: Deep Sky Blue. HEX triplet: 1D, CF and FE. RGB value is (29,207,254). Sum of RGB (Red+Green+Blue) = 29+207+254=490 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.92% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFFE is #E23001. Grayscale: #9E9E9E. Windows color (decimal): -14823426 or 16699165. OLE color: 16699165.
HSL color Cylindrical-coordinate representation of color #1DCFFE: hue angle of 192.53º 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 #1DCFFE is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 207 | 254 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.00 |
| HSL | 192.53º | 0.99% | 0.55% | - |
| HSV(B) | 192.53º | 0.89% | 1% | - |
| XYZ | 40.71 | 52.04 | 101.67 | - |
| YUV | 159.14 | 181.53 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 254 | 0.89 | 0.19 | 0 | 0.00 | 192.53 | 0.99 | 0.55 |
| Hex | 1D | CF | FE | 59 | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 35 | 317 | 376 | 131 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11101 | 11001111 | 11111110 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #1DCFFE
Complementary color
Monochromatic Colors of #1DCFFE
Black with #1DCFFE
Text Example
Text Example
White with #1DCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFFE; }
p { color: rgb(29,207,254); }
H1.HeaderClassName
{
color: #1DCFFE;
}
.AnyTagClassName
{
color: #1DCFFE;
}
</style>
background-color css
<style>
a { background-color: #1DCFFE; }
a { background-color: rgb(29,207,254); }
div.DivClassName
{
background-color: #1DCFFE;
}
.BgClassName
{
background-color: #1DCFFE;
}
</style>
border-color css
<style>
span { border-color: #1DCFFE; }
span { border-color: rgb(29,207,254); }
td.TdClassName
{
border-color: #1DCFFE;
}
.TagClassName
{
border-color: #1DCFFE;
}
</style>