Shades of Deep Sky Blue #1DBEFD
Tints of Deep Sky Blue #1DBEFD
RGB
CMYK
RGB Variations
Color information
#1DBEFD (or 0x1DBEFD) is known color: Deep Sky Blue. HEX triplet: 1D, BE and FD. RGB value is (29,190,253). Sum of RGB (Red+Green+Blue) = 29+190+253=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBEFD is #E24102. Grayscale: #949494. Windows color (decimal): -14827779 or 16629277. OLE color: 16629277.
HSL color Cylindrical-coordinate representation of color #1DBEFD: hue angle of 196.88º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBEFD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 190 | 253 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.01 |
| HSL | 196.88º | 0.98% | 0.55% | - |
| HSV(B) | 196.88º | 0.89% | 0.99% | - |
| XYZ | 36.65 | 44.18 | 99.52 | - |
| YUV | 149.04 | 186.66 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 253 | 0.89 | 0.25 | 0 | 0.01 | 196.88 | 0.98 | 0.55 |
| Hex | 1D | BE | FD | 59 | 19 | 0 | 1 | C5 | 62 | 37 |
| Octal | 35 | 276 | 375 | 131 | 31 | 0 | 1 | 305 | 142 | 67 |
| Binary | 11101 | 10111110 | 11111101 | 1011001 | 11001 | 0 | 1 | 11000101 | 1100010 | 110111 |
Color Harmonies of #1DBEFD
Complementary color
Monochromatic Colors of #1DBEFD
Black with #1DBEFD
Text Example
Text Example
White with #1DBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEFD; }
p { color: rgb(29,190,253); }
H1.HeaderClassName
{
color: #1DBEFD;
}
.AnyTagClassName
{
color: #1DBEFD;
}
</style>
background-color css
<style>
a { background-color: #1DBEFD; }
a { background-color: rgb(29,190,253); }
div.DivClassName
{
background-color: #1DBEFD;
}
.BgClassName
{
background-color: #1DBEFD;
}
</style>
border-color css
<style>
span { border-color: #1DBEFD; }
span { border-color: rgb(29,190,253); }
td.TdClassName
{
border-color: #1DBEFD;
}
.TagClassName
{
border-color: #1DBEFD;
}
</style>