Shades of Deep Sky Blue #1DB6F5
Tints of Deep Sky Blue #1DB6F5
RGB
CMYK
RGB Variations
Color information
#1DB6F5 (or 0x1DB6F5) is known color: Deep Sky Blue. HEX triplet: 1D, B6 and F5. RGB value is (29,182,245). Sum of RGB (Red+Green+Blue) = 29+182+245=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #1DB6F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB6F5 is #E2490A. Grayscale: #8F8F8F. Windows color (decimal): -14829835 or 16102941. OLE color: 16102941.
HSL color Cylindrical-coordinate representation of color #1DB6F5: hue angle of 197.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB6F5 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 182 | 245 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.04 |
| HSL | 197.5º | 0.92% | 0.54% | - |
| HSV(B) | 197.5º | 0.88% | 0.96% | - |
| XYZ | 33.72 | 40.31 | 92.39 | - |
| YUV | 143.44 | 185.31 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 245 | 0.88 | 0.26 | 0 | 0.04 | 197.5 | 0.92 | 0.54 |
| Hex | 1D | B6 | F5 | 58 | 1A | 0 | 4 | C6 | 5C | 36 |
| Octal | 35 | 266 | 365 | 130 | 32 | 0 | 4 | 306 | 134 | 66 |
| Binary | 11101 | 10110110 | 11110101 | 1011000 | 11010 | 0 | 100 | 11000110 | 1011100 | 110110 |
Color Harmonies of #1DB6F5
Complementary color
Monochromatic Colors of #1DB6F5
Black with #1DB6F5
Text Example
Text Example
White with #1DB6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB6F5; }
p { color: rgb(29,182,245); }
H1.HeaderClassName
{
color: #1DB6F5;
}
.AnyTagClassName
{
color: #1DB6F5;
}
</style>
background-color css
<style>
a { background-color: #1DB6F5; }
a { background-color: rgb(29,182,245); }
div.DivClassName
{
background-color: #1DB6F5;
}
.BgClassName
{
background-color: #1DB6F5;
}
</style>
border-color css
<style>
span { border-color: #1DB6F5; }
span { border-color: rgb(29,182,245); }
td.TdClassName
{
border-color: #1DB6F5;
}
.TagClassName
{
border-color: #1DB6F5;
}
</style>