Shades of Deep Sky Blue #1DD7FF
Tints of Deep Sky Blue #1DD7FF
RGB
CMYK
RGB Variations
Color information
#1DD7FF (or 0x1DD7FF) is known color: Deep Sky Blue. HEX triplet: 1D, D7 and FF. RGB value is (29,215,255). Sum of RGB (Red+Green+Blue) = 29+215+255=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DD7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD7FF is #E22800. Grayscale: #A3A3A3. Windows color (decimal): -14821377 or 16766749. OLE color: 16766749.
HSL color Cylindrical-coordinate representation of color #1DD7FF: hue angle of 190.62º 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 #1DD7FF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 215 | 255 | - |
| CMYK | 0.89 | 0.16 | 0 | 0 |
| HSL | 190.62º | 1% | 0.56% | - |
| HSV(B) | 190.62º | 0.89% | 1% | - |
| XYZ | 42.86 | 56.08 | 103.17 | - |
| YUV | 163.95 | 179.38 | 31.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 255 | 0.89 | 0.16 | 0 | 0 | 190.62 | 1 | 0.56 |
| Hex | 1D | D7 | FF | 59 | 10 | 0 | 0 | BF | 64 | 38 |
| Octal | 35 | 327 | 377 | 131 | 20 | 0 | 0 | 277 | 144 | 70 |
| Binary | 11101 | 11010111 | 11111111 | 1011001 | 10000 | 0 | 0 | 10111111 | 1100100 | 111000 |
Color Harmonies of #1DD7FF
Complementary color
Monochromatic Colors of #1DD7FF
Black with #1DD7FF
Text Example
Text Example
White with #1DD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD7FF; }
p { color: rgb(29,215,255); }
H1.HeaderClassName
{
color: #1DD7FF;
}
.AnyTagClassName
{
color: #1DD7FF;
}
</style>
background-color css
<style>
a { background-color: #1DD7FF; }
a { background-color: rgb(29,215,255); }
div.DivClassName
{
background-color: #1DD7FF;
}
.BgClassName
{
background-color: #1DD7FF;
}
</style>
border-color css
<style>
span { border-color: #1DD7FF; }
span { border-color: rgb(29,215,255); }
td.TdClassName
{
border-color: #1DD7FF;
}
.TagClassName
{
border-color: #1DD7FF;
}
</style>