Shades of Deep Sky Blue #1DC1FC
Tints of Deep Sky Blue #1DC1FC
RGB
CMYK
RGB Variations
Color information
#1DC1FC (or 0x1DC1FC) is known color: Deep Sky Blue. HEX triplet: 1D, C1 and FC. RGB value is (29,193,252). Sum of RGB (Red+Green+Blue) = 29+193+252=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DC1FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC1FC is #E23E03. Grayscale: #969696. Windows color (decimal): -14827012 or 16564509. OLE color: 16564509.
HSL color Cylindrical-coordinate representation of color #1DC1FC: hue angle of 195.87º 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 #1DC1FC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 193 | 252 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.01 |
| HSL | 195.87º | 0.97% | 0.55% | - |
| HSV(B) | 195.87º | 0.88% | 0.99% | - |
| XYZ | 37.15 | 45.43 | 98.91 | - |
| YUV | 150.69 | 185.17 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 252 | 0.88 | 0.23 | 0 | 0.01 | 195.87 | 0.97 | 0.55 |
| Hex | 1D | C1 | FC | 58 | 17 | 0 | 1 | C4 | 61 | 37 |
| Octal | 35 | 301 | 374 | 130 | 27 | 0 | 1 | 304 | 141 | 67 |
| Binary | 11101 | 11000001 | 11111100 | 1011000 | 10111 | 0 | 1 | 11000100 | 1100001 | 110111 |
Color Harmonies of #1DC1FC
Complementary color
Monochromatic Colors of #1DC1FC
Black with #1DC1FC
Text Example
Text Example
White with #1DC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC1FC; }
p { color: rgb(29,193,252); }
H1.HeaderClassName
{
color: #1DC1FC;
}
.AnyTagClassName
{
color: #1DC1FC;
}
</style>
background-color css
<style>
a { background-color: #1DC1FC; }
a { background-color: rgb(29,193,252); }
div.DivClassName
{
background-color: #1DC1FC;
}
.BgClassName
{
background-color: #1DC1FC;
}
</style>
border-color css
<style>
span { border-color: #1DC1FC; }
span { border-color: rgb(29,193,252); }
td.TdClassName
{
border-color: #1DC1FC;
}
.TagClassName
{
border-color: #1DC1FC;
}
</style>