Shades of Deep Sky Blue #1DBDFC
Tints of Deep Sky Blue #1DBDFC
RGB
CMYK
RGB Variations
Color information
#1DBDFC (or 0x1DBDFC) is known color: Deep Sky Blue. HEX triplet: 1D, BD and FC. RGB value is (29,189,252). Sum of RGB (Red+Green+Blue) = 29+189+252=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DBDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDFC is #E24203. Grayscale: #939393. Windows color (decimal): -14828036 or 16563485. OLE color: 16563485.
HSL color Cylindrical-coordinate representation of color #1DBDFC: hue angle of 196.95º 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 #1DBDFC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 189 | 252 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.01 |
| HSL | 196.95º | 0.97% | 0.55% | - |
| HSV(B) | 196.95º | 0.88% | 0.99% | - |
| XYZ | 36.27 | 43.68 | 98.62 | - |
| YUV | 148.34 | 186.49 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 252 | 0.88 | 0.25 | 0 | 0.01 | 196.95 | 0.97 | 0.55 |
| Hex | 1D | BD | FC | 58 | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 35 | 275 | 374 | 130 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11101 | 10111101 | 11111100 | 1011000 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1DBDFC
Complementary color
Monochromatic Colors of #1DBDFC
Black with #1DBDFC
Text Example
Text Example
White with #1DBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDFC; }
p { color: rgb(29,189,252); }
H1.HeaderClassName
{
color: #1DBDFC;
}
.AnyTagClassName
{
color: #1DBDFC;
}
</style>
background-color css
<style>
a { background-color: #1DBDFC; }
a { background-color: rgb(29,189,252); }
div.DivClassName
{
background-color: #1DBDFC;
}
.BgClassName
{
background-color: #1DBDFC;
}
</style>
border-color css
<style>
span { border-color: #1DBDFC; }
span { border-color: rgb(29,189,252); }
td.TdClassName
{
border-color: #1DBDFC;
}
.TagClassName
{
border-color: #1DBDFC;
}
</style>