Shades of Deep Sky Blue #1DBAFF
Tints of Deep Sky Blue #1DBAFF
RGB
CMYK
RGB Variations
Color information
#1DBAFF (or 0x1DBAFF) is known color: Deep Sky Blue. HEX triplet: 1D, BA and FF. RGB value is (29,186,255). Sum of RGB (Red+Green+Blue) = 29+186+255=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAFF is #E24500. Grayscale: #929292. Windows color (decimal): -14828801 or 16759325. OLE color: 16759325.
HSL color Cylindrical-coordinate representation of color #1DBAFF: hue angle of 198.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBAFF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 186 | 255 | - |
| CMYK | 0.89 | 0.27 | 0 | 0 |
| HSL | 198.32º | 1% | 0.56% | - |
| HSV(B) | 198.32º | 0.89% | 1% | - |
| XYZ | 36.12 | 42.6 | 100.93 | - |
| YUV | 146.92 | 188.99 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 255 | 0.89 | 0.27 | 0 | 0 | 198.32 | 1 | 0.56 |
| Hex | 1D | BA | FF | 59 | 1B | 0 | 0 | C6 | 64 | 38 |
| Octal | 35 | 272 | 377 | 131 | 33 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11101 | 10111010 | 11111111 | 1011001 | 11011 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1DBAFF
Complementary color
Monochromatic Colors of #1DBAFF
Black with #1DBAFF
Text Example
Text Example
White with #1DBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAFF; }
p { color: rgb(29,186,255); }
H1.HeaderClassName
{
color: #1DBAFF;
}
.AnyTagClassName
{
color: #1DBAFF;
}
</style>
background-color css
<style>
a { background-color: #1DBAFF; }
a { background-color: rgb(29,186,255); }
div.DivClassName
{
background-color: #1DBAFF;
}
.BgClassName
{
background-color: #1DBAFF;
}
</style>
border-color css
<style>
span { border-color: #1DBAFF; }
span { border-color: rgb(29,186,255); }
td.TdClassName
{
border-color: #1DBAFF;
}
.TagClassName
{
border-color: #1DBAFF;
}
</style>