Shades of Deep Sky Blue #1DBAEF
Tints of Deep Sky Blue #1DBAEF
RGB
CMYK
RGB Variations
Color information
#1DBAEF (or 0x1DBAEF) is known color: Deep Sky Blue. HEX triplet: 1D, BA and EF. RGB value is (29,186,239). Sum of RGB (Red+Green+Blue) = 29+186+239=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAEF is #E24510. Grayscale: #909090. Windows color (decimal): -14828817 or 15710749. OLE color: 15710749.
HSL color Cylindrical-coordinate representation of color #1DBAEF: hue angle of 195.14º 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 #1DBAEF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 186 | 239 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 195.14º | 0.87% | 0.53% | - |
| HSV(B) | 195.14º | 0.88% | 0.94% | - |
| XYZ | 33.65 | 41.61 | 87.92 | - |
| YUV | 145.1 | 180.99 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 239 | 0.88 | 0.22 | 0 | 0.06 | 195.14 | 0.87 | 0.53 |
| Hex | 1D | BA | EF | 58 | 16 | 0 | 6 | C3 | 57 | 35 |
| Octal | 35 | 272 | 357 | 130 | 26 | 0 | 6 | 303 | 127 | 65 |
| Binary | 11101 | 10111010 | 11101111 | 1011000 | 10110 | 0 | 110 | 11000011 | 1010111 | 110101 |
Color Harmonies of #1DBAEF
Complementary color
Monochromatic Colors of #1DBAEF
Black with #1DBAEF
Text Example
Text Example
White with #1DBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAEF; }
p { color: rgb(29,186,239); }
H1.HeaderClassName
{
color: #1DBAEF;
}
.AnyTagClassName
{
color: #1DBAEF;
}
</style>
background-color css
<style>
a { background-color: #1DBAEF; }
a { background-color: rgb(29,186,239); }
div.DivClassName
{
background-color: #1DBAEF;
}
.BgClassName
{
background-color: #1DBAEF;
}
</style>
border-color css
<style>
span { border-color: #1DBAEF; }
span { border-color: rgb(29,186,239); }
td.TdClassName
{
border-color: #1DBAEF;
}
.TagClassName
{
border-color: #1DBAEF;
}
</style>