Shades of Deep Sky Blue #1DBBEF
Tints of Deep Sky Blue #1DBBEF
RGB
CMYK
RGB Variations
Color information
#1DBBEF (or 0x1DBBEF) is known color: Deep Sky Blue. HEX triplet: 1D, BB and EF. RGB value is (29,187,239). Sum of RGB (Red+Green+Blue) = 29+187+239=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBEF is #E24410. Grayscale: #919191. Windows color (decimal): -14828561 or 15711005. OLE color: 15711005.
HSL color Cylindrical-coordinate representation of color #1DBBEF: hue angle of 194.86º degrees, saturation: 0.87, 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 #1DBBEF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 187 | 239 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 194.86º | 0.87% | 0.53% | - |
| HSV(B) | 194.86º | 0.88% | 0.94% | - |
| XYZ | 33.86 | 42.03 | 87.99 | - |
| YUV | 145.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 239 | 0.88 | 0.22 | 0 | 0.06 | 194.86 | 0.87 | 0.53 |
| Hex | 1D | BB | EF | 58 | 16 | 0 | 6 | C3 | 57 | 35 |
| Octal | 35 | 273 | 357 | 130 | 26 | 0 | 6 | 303 | 127 | 65 |
| Binary | 11101 | 10111011 | 11101111 | 1011000 | 10110 | 0 | 110 | 11000011 | 1010111 | 110101 |
Color Harmonies of #1DBBEF
Complementary color
Monochromatic Colors of #1DBBEF
Black with #1DBBEF
Text Example
Text Example
White with #1DBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBEF; }
p { color: rgb(29,187,239); }
H1.HeaderClassName
{
color: #1DBBEF;
}
.AnyTagClassName
{
color: #1DBBEF;
}
</style>
background-color css
<style>
a { background-color: #1DBBEF; }
a { background-color: rgb(29,187,239); }
div.DivClassName
{
background-color: #1DBBEF;
}
.BgClassName
{
background-color: #1DBBEF;
}
</style>
border-color css
<style>
span { border-color: #1DBBEF; }
span { border-color: rgb(29,187,239); }
td.TdClassName
{
border-color: #1DBBEF;
}
.TagClassName
{
border-color: #1DBBEF;
}
</style>