Shades of Deep Sky Blue #1DBCFF
Tints of Deep Sky Blue #1DBCFF
RGB
CMYK
RGB Variations
Color information
#1DBCFF (or 0x1DBCFF) is known color: Deep Sky Blue. HEX triplet: 1D, BC and FF. RGB value is (29,188,255). Sum of RGB (Red+Green+Blue) = 29+188+255=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBCFF is #E24300. Grayscale: #939393. Windows color (decimal): -14828289 or 16759837. OLE color: 16759837.
HSL color Cylindrical-coordinate representation of color #1DBCFF: hue angle of 197.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBCFF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 188 | 255 | - |
| CMYK | 0.89 | 0.26 | 0 | 0 |
| HSL | 197.79º | 1% | 0.56% | - |
| HSV(B) | 197.79º | 0.89% | 1% | - |
| XYZ | 36.54 | 43.45 | 101.07 | - |
| YUV | 148.1 | 188.32 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 255 | 0.89 | 0.26 | 0 | 0 | 197.79 | 1 | 0.56 |
| Hex | 1D | BC | FF | 59 | 1A | 0 | 0 | C6 | 64 | 38 |
| Octal | 35 | 274 | 377 | 131 | 32 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11101 | 10111100 | 11111111 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1DBCFF
Complementary color
Monochromatic Colors of #1DBCFF
Black with #1DBCFF
Text Example
Text Example
White with #1DBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCFF; }
p { color: rgb(29,188,255); }
H1.HeaderClassName
{
color: #1DBCFF;
}
.AnyTagClassName
{
color: #1DBCFF;
}
</style>
background-color css
<style>
a { background-color: #1DBCFF; }
a { background-color: rgb(29,188,255); }
div.DivClassName
{
background-color: #1DBCFF;
}
.BgClassName
{
background-color: #1DBCFF;
}
</style>
border-color css
<style>
span { border-color: #1DBCFF; }
span { border-color: rgb(29,188,255); }
td.TdClassName
{
border-color: #1DBCFF;
}
.TagClassName
{
border-color: #1DBCFF;
}
</style>