Shades of Deep Sky Blue #1DB1FE
Tints of Deep Sky Blue #1DB1FE
RGB
CMYK
RGB Variations
Color information
#1DB1FE (or 0x1DB1FE) is known color: Deep Sky Blue. HEX triplet: 1D, B1 and FE. RGB value is (29,177,254). Sum of RGB (Red+Green+Blue) = 29+177+254=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DB1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB1FE is #E24E01. Grayscale: #8D8D8D. Windows color (decimal): -14831106 or 16691485. OLE color: 16691485.
HSL color Cylindrical-coordinate representation of color #1DB1FE: hue angle of 200.53º 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 #1DB1FE is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 177 | 254 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.00 |
| HSL | 200.53º | 0.99% | 0.55% | - |
| HSV(B) | 200.53º | 0.89% | 1% | - |
| XYZ | 34.12 | 38.86 | 99.47 | - |
| YUV | 141.53 | 191.47 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 254 | 0.89 | 0.30 | 0 | 0.00 | 200.53 | 0.99 | 0.55 |
| Hex | 1D | B1 | FE | 59 | 1E | 0 | 0 | C9 | 63 | 37 |
| Octal | 35 | 261 | 376 | 131 | 36 | 0 | 0 | 311 | 143 | 67 |
| Binary | 11101 | 10110001 | 11111110 | 1011001 | 11110 | 0 | 0 | 11001001 | 1100011 | 110111 |
Color Harmonies of #1DB1FE
Complementary color
Monochromatic Colors of #1DB1FE
Black with #1DB1FE
Text Example
Text Example
White with #1DB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB1FE; }
p { color: rgb(29,177,254); }
H1.HeaderClassName
{
color: #1DB1FE;
}
.AnyTagClassName
{
color: #1DB1FE;
}
</style>
background-color css
<style>
a { background-color: #1DB1FE; }
a { background-color: rgb(29,177,254); }
div.DivClassName
{
background-color: #1DB1FE;
}
.BgClassName
{
background-color: #1DB1FE;
}
</style>
border-color css
<style>
span { border-color: #1DB1FE; }
span { border-color: rgb(29,177,254); }
td.TdClassName
{
border-color: #1DB1FE;
}
.TagClassName
{
border-color: #1DB1FE;
}
</style>