Shades of Deep Sky Blue #1DB9FE
Tints of Deep Sky Blue #1DB9FE
RGB
CMYK
RGB Variations
Color information
#1DB9FE (or 0x1DB9FE) is known color: Deep Sky Blue. HEX triplet: 1D, B9 and FE. RGB value is (29,185,254). Sum of RGB (Red+Green+Blue) = 29+185+254=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DB9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB9FE is #E24601. Grayscale: #919191. Windows color (decimal): -14829058 or 16693533. OLE color: 16693533.
HSL color Cylindrical-coordinate representation of color #1DB9FE: hue angle of 198.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DB9FE is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 185 | 254 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.00 |
| HSL | 198.4º | 0.99% | 0.55% | - |
| HSV(B) | 198.4º | 0.89% | 1% | - |
| XYZ | 35.75 | 42.11 | 100.01 | - |
| YUV | 146.22 | 188.82 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 254 | 0.89 | 0.27 | 0 | 0.00 | 198.4 | 0.99 | 0.55 |
| Hex | 1D | B9 | FE | 59 | 1B | 0 | 0 | C6 | 63 | 37 |
| Octal | 35 | 271 | 376 | 131 | 33 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11101 | 10111001 | 11111110 | 1011001 | 11011 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1DB9FE
Complementary color
Monochromatic Colors of #1DB9FE
Black with #1DB9FE
Text Example
Text Example
White with #1DB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB9FE; }
p { color: rgb(29,185,254); }
H1.HeaderClassName
{
color: #1DB9FE;
}
.AnyTagClassName
{
color: #1DB9FE;
}
</style>
background-color css
<style>
a { background-color: #1DB9FE; }
a { background-color: rgb(29,185,254); }
div.DivClassName
{
background-color: #1DB9FE;
}
.BgClassName
{
background-color: #1DB9FE;
}
</style>
border-color css
<style>
span { border-color: #1DB9FE; }
span { border-color: rgb(29,185,254); }
td.TdClassName
{
border-color: #1DB9FE;
}
.TagClassName
{
border-color: #1DB9FE;
}
</style>