Shades of Deep Sky Blue #1DBAF9
Tints of Deep Sky Blue #1DBAF9
RGB
CMYK
RGB Variations
Color information
#1DBAF9 (or 0x1DBAF9) is known color: Deep Sky Blue. HEX triplet: 1D, BA and F9. RGB value is (29,186,249). Sum of RGB (Red+Green+Blue) = 29+186+249=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DBAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAF9 is #E24506. Grayscale: #919191. Windows color (decimal): -14828807 or 16366109. OLE color: 16366109.
HSL color Cylindrical-coordinate representation of color #1DBAF9: hue angle of 197.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBAF9 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 186 | 249 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.02 |
| HSL | 197.18º | 0.95% | 0.55% | - |
| HSV(B) | 197.18º | 0.88% | 0.98% | - |
| XYZ | 35.16 | 42.22 | 95.92 | - |
| YUV | 146.24 | 185.99 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 249 | 0.88 | 0.25 | 0 | 0.02 | 197.18 | 0.95 | 0.55 |
| Hex | 1D | BA | F9 | 58 | 19 | 0 | 2 | C5 | 5F | 37 |
| Octal | 35 | 272 | 371 | 130 | 31 | 0 | 2 | 305 | 137 | 67 |
| Binary | 11101 | 10111010 | 11111001 | 1011000 | 11001 | 0 | 10 | 11000101 | 1011111 | 110111 |
Color Harmonies of #1DBAF9
Complementary color
Monochromatic Colors of #1DBAF9
Black with #1DBAF9
Text Example
Text Example
White with #1DBAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAF9; }
p { color: rgb(29,186,249); }
H1.HeaderClassName
{
color: #1DBAF9;
}
.AnyTagClassName
{
color: #1DBAF9;
}
</style>
background-color css
<style>
a { background-color: #1DBAF9; }
a { background-color: rgb(29,186,249); }
div.DivClassName
{
background-color: #1DBAF9;
}
.BgClassName
{
background-color: #1DBAF9;
}
</style>
border-color css
<style>
span { border-color: #1DBAF9; }
span { border-color: rgb(29,186,249); }
td.TdClassName
{
border-color: #1DBAF9;
}
.TagClassName
{
border-color: #1DBAF9;
}
</style>