Shades of Deep Sky Blue #1DB0FE
Tints of Deep Sky Blue #1DB0FE
RGB
CMYK
RGB Variations
Color information
#1DB0FE (or 0x1DB0FE) is known color: Deep Sky Blue. HEX triplet: 1D, B0 and FE. RGB value is (29,176,254). Sum of RGB (Red+Green+Blue) = 29+176+254=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DB0FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB0FE is #E24F01. Grayscale: #8C8C8C. Windows color (decimal): -14831362 or 16691229. OLE color: 16691229.
HSL color Cylindrical-coordinate representation of color #1DB0FE: hue angle of 200.8º 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 #1DB0FE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 176 | 254 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.00 |
| HSL | 200.8º | 0.99% | 0.55% | - |
| HSV(B) | 200.8º | 0.89% | 1% | - |
| XYZ | 33.92 | 38.47 | 99.4 | - |
| YUV | 140.94 | 191.8 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 254 | 0.89 | 0.31 | 0 | 0.00 | 200.8 | 0.99 | 0.55 |
| Hex | 1D | B0 | FE | 59 | 1F | 0 | 0 | C9 | 63 | 37 |
| Octal | 35 | 260 | 376 | 131 | 37 | 0 | 0 | 311 | 143 | 67 |
| Binary | 11101 | 10110000 | 11111110 | 1011001 | 11111 | 0 | 0 | 11001001 | 1100011 | 110111 |
Color Harmonies of #1DB0FE
Complementary color
Monochromatic Colors of #1DB0FE
Black with #1DB0FE
Text Example
Text Example
White with #1DB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0FE; }
p { color: rgb(29,176,254); }
H1.HeaderClassName
{
color: #1DB0FE;
}
.AnyTagClassName
{
color: #1DB0FE;
}
</style>
background-color css
<style>
a { background-color: #1DB0FE; }
a { background-color: rgb(29,176,254); }
div.DivClassName
{
background-color: #1DB0FE;
}
.BgClassName
{
background-color: #1DB0FE;
}
</style>
border-color css
<style>
span { border-color: #1DB0FE; }
span { border-color: rgb(29,176,254); }
td.TdClassName
{
border-color: #1DB0FE;
}
.TagClassName
{
border-color: #1DB0FE;
}
</style>