Shades of Deep Sky Blue #1DC4FB
Tints of Deep Sky Blue #1DC4FB
RGB
CMYK
RGB Variations
Color information
#1DC4FB (or 0x1DC4FB) is known color: Deep Sky Blue. HEX triplet: 1D, C4 and FB. RGB value is (29,196,251). Sum of RGB (Red+Green+Blue) = 29+196+251=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DC4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC4FB is #E23B04. Grayscale: #979797. Windows color (decimal): -14826245 or 16499741. OLE color: 16499741.
HSL color Cylindrical-coordinate representation of color #1DC4FB: hue angle of 194.86º 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 #1DC4FB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 196 | 251 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.02 |
| HSL | 194.86º | 0.97% | 0.55% | - |
| HSV(B) | 194.86º | 0.88% | 0.98% | - |
| XYZ | 37.66 | 46.71 | 98.3 | - |
| YUV | 152.34 | 183.67 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 251 | 0.88 | 0.22 | 0 | 0.02 | 194.86 | 0.97 | 0.55 |
| Hex | 1D | C4 | FB | 58 | 16 | 0 | 2 | C3 | 61 | 37 |
| Octal | 35 | 304 | 373 | 130 | 26 | 0 | 2 | 303 | 141 | 67 |
| Binary | 11101 | 11000100 | 11111011 | 1011000 | 10110 | 0 | 10 | 11000011 | 1100001 | 110111 |
Color Harmonies of #1DC4FB
Complementary color
Monochromatic Colors of #1DC4FB
Black with #1DC4FB
Text Example
Text Example
White with #1DC4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC4FB; }
p { color: rgb(29,196,251); }
H1.HeaderClassName
{
color: #1DC4FB;
}
.AnyTagClassName
{
color: #1DC4FB;
}
</style>
background-color css
<style>
a { background-color: #1DC4FB; }
a { background-color: rgb(29,196,251); }
div.DivClassName
{
background-color: #1DC4FB;
}
.BgClassName
{
background-color: #1DC4FB;
}
</style>
border-color css
<style>
span { border-color: #1DC4FB; }
span { border-color: rgb(29,196,251); }
td.TdClassName
{
border-color: #1DC4FB;
}
.TagClassName
{
border-color: #1DC4FB;
}
</style>