Shades of Deep Sky Blue #1DB1FC
Tints of Deep Sky Blue #1DB1FC
RGB
CMYK
RGB Variations
Color information
#1DB1FC (or 0x1DB1FC) is known color: Deep Sky Blue. HEX triplet: 1D, B1 and FC. RGB value is (29,177,252). Sum of RGB (Red+Green+Blue) = 29+177+252=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DB1FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB1FC is #E24E03. Grayscale: #8C8C8C. Windows color (decimal): -14831108 or 16560413. OLE color: 16560413.
HSL color Cylindrical-coordinate representation of color #1DB1FC: hue angle of 200.18º 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 #1DB1FC is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 177 | 252 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.01 |
| HSL | 200.18º | 0.97% | 0.55% | - |
| HSV(B) | 200.18º | 0.88% | 0.99% | - |
| XYZ | 33.8 | 38.73 | 97.79 | - |
| YUV | 141.3 | 190.47 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 252 | 0.88 | 0.30 | 0 | 0.01 | 200.18 | 0.97 | 0.55 |
| Hex | 1D | B1 | FC | 58 | 1E | 0 | 1 | C8 | 61 | 37 |
| Octal | 35 | 261 | 374 | 130 | 36 | 0 | 1 | 310 | 141 | 67 |
| Binary | 11101 | 10110001 | 11111100 | 1011000 | 11110 | 0 | 1 | 11001000 | 1100001 | 110111 |
Color Harmonies of #1DB1FC
Complementary color
Monochromatic Colors of #1DB1FC
Black with #1DB1FC
Text Example
Text Example
White with #1DB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB1FC; }
p { color: rgb(29,177,252); }
H1.HeaderClassName
{
color: #1DB1FC;
}
.AnyTagClassName
{
color: #1DB1FC;
}
</style>
background-color css
<style>
a { background-color: #1DB1FC; }
a { background-color: rgb(29,177,252); }
div.DivClassName
{
background-color: #1DB1FC;
}
.BgClassName
{
background-color: #1DB1FC;
}
</style>
border-color css
<style>
span { border-color: #1DB1FC; }
span { border-color: rgb(29,177,252); }
td.TdClassName
{
border-color: #1DB1FC;
}
.TagClassName
{
border-color: #1DB1FC;
}
</style>