Shades of Deep Sky Blue #1DBDEE
Tints of Deep Sky Blue #1DBDEE
RGB
CMYK
RGB Variations
Color information
#1DBDEE (or 0x1DBDEE) is known color: Deep Sky Blue. HEX triplet: 1D, BD and EE. RGB value is (29,189,238). Sum of RGB (Red+Green+Blue) = 29+189+238=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DBDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDEE is #E24211. Grayscale: #929292. Windows color (decimal): -14828050 or 15645981. OLE color: 15645981.
HSL color Cylindrical-coordinate representation of color #1DBDEE: hue angle of 194.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBDEE is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 189 | 238 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.07 |
| HSL | 194.07º | 0.86% | 0.52% | - |
| HSV(B) | 194.07º | 0.88% | 0.93% | - |
| XYZ | 34.14 | 42.83 | 87.36 | - |
| YUV | 146.75 | 179.49 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 238 | 0.88 | 0.21 | 0 | 0.07 | 194.07 | 0.86 | 0.52 |
| Hex | 1D | BD | EE | 58 | 15 | 0 | 7 | C2 | 56 | 34 |
| Octal | 35 | 275 | 356 | 130 | 25 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11101 | 10111101 | 11101110 | 1011000 | 10101 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1DBDEE
Complementary color
Monochromatic Colors of #1DBDEE
Black with #1DBDEE
Text Example
Text Example
White with #1DBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDEE; }
p { color: rgb(29,189,238); }
H1.HeaderClassName
{
color: #1DBDEE;
}
.AnyTagClassName
{
color: #1DBDEE;
}
</style>
background-color css
<style>
a { background-color: #1DBDEE; }
a { background-color: rgb(29,189,238); }
div.DivClassName
{
background-color: #1DBDEE;
}
.BgClassName
{
background-color: #1DBDEE;
}
</style>
border-color css
<style>
span { border-color: #1DBDEE; }
span { border-color: rgb(29,189,238); }
td.TdClassName
{
border-color: #1DBDEE;
}
.TagClassName
{
border-color: #1DBDEE;
}
</style>