Shades of Deep Sky Blue #1DBBFD
Tints of Deep Sky Blue #1DBBFD
RGB
CMYK
RGB Variations
Color information
#1DBBFD (or 0x1DBBFD) is known color: Deep Sky Blue. HEX triplet: 1D, BB and FD. RGB value is (29,187,253). Sum of RGB (Red+Green+Blue) = 29+187+253=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DBBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBFD is #E24402. Grayscale: #929292. Windows color (decimal): -14828547 or 16628509. OLE color: 16628509.
HSL color Cylindrical-coordinate representation of color #1DBBFD: hue angle of 197.68º 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 #1DBBFD is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 187 | 253 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.01 |
| HSL | 197.68º | 0.98% | 0.55% | - |
| HSV(B) | 197.68º | 0.89% | 0.99% | - |
| XYZ | 36.01 | 42.89 | 99.31 | - |
| YUV | 147.28 | 187.65 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 253 | 0.89 | 0.26 | 0 | 0.01 | 197.68 | 0.98 | 0.55 |
| Hex | 1D | BB | FD | 59 | 1A | 0 | 1 | C6 | 62 | 37 |
| Octal | 35 | 273 | 375 | 131 | 32 | 0 | 1 | 306 | 142 | 67 |
| Binary | 11101 | 10111011 | 11111101 | 1011001 | 11010 | 0 | 1 | 11000110 | 1100010 | 110111 |
Color Harmonies of #1DBBFD
Complementary color
Monochromatic Colors of #1DBBFD
Black with #1DBBFD
Text Example
Text Example
White with #1DBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBFD; }
p { color: rgb(29,187,253); }
H1.HeaderClassName
{
color: #1DBBFD;
}
.AnyTagClassName
{
color: #1DBBFD;
}
</style>
background-color css
<style>
a { background-color: #1DBBFD; }
a { background-color: rgb(29,187,253); }
div.DivClassName
{
background-color: #1DBBFD;
}
.BgClassName
{
background-color: #1DBBFD;
}
</style>
border-color css
<style>
span { border-color: #1DBBFD; }
span { border-color: rgb(29,187,253); }
td.TdClassName
{
border-color: #1DBBFD;
}
.TagClassName
{
border-color: #1DBBFD;
}
</style>