Shades of Deep Sky Blue #1DBDFE
Tints of Deep Sky Blue #1DBDFE
RGB
CMYK
RGB Variations
Color information
#1DBDFE (or 0x1DBDFE) is known color: Deep Sky Blue. HEX triplet: 1D, BD and FE. RGB value is (29,189,254). Sum of RGB (Red+Green+Blue) = 29+189+254=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DBDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDFE is #E24201. Grayscale: #949494. Windows color (decimal): -14828034 or 16694557. OLE color: 16694557.
HSL color Cylindrical-coordinate representation of color #1DBDFE: hue angle of 197.33º 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 #1DBDFE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 189 | 254 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.00 |
| HSL | 197.33º | 0.99% | 0.55% | - |
| HSV(B) | 197.33º | 0.89% | 1% | - |
| XYZ | 36.59 | 43.81 | 100.29 | - |
| YUV | 148.57 | 187.49 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 254 | 0.89 | 0.26 | 0 | 0.00 | 197.33 | 0.99 | 0.55 |
| Hex | 1D | BD | FE | 59 | 1A | 0 | 0 | C5 | 63 | 37 |
| Octal | 35 | 275 | 376 | 131 | 32 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11101 | 10111101 | 11111110 | 1011001 | 11010 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #1DBDFE
Complementary color
Monochromatic Colors of #1DBDFE
Black with #1DBDFE
Text Example
Text Example
White with #1DBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDFE; }
p { color: rgb(29,189,254); }
H1.HeaderClassName
{
color: #1DBDFE;
}
.AnyTagClassName
{
color: #1DBDFE;
}
</style>
background-color css
<style>
a { background-color: #1DBDFE; }
a { background-color: rgb(29,189,254); }
div.DivClassName
{
background-color: #1DBDFE;
}
.BgClassName
{
background-color: #1DBDFE;
}
</style>
border-color css
<style>
span { border-color: #1DBDFE; }
span { border-color: rgb(29,189,254); }
td.TdClassName
{
border-color: #1DBDFE;
}
.TagClassName
{
border-color: #1DBDFE;
}
</style>