Shades of Deep Sky Blue #1DBEEE
Tints of Deep Sky Blue #1DBEEE
RGB
CMYK
RGB Variations
Color information
#1DBEEE (or 0x1DBEEE) is known color: Deep Sky Blue. HEX triplet: 1D, BE and EE. RGB value is (29,190,238). Sum of RGB (Red+Green+Blue) = 29+190+238=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DBEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBEEE is #E24111. Grayscale: #929292. Windows color (decimal): -14827794 or 15646237. OLE color: 15646237.
HSL color Cylindrical-coordinate representation of color #1DBEEE: hue angle of 193.78º 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 #1DBEEE is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 190 | 238 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.07 |
| HSL | 193.78º | 0.86% | 0.52% | - |
| HSV(B) | 193.78º | 0.88% | 0.93% | - |
| XYZ | 34.35 | 43.26 | 87.43 | - |
| YUV | 147.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 238 | 0.88 | 0.20 | 0 | 0.07 | 193.78 | 0.86 | 0.52 |
| Hex | 1D | BE | EE | 58 | 14 | 0 | 7 | C2 | 56 | 34 |
| Octal | 35 | 276 | 356 | 130 | 24 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11101 | 10111110 | 11101110 | 1011000 | 10100 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1DBEEE
Complementary color
Monochromatic Colors of #1DBEEE
Black with #1DBEEE
Text Example
Text Example
White with #1DBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEEE; }
p { color: rgb(29,190,238); }
H1.HeaderClassName
{
color: #1DBEEE;
}
.AnyTagClassName
{
color: #1DBEEE;
}
</style>
background-color css
<style>
a { background-color: #1DBEEE; }
a { background-color: rgb(29,190,238); }
div.DivClassName
{
background-color: #1DBEEE;
}
.BgClassName
{
background-color: #1DBEEE;
}
</style>
border-color css
<style>
span { border-color: #1DBEEE; }
span { border-color: rgb(29,190,238); }
td.TdClassName
{
border-color: #1DBEEE;
}
.TagClassName
{
border-color: #1DBEEE;
}
</style>