Shades of Deep Sky Blue #1DCEF0
Tints of Deep Sky Blue #1DCEF0
RGB
CMYK
RGB Variations
Color information
#1DCEF0 (or 0x1DCEF0) is known color: Deep Sky Blue. HEX triplet: 1D, CE and F0. RGB value is (29,206,240). Sum of RGB (Red+Green+Blue) = 29+206+240=475 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.11% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DCEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEF0 is #E2310F. Grayscale: #9C9C9C. Windows color (decimal): -14823696 or 15781405. OLE color: 15781405.
HSL color Cylindrical-coordinate representation of color #1DCEF0: hue angle of 189.67º 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 #1DCEF0 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 206 | 240 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.06 |
| HSL | 189.67º | 0.88% | 0.53% | - |
| HSV(B) | 189.67º | 0.88% | 0.94% | - |
| XYZ | 38.31 | 50.7 | 90.2 | - |
| YUV | 156.95 | 174.86 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 240 | 0.88 | 0.14 | 0 | 0.06 | 189.67 | 0.88 | 0.53 |
| Hex | 1D | CE | F0 | 58 | E | 0 | 6 | BE | 58 | 35 |
| Octal | 35 | 316 | 360 | 130 | 16 | 0 | 6 | 276 | 130 | 65 |
| Binary | 11101 | 11001110 | 11110000 | 1011000 | 1110 | 0 | 110 | 10111110 | 1011000 | 110101 |
Color Harmonies of #1DCEF0
Complementary color
Monochromatic Colors of #1DCEF0
Black with #1DCEF0
Text Example
Text Example
White with #1DCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEF0; }
p { color: rgb(29,206,240); }
H1.HeaderClassName
{
color: #1DCEF0;
}
.AnyTagClassName
{
color: #1DCEF0;
}
</style>
background-color css
<style>
a { background-color: #1DCEF0; }
a { background-color: rgb(29,206,240); }
div.DivClassName
{
background-color: #1DCEF0;
}
.BgClassName
{
background-color: #1DCEF0;
}
</style>
border-color css
<style>
span { border-color: #1DCEF0; }
span { border-color: rgb(29,206,240); }
td.TdClassName
{
border-color: #1DCEF0;
}
.TagClassName
{
border-color: #1DCEF0;
}
</style>