Shades of Deep Sky Blue #1DBCFC
Tints of Deep Sky Blue #1DBCFC
RGB
CMYK
RGB Variations
Color information
#1DBCFC (or 0x1DBCFC) is known color: Deep Sky Blue. HEX triplet: 1D, BC and FC. RGB value is (29,188,252). Sum of RGB (Red+Green+Blue) = 29+188+252=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBCFC is #E24303. Grayscale: #939393. Windows color (decimal): -14828292 or 16563229. OLE color: 16563229.
HSL color Cylindrical-coordinate representation of color #1DBCFC: hue angle of 197.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBCFC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 188 | 252 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.01 |
| HSL | 197.22º | 0.97% | 0.55% | - |
| HSV(B) | 197.22º | 0.88% | 0.99% | - |
| XYZ | 36.06 | 43.26 | 98.54 | - |
| YUV | 147.76 | 186.82 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 252 | 0.88 | 0.25 | 0 | 0.01 | 197.22 | 0.97 | 0.55 |
| Hex | 1D | BC | FC | 58 | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 35 | 274 | 374 | 130 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11101 | 10111100 | 11111100 | 1011000 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1DBCFC
Complementary color
Monochromatic Colors of #1DBCFC
Black with #1DBCFC
Text Example
Text Example
White with #1DBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCFC; }
p { color: rgb(29,188,252); }
H1.HeaderClassName
{
color: #1DBCFC;
}
.AnyTagClassName
{
color: #1DBCFC;
}
</style>
background-color css
<style>
a { background-color: #1DBCFC; }
a { background-color: rgb(29,188,252); }
div.DivClassName
{
background-color: #1DBCFC;
}
.BgClassName
{
background-color: #1DBCFC;
}
</style>
border-color css
<style>
span { border-color: #1DBCFC; }
span { border-color: rgb(29,188,252); }
td.TdClassName
{
border-color: #1DBCFC;
}
.TagClassName
{
border-color: #1DBCFC;
}
</style>