Shades of Deep Sky Blue #1DB0FF
Tints of Deep Sky Blue #1DB0FF
RGB
CMYK
RGB Variations
Color information
#1DB0FF (or 0x1DB0FF) is known color: Deep Sky Blue. HEX triplet: 1D, B0 and FF. RGB value is (29,176,255). Sum of RGB (Red+Green+Blue) = 29+176+255=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB0FF is #E24F00. Grayscale: #8C8C8C. Windows color (decimal): -14831361 or 16756765. OLE color: 16756765.
HSL color Cylindrical-coordinate representation of color #1DB0FF: hue angle of 200.97º 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 #1DB0FF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 176 | 255 | - |
| CMYK | 0.89 | 0.31 | 0 | 0 |
| HSL | 200.97º | 1% | 0.56% | - |
| HSV(B) | 200.97º | 0.89% | 1% | - |
| XYZ | 34.08 | 38.53 | 100.25 | - |
| YUV | 141.05 | 192.3 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 255 | 0.89 | 0.31 | 0 | 0 | 200.97 | 1 | 0.56 |
| Hex | 1D | B0 | FF | 59 | 1F | 0 | 0 | C9 | 64 | 38 |
| Octal | 35 | 260 | 377 | 131 | 37 | 0 | 0 | 311 | 144 | 70 |
| Binary | 11101 | 10110000 | 11111111 | 1011001 | 11111 | 0 | 0 | 11001001 | 1100100 | 111000 |
Color Harmonies of #1DB0FF
Complementary color
Monochromatic Colors of #1DB0FF
Black with #1DB0FF
Text Example
Text Example
White with #1DB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0FF; }
p { color: rgb(29,176,255); }
H1.HeaderClassName
{
color: #1DB0FF;
}
.AnyTagClassName
{
color: #1DB0FF;
}
</style>
background-color css
<style>
a { background-color: #1DB0FF; }
a { background-color: rgb(29,176,255); }
div.DivClassName
{
background-color: #1DB0FF;
}
.BgClassName
{
background-color: #1DB0FF;
}
</style>
border-color css
<style>
span { border-color: #1DB0FF; }
span { border-color: rgb(29,176,255); }
td.TdClassName
{
border-color: #1DB0FF;
}
.TagClassName
{
border-color: #1DB0FF;
}
</style>