Shades of Deep Sky Blue #1DDBFE
Tints of Deep Sky Blue #1DDBFE
RGB
CMYK
RGB Variations
Color information
#1DDBFE (or 0x1DDBFE) is known color: Deep Sky Blue. HEX triplet: 1D, DB and FE. RGB value is (29,219,254). Sum of RGB (Red+Green+Blue) = 29+219+254=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBFE is #E22401. Grayscale: #A5A5A5. Windows color (decimal): -14820354 or 16702237. OLE color: 16702237.
HSL color Cylindrical-coordinate representation of color #1DDBFE: hue angle of 189.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 #1DDBFE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 219 | 254 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.00 |
| HSL | 189.33º | 0.99% | 0.55% | - |
| HSV(B) | 189.33º | 0.89% | 1% | - |
| XYZ | 43.73 | 58.08 | 102.67 | - |
| YUV | 166.18 | 177.55 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 254 | 0.89 | 0.14 | 0 | 0.00 | 189.33 | 0.99 | 0.55 |
| Hex | 1D | DB | FE | 59 | E | 0 | 0 | BD | 63 | 37 |
| Octal | 35 | 333 | 376 | 131 | 16 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11101 | 11011011 | 11111110 | 1011001 | 1110 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #1DDBFE
Complementary color
Monochromatic Colors of #1DDBFE
Black with #1DDBFE
Text Example
Text Example
White with #1DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBFE; }
p { color: rgb(29,219,254); }
H1.HeaderClassName
{
color: #1DDBFE;
}
.AnyTagClassName
{
color: #1DDBFE;
}
</style>
background-color css
<style>
a { background-color: #1DDBFE; }
a { background-color: rgb(29,219,254); }
div.DivClassName
{
background-color: #1DDBFE;
}
.BgClassName
{
background-color: #1DDBFE;
}
</style>
border-color css
<style>
span { border-color: #1DDBFE; }
span { border-color: rgb(29,219,254); }
td.TdClassName
{
border-color: #1DDBFE;
}
.TagClassName
{
border-color: #1DDBFE;
}
</style>