Shades of Deep Sky Blue #1DC8FB
Tints of Deep Sky Blue #1DC8FB
RGB
CMYK
RGB Variations
Color information
#1DC8FB (or 0x1DC8FB) is known color: Deep Sky Blue. HEX triplet: 1D, C8 and FB. RGB value is (29,200,251). Sum of RGB (Red+Green+Blue) = 29+200+251=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DC8FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC8FB is #E23704. Grayscale: #9A9A9A. Windows color (decimal): -14825221 or 16500765. OLE color: 16500765.
HSL color Cylindrical-coordinate representation of color #1DC8FB: hue angle of 193.78º 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 #1DC8FB is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 200 | 251 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.02 |
| HSL | 193.78º | 0.97% | 0.55% | - |
| HSV(B) | 193.78º | 0.88% | 0.98% | - |
| XYZ | 38.57 | 48.53 | 98.6 | - |
| YUV | 154.69 | 182.35 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 251 | 0.88 | 0.20 | 0 | 0.02 | 193.78 | 0.97 | 0.55 |
| Hex | 1D | C8 | FB | 58 | 14 | 0 | 2 | C2 | 61 | 37 |
| Octal | 35 | 310 | 373 | 130 | 24 | 0 | 2 | 302 | 141 | 67 |
| Binary | 11101 | 11001000 | 11111011 | 1011000 | 10100 | 0 | 10 | 11000010 | 1100001 | 110111 |
Color Harmonies of #1DC8FB
Complementary color
Monochromatic Colors of #1DC8FB
Black with #1DC8FB
Text Example
Text Example
White with #1DC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC8FB; }
p { color: rgb(29,200,251); }
H1.HeaderClassName
{
color: #1DC8FB;
}
.AnyTagClassName
{
color: #1DC8FB;
}
</style>
background-color css
<style>
a { background-color: #1DC8FB; }
a { background-color: rgb(29,200,251); }
div.DivClassName
{
background-color: #1DC8FB;
}
.BgClassName
{
background-color: #1DC8FB;
}
</style>
border-color css
<style>
span { border-color: #1DC8FB; }
span { border-color: rgb(29,200,251); }
td.TdClassName
{
border-color: #1DC8FB;
}
.TagClassName
{
border-color: #1DC8FB;
}
</style>