Shades of Deep Sky Blue #1DBCF0
Tints of Deep Sky Blue #1DBCF0
RGB
CMYK
RGB Variations
Color information
#1DBCF0 (or 0x1DBCF0) is known color: Deep Sky Blue. HEX triplet: 1D, BC and F0. RGB value is (29,188,240). Sum of RGB (Red+Green+Blue) = 29+188+240=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DBCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBCF0 is #E2430F. Grayscale: #929292. Windows color (decimal): -14828304 or 15776797. OLE color: 15776797.
HSL color Cylindrical-coordinate representation of color #1DBCF0: hue angle of 194.79º 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 #1DBCF0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 188 | 240 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 194.79º | 0.88% | 0.53% | - |
| HSV(B) | 194.79º | 0.88% | 0.94% | - |
| XYZ | 34.22 | 42.52 | 88.84 | - |
| YUV | 146.39 | 180.82 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 240 | 0.88 | 0.22 | 0 | 0.06 | 194.79 | 0.88 | 0.53 |
| Hex | 1D | BC | F0 | 58 | 16 | 0 | 6 | C3 | 58 | 35 |
| Octal | 35 | 274 | 360 | 130 | 26 | 0 | 6 | 303 | 130 | 65 |
| Binary | 11101 | 10111100 | 11110000 | 1011000 | 10110 | 0 | 110 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1DBCF0
Complementary color
Monochromatic Colors of #1DBCF0
Black with #1DBCF0
Text Example
Text Example
White with #1DBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCF0; }
p { color: rgb(29,188,240); }
H1.HeaderClassName
{
color: #1DBCF0;
}
.AnyTagClassName
{
color: #1DBCF0;
}
</style>
background-color css
<style>
a { background-color: #1DBCF0; }
a { background-color: rgb(29,188,240); }
div.DivClassName
{
background-color: #1DBCF0;
}
.BgClassName
{
background-color: #1DBCF0;
}
</style>
border-color css
<style>
span { border-color: #1DBCF0; }
span { border-color: rgb(29,188,240); }
td.TdClassName
{
border-color: #1DBCF0;
}
.TagClassName
{
border-color: #1DBCF0;
}
</style>