Shades of Deep Sky Blue #1DCFF0
Tints of Deep Sky Blue #1DCFF0
RGB
CMYK
RGB Variations
Color information
#1DCFF0 (or 0x1DCFF0) is known color: Deep Sky Blue. HEX triplet: 1D, CF and F0. RGB value is (29,207,240). Sum of RGB (Red+Green+Blue) = 29+207+240=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DCFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFF0 is #E2300F. Grayscale: #9D9D9D. Windows color (decimal): -14823440 or 15781661. OLE color: 15781661.
HSL color Cylindrical-coordinate representation of color #1DCFF0: hue angle of 189.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCFF0 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 207 | 240 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.06 |
| HSL | 189.38º | 0.88% | 0.53% | - |
| HSV(B) | 189.38º | 0.88% | 0.94% | - |
| XYZ | 38.55 | 51.18 | 90.28 | - |
| YUV | 157.54 | 174.53 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 240 | 0.88 | 0.14 | 0 | 0.06 | 189.38 | 0.88 | 0.53 |
| Hex | 1D | CF | F0 | 58 | E | 0 | 6 | BD | 58 | 35 |
| Octal | 35 | 317 | 360 | 130 | 16 | 0 | 6 | 275 | 130 | 65 |
| Binary | 11101 | 11001111 | 11110000 | 1011000 | 1110 | 0 | 110 | 10111101 | 1011000 | 110101 |
Color Harmonies of #1DCFF0
Complementary color
Monochromatic Colors of #1DCFF0
Black with #1DCFF0
Text Example
Text Example
White with #1DCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFF0; }
p { color: rgb(29,207,240); }
H1.HeaderClassName
{
color: #1DCFF0;
}
.AnyTagClassName
{
color: #1DCFF0;
}
</style>
background-color css
<style>
a { background-color: #1DCFF0; }
a { background-color: rgb(29,207,240); }
div.DivClassName
{
background-color: #1DCFF0;
}
.BgClassName
{
background-color: #1DCFF0;
}
</style>
border-color css
<style>
span { border-color: #1DCFF0; }
span { border-color: rgb(29,207,240); }
td.TdClassName
{
border-color: #1DCFF0;
}
.TagClassName
{
border-color: #1DCFF0;
}
</style>