Shades of Deep Sky Blue #1DC6FC
Tints of Deep Sky Blue #1DC6FC
RGB
CMYK
RGB Variations
Color information
#1DC6FC (or 0x1DC6FC) is known color: Deep Sky Blue. HEX triplet: 1D, C6 and FC. RGB value is (29,198,252). Sum of RGB (Red+Green+Blue) = 29+198+252=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DC6FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC6FC is #E23903. Grayscale: #999999. Windows color (decimal): -14825732 or 16565789. OLE color: 16565789.
HSL color Cylindrical-coordinate representation of color #1DC6FC: hue angle of 194.53º 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 #1DC6FC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 198 | 252 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.01 |
| HSL | 194.53º | 0.97% | 0.55% | - |
| HSV(B) | 194.53º | 0.88% | 0.99% | - |
| XYZ | 38.27 | 47.68 | 99.28 | - |
| YUV | 153.63 | 183.51 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 252 | 0.88 | 0.21 | 0 | 0.01 | 194.53 | 0.97 | 0.55 |
| Hex | 1D | C6 | FC | 58 | 15 | 0 | 1 | C3 | 61 | 37 |
| Octal | 35 | 306 | 374 | 130 | 25 | 0 | 1 | 303 | 141 | 67 |
| Binary | 11101 | 11000110 | 11111100 | 1011000 | 10101 | 0 | 1 | 11000011 | 1100001 | 110111 |
Color Harmonies of #1DC6FC
Complementary color
Monochromatic Colors of #1DC6FC
Black with #1DC6FC
Text Example
Text Example
White with #1DC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC6FC; }
p { color: rgb(29,198,252); }
H1.HeaderClassName
{
color: #1DC6FC;
}
.AnyTagClassName
{
color: #1DC6FC;
}
</style>
background-color css
<style>
a { background-color: #1DC6FC; }
a { background-color: rgb(29,198,252); }
div.DivClassName
{
background-color: #1DC6FC;
}
.BgClassName
{
background-color: #1DC6FC;
}
</style>
border-color css
<style>
span { border-color: #1DC6FC; }
span { border-color: rgb(29,198,252); }
td.TdClassName
{
border-color: #1DC6FC;
}
.TagClassName
{
border-color: #1DC6FC;
}
</style>