Shades of Deep Sky Blue #1DBFFF
Tints of Deep Sky Blue #1DBFFF
RGB
CMYK
RGB Variations
Color information
#1DBFFF (or 0x1DBFFF) is known color: Deep Sky Blue. HEX triplet: 1D, BF and FF. RGB value is (29,191,255). Sum of RGB (Red+Green+Blue) = 29+191+255=475 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.11% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFFF is #E24000. Grayscale: #959595. Windows color (decimal): -14827521 or 16760605. OLE color: 16760605.
HSL color Cylindrical-coordinate representation of color #1DBFFF: hue angle of 196.99º 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 #1DBFFF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 191 | 255 | - |
| CMYK | 0.89 | 0.25 | 0 | 0 |
| HSL | 196.99º | 1% | 0.56% | - |
| HSV(B) | 196.99º | 0.89% | 1% | - |
| XYZ | 37.19 | 44.74 | 101.28 | - |
| YUV | 149.86 | 187.33 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 255 | 0.89 | 0.25 | 0 | 0 | 196.99 | 1 | 0.56 |
| Hex | 1D | BF | FF | 59 | 19 | 0 | 0 | C5 | 64 | 38 |
| Octal | 35 | 277 | 377 | 131 | 31 | 0 | 0 | 305 | 144 | 70 |
| Binary | 11101 | 10111111 | 11111111 | 1011001 | 11001 | 0 | 0 | 11000101 | 1100100 | 111000 |
Color Harmonies of #1DBFFF
Complementary color
Monochromatic Colors of #1DBFFF
Black with #1DBFFF
Text Example
Text Example
White with #1DBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFFF; }
p { color: rgb(29,191,255); }
H1.HeaderClassName
{
color: #1DBFFF;
}
.AnyTagClassName
{
color: #1DBFFF;
}
</style>
background-color css
<style>
a { background-color: #1DBFFF; }
a { background-color: rgb(29,191,255); }
div.DivClassName
{
background-color: #1DBFFF;
}
.BgClassName
{
background-color: #1DBFFF;
}
</style>
border-color css
<style>
span { border-color: #1DBFFF; }
span { border-color: rgb(29,191,255); }
td.TdClassName
{
border-color: #1DBFFF;
}
.TagClassName
{
border-color: #1DBFFF;
}
</style>