Shades of Deep Sky Blue #1DB9FC
Tints of Deep Sky Blue #1DB9FC
RGB
CMYK
RGB Variations
Color information
#1DB9FC (or 0x1DB9FC) is known color: Deep Sky Blue. HEX triplet: 1D, B9 and FC. RGB value is (29,185,252). Sum of RGB (Red+Green+Blue) = 29+185+252=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DB9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB9FC is #E24603. Grayscale: #919191. Windows color (decimal): -14829060 or 16562461. OLE color: 16562461.
HSL color Cylindrical-coordinate representation of color #1DB9FC: hue angle of 198.03º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB9FC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 185 | 252 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.01 |
| HSL | 198.03º | 0.97% | 0.55% | - |
| HSV(B) | 198.03º | 0.88% | 0.99% | - |
| XYZ | 35.43 | 41.99 | 98.33 | - |
| YUV | 145.99 | 187.82 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 252 | 0.88 | 0.27 | 0 | 0.01 | 198.03 | 0.97 | 0.55 |
| Hex | 1D | B9 | FC | 58 | 1B | 0 | 1 | C6 | 61 | 37 |
| Octal | 35 | 271 | 374 | 130 | 33 | 0 | 1 | 306 | 141 | 67 |
| Binary | 11101 | 10111001 | 11111100 | 1011000 | 11011 | 0 | 1 | 11000110 | 1100001 | 110111 |
Color Harmonies of #1DB9FC
Complementary color
Monochromatic Colors of #1DB9FC
Black with #1DB9FC
Text Example
Text Example
White with #1DB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB9FC; }
p { color: rgb(29,185,252); }
H1.HeaderClassName
{
color: #1DB9FC;
}
.AnyTagClassName
{
color: #1DB9FC;
}
</style>
background-color css
<style>
a { background-color: #1DB9FC; }
a { background-color: rgb(29,185,252); }
div.DivClassName
{
background-color: #1DB9FC;
}
.BgClassName
{
background-color: #1DB9FC;
}
</style>
border-color css
<style>
span { border-color: #1DB9FC; }
span { border-color: rgb(29,185,252); }
td.TdClassName
{
border-color: #1DB9FC;
}
.TagClassName
{
border-color: #1DB9FC;
}
</style>