Shades of Deep Sky Blue #1DBBF0
Tints of Deep Sky Blue #1DBBF0
RGB
CMYK
RGB Variations
Color information
#1DBBF0 (or 0x1DBBF0) is known color: Deep Sky Blue. HEX triplet: 1D, BB and F0. RGB value is (29,187,240). Sum of RGB (Red+Green+Blue) = 29+187+240=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DBBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBF0 is #E2440F. Grayscale: #919191. Windows color (decimal): -14828560 or 15776541. OLE color: 15776541.
HSL color Cylindrical-coordinate representation of color #1DBBF0: hue angle of 195.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBBF0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 187 | 240 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 195.07º | 0.88% | 0.53% | - |
| HSV(B) | 195.07º | 0.88% | 0.94% | - |
| XYZ | 34.01 | 42.09 | 88.77 | - |
| YUV | 145.8 | 181.15 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 240 | 0.88 | 0.22 | 0 | 0.06 | 195.07 | 0.88 | 0.53 |
| Hex | 1D | BB | F0 | 58 | 16 | 0 | 6 | C3 | 58 | 35 |
| Octal | 35 | 273 | 360 | 130 | 26 | 0 | 6 | 303 | 130 | 65 |
| Binary | 11101 | 10111011 | 11110000 | 1011000 | 10110 | 0 | 110 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1DBBF0
Complementary color
Monochromatic Colors of #1DBBF0
Black with #1DBBF0
Text Example
Text Example
White with #1DBBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBF0; }
p { color: rgb(29,187,240); }
H1.HeaderClassName
{
color: #1DBBF0;
}
.AnyTagClassName
{
color: #1DBBF0;
}
</style>
background-color css
<style>
a { background-color: #1DBBF0; }
a { background-color: rgb(29,187,240); }
div.DivClassName
{
background-color: #1DBBF0;
}
.BgClassName
{
background-color: #1DBBF0;
}
</style>
border-color css
<style>
span { border-color: #1DBBF0; }
span { border-color: rgb(29,187,240); }
td.TdClassName
{
border-color: #1DBBF0;
}
.TagClassName
{
border-color: #1DBBF0;
}
</style>