Shades of Deep Sky Blue #1DBAF0
Tints of Deep Sky Blue #1DBAF0
RGB
CMYK
RGB Variations
Color information
#1DBAF0 (or 0x1DBAF0) is known color: Deep Sky Blue. HEX triplet: 1D, BA and F0. RGB value is (29,186,240). Sum of RGB (Red+Green+Blue) = 29+186+240=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DBAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAF0 is #E2450F. Grayscale: #909090. Windows color (decimal): -14828816 or 15776285. OLE color: 15776285.
HSL color Cylindrical-coordinate representation of color #1DBAF0: hue angle of 195.36º 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 #1DBAF0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 186 | 240 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 195.36º | 0.88% | 0.53% | - |
| HSV(B) | 195.36º | 0.88% | 0.94% | - |
| XYZ | 33.79 | 41.67 | 88.7 | - |
| YUV | 145.21 | 181.49 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 240 | 0.88 | 0.22 | 0 | 0.06 | 195.36 | 0.88 | 0.53 |
| Hex | 1D | BA | F0 | 58 | 16 | 0 | 6 | C3 | 58 | 35 |
| Octal | 35 | 272 | 360 | 130 | 26 | 0 | 6 | 303 | 130 | 65 |
| Binary | 11101 | 10111010 | 11110000 | 1011000 | 10110 | 0 | 110 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1DBAF0
Complementary color
Monochromatic Colors of #1DBAF0
Black with #1DBAF0
Text Example
Text Example
White with #1DBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAF0; }
p { color: rgb(29,186,240); }
H1.HeaderClassName
{
color: #1DBAF0;
}
.AnyTagClassName
{
color: #1DBAF0;
}
</style>
background-color css
<style>
a { background-color: #1DBAF0; }
a { background-color: rgb(29,186,240); }
div.DivClassName
{
background-color: #1DBAF0;
}
.BgClassName
{
background-color: #1DBAF0;
}
</style>
border-color css
<style>
span { border-color: #1DBAF0; }
span { border-color: rgb(29,186,240); }
td.TdClassName
{
border-color: #1DBAF0;
}
.TagClassName
{
border-color: #1DBAF0;
}
</style>