Shades of Deep Sky Blue #1DD5FF
Tints of Deep Sky Blue #1DD5FF
RGB
CMYK
RGB Variations
Color information
#1DD5FF (or 0x1DD5FF) is known color: Deep Sky Blue. HEX triplet: 1D, D5 and FF. RGB value is (29,213,255). Sum of RGB (Red+Green+Blue) = 29+213+255=497 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.84% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DD5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD5FF is #E22A00. Grayscale: #A2A2A2. Windows color (decimal): -14821889 or 16766237. OLE color: 16766237.
HSL color Cylindrical-coordinate representation of color #1DD5FF: hue angle of 191.15º 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 #1DD5FF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 213 | 255 | - |
| CMYK | 0.89 | 0.16 | 0 | 0 |
| HSL | 191.15º | 1% | 0.56% | - |
| HSV(B) | 191.15º | 0.89% | 1% | - |
| XYZ | 42.35 | 55.07 | 103.01 | - |
| YUV | 162.77 | 180.04 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 255 | 0.89 | 0.16 | 0 | 0 | 191.15 | 1 | 0.56 |
| Hex | 1D | D5 | FF | 59 | 10 | 0 | 0 | BF | 64 | 38 |
| Octal | 35 | 325 | 377 | 131 | 20 | 0 | 0 | 277 | 144 | 70 |
| Binary | 11101 | 11010101 | 11111111 | 1011001 | 10000 | 0 | 0 | 10111111 | 1100100 | 111000 |
Color Harmonies of #1DD5FF
Complementary color
Monochromatic Colors of #1DD5FF
Black with #1DD5FF
Text Example
Text Example
White with #1DD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD5FF; }
p { color: rgb(29,213,255); }
H1.HeaderClassName
{
color: #1DD5FF;
}
.AnyTagClassName
{
color: #1DD5FF;
}
</style>
background-color css
<style>
a { background-color: #1DD5FF; }
a { background-color: rgb(29,213,255); }
div.DivClassName
{
background-color: #1DD5FF;
}
.BgClassName
{
background-color: #1DD5FF;
}
</style>
border-color css
<style>
span { border-color: #1DD5FF; }
span { border-color: rgb(29,213,255); }
td.TdClassName
{
border-color: #1DD5FF;
}
.TagClassName
{
border-color: #1DD5FF;
}
</style>