Shades of Deep Sky Blue #1DB9FF
Tints of Deep Sky Blue #1DB9FF
RGB
CMYK
RGB Variations
Color information
#1DB9FF (or 0x1DB9FF) is known color: Deep Sky Blue. HEX triplet: 1D, B9 and FF. RGB value is (29,185,255). Sum of RGB (Red+Green+Blue) = 29+185+255=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DB9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB9FF is #E24600. Grayscale: #919191. Windows color (decimal): -14829057 or 16759069. OLE color: 16759069.
HSL color Cylindrical-coordinate representation of color #1DB9FF: hue angle of 198.58º 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 #1DB9FF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 185 | 255 | - |
| CMYK | 0.89 | 0.27 | 0 | 0 |
| HSL | 198.58º | 1% | 0.56% | - |
| HSV(B) | 198.58º | 0.89% | 1% | - |
| XYZ | 35.91 | 42.18 | 100.86 | - |
| YUV | 146.34 | 189.32 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 255 | 0.89 | 0.27 | 0 | 0 | 198.58 | 1 | 0.56 |
| Hex | 1D | B9 | FF | 59 | 1B | 0 | 0 | C7 | 64 | 38 |
| Octal | 35 | 271 | 377 | 131 | 33 | 0 | 0 | 307 | 144 | 70 |
| Binary | 11101 | 10111001 | 11111111 | 1011001 | 11011 | 0 | 0 | 11000111 | 1100100 | 111000 |
Color Harmonies of #1DB9FF
Complementary color
Monochromatic Colors of #1DB9FF
Black with #1DB9FF
Text Example
Text Example
White with #1DB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB9FF; }
p { color: rgb(29,185,255); }
H1.HeaderClassName
{
color: #1DB9FF;
}
.AnyTagClassName
{
color: #1DB9FF;
}
</style>
background-color css
<style>
a { background-color: #1DB9FF; }
a { background-color: rgb(29,185,255); }
div.DivClassName
{
background-color: #1DB9FF;
}
.BgClassName
{
background-color: #1DB9FF;
}
</style>
border-color css
<style>
span { border-color: #1DB9FF; }
span { border-color: rgb(29,185,255); }
td.TdClassName
{
border-color: #1DB9FF;
}
.TagClassName
{
border-color: #1DB9FF;
}
</style>