Shades of Deep Sky Blue #1DB6FB
Tints of Deep Sky Blue #1DB6FB
RGB
CMYK
RGB Variations
Color information
#1DB6FB (or 0x1DB6FB) is known color: Deep Sky Blue. HEX triplet: 1D, B6 and FB. RGB value is (29,182,251). Sum of RGB (Red+Green+Blue) = 29+182+251=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DB6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB6FB is #E24904. Grayscale: #8F8F8F. Windows color (decimal): -14829829 or 16496157. OLE color: 16496157.
HSL color Cylindrical-coordinate representation of color #1DB6FB: hue angle of 198.65º degrees, saturation: 0.97, 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 #1DB6FB is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 182 | 251 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.02 |
| HSL | 198.65º | 0.97% | 0.55% | - |
| HSV(B) | 198.65º | 0.88% | 0.98% | - |
| XYZ | 34.65 | 40.68 | 97.29 | - |
| YUV | 144.12 | 188.31 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 251 | 0.88 | 0.27 | 0 | 0.02 | 198.65 | 0.97 | 0.55 |
| Hex | 1D | B6 | FB | 58 | 1B | 0 | 2 | C7 | 61 | 37 |
| Octal | 35 | 266 | 373 | 130 | 33 | 0 | 2 | 307 | 141 | 67 |
| Binary | 11101 | 10110110 | 11111011 | 1011000 | 11011 | 0 | 10 | 11000111 | 1100001 | 110111 |
Color Harmonies of #1DB6FB
Complementary color
Monochromatic Colors of #1DB6FB
Black with #1DB6FB
Text Example
Text Example
White with #1DB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB6FB; }
p { color: rgb(29,182,251); }
H1.HeaderClassName
{
color: #1DB6FB;
}
.AnyTagClassName
{
color: #1DB6FB;
}
</style>
background-color css
<style>
a { background-color: #1DB6FB; }
a { background-color: rgb(29,182,251); }
div.DivClassName
{
background-color: #1DB6FB;
}
.BgClassName
{
background-color: #1DB6FB;
}
</style>
border-color css
<style>
span { border-color: #1DB6FB; }
span { border-color: rgb(29,182,251); }
td.TdClassName
{
border-color: #1DB6FB;
}
.TagClassName
{
border-color: #1DB6FB;
}
</style>