Shades of Deep Sky Blue #1DC7FB
Tints of Deep Sky Blue #1DC7FB
RGB
CMYK
RGB Variations
Color information
#1DC7FB (or 0x1DC7FB) is known color: Deep Sky Blue. HEX triplet: 1D, C7 and FB. RGB value is (29,199,251). Sum of RGB (Red+Green+Blue) = 29+199+251=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DC7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC7FB is #E23804. Grayscale: #999999. Windows color (decimal): -14825477 or 16500509. OLE color: 16500509.
HSL color Cylindrical-coordinate representation of color #1DC7FB: hue angle of 194.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC7FB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 199 | 251 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.02 |
| HSL | 194.05º | 0.97% | 0.55% | - |
| HSV(B) | 194.05º | 0.88% | 0.98% | - |
| XYZ | 38.34 | 48.07 | 98.52 | - |
| YUV | 154.1 | 182.68 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 251 | 0.88 | 0.21 | 0 | 0.02 | 194.05 | 0.97 | 0.55 |
| Hex | 1D | C7 | FB | 58 | 15 | 0 | 2 | C2 | 61 | 37 |
| Octal | 35 | 307 | 373 | 130 | 25 | 0 | 2 | 302 | 141 | 67 |
| Binary | 11101 | 11000111 | 11111011 | 1011000 | 10101 | 0 | 10 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1DC7FB
Complementary color
Monochromatic Colors of #1DC7FB
Black with #1DC7FB
Text Example
Text Example
White with #1DC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC7FB; }
p { color: rgb(29,199,251); }
H1.HeaderClassName
{
color: #1DC7FB;
}
.AnyTagClassName
{
color: #1DC7FB;
}
</style>
background-color css
<style>
a { background-color: #1DC7FB; }
a { background-color: rgb(29,199,251); }
div.DivClassName
{
background-color: #1DC7FB;
}
.BgClassName
{
background-color: #1DC7FB;
}
</style>
border-color css
<style>
span { border-color: #1DC7FB; }
span { border-color: rgb(29,199,251); }
td.TdClassName
{
border-color: #1DC7FB;
}
.TagClassName
{
border-color: #1DC7FB;
}
</style>