Shades of Deep Sky Blue #1DDBFF
Tints of Deep Sky Blue #1DDBFF
RGB
CMYK
RGB Variations
Color information
#1DDBFF (or 0x1DDBFF) is known color: Deep Sky Blue. HEX triplet: 1D, DB and FF. RGB value is (29,219,255). Sum of RGB (Red+Green+Blue) = 29+219+255=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBFF is #E22400. Grayscale: #A5A5A5. Windows color (decimal): -14820353 or 16767773. OLE color: 16767773.
HSL color Cylindrical-coordinate representation of color #1DDBFF: hue angle of 189.56º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DDBFF is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 219 | 255 | - |
| CMYK | 0.89 | 0.14 | 0 | 0 |
| HSL | 189.56º | 1% | 0.56% | - |
| HSV(B) | 189.56º | 0.89% | 1% | - |
| XYZ | 43.89 | 58.14 | 103.52 | - |
| YUV | 166.29 | 178.05 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 255 | 0.89 | 0.14 | 0 | 0 | 189.56 | 1 | 0.56 |
| Hex | 1D | DB | FF | 59 | E | 0 | 0 | BE | 64 | 38 |
| Octal | 35 | 333 | 377 | 131 | 16 | 0 | 0 | 276 | 144 | 70 |
| Binary | 11101 | 11011011 | 11111111 | 1011001 | 1110 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #1DDBFF
Complementary color
Monochromatic Colors of #1DDBFF
Black with #1DDBFF
Text Example
Text Example
White with #1DDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBFF; }
p { color: rgb(29,219,255); }
H1.HeaderClassName
{
color: #1DDBFF;
}
.AnyTagClassName
{
color: #1DDBFF;
}
</style>
background-color css
<style>
a { background-color: #1DDBFF; }
a { background-color: rgb(29,219,255); }
div.DivClassName
{
background-color: #1DDBFF;
}
.BgClassName
{
background-color: #1DDBFF;
}
</style>
border-color css
<style>
span { border-color: #1DDBFF; }
span { border-color: rgb(29,219,255); }
td.TdClassName
{
border-color: #1DDBFF;
}
.TagClassName
{
border-color: #1DDBFF;
}
</style>