Shades of Deep Sky Blue #1DD3FF
Tints of Deep Sky Blue #1DD3FF
RGB
CMYK
RGB Variations
Color information
#1DD3FF (or 0x1DD3FF) is known color: Deep Sky Blue. HEX triplet: 1D, D3 and FF. RGB value is (29,211,255). Sum of RGB (Red+Green+Blue) = 29+211+255=495 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.86% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DD3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD3FF is #E22C00. Grayscale: #A1A1A1. Windows color (decimal): -14822401 or 16765725. OLE color: 16765725.
HSL color Cylindrical-coordinate representation of color #1DD3FF: hue angle of 191.68º 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 #1DD3FF is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 211 | 255 | - |
| CMYK | 0.89 | 0.17 | 0 | 0 |
| HSL | 191.68º | 1% | 0.56% | - |
| HSV(B) | 191.68º | 0.89% | 1% | - |
| XYZ | 41.85 | 54.07 | 102.84 | - |
| YUV | 161.6 | 180.7 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 211 | 255 | 0.89 | 0.17 | 0 | 0 | 191.68 | 1 | 0.56 |
| Hex | 1D | D3 | FF | 59 | 11 | 0 | 0 | C0 | 64 | 38 |
| Octal | 35 | 323 | 377 | 131 | 21 | 0 | 0 | 300 | 144 | 70 |
| Binary | 11101 | 11010011 | 11111111 | 1011001 | 10001 | 0 | 0 | 11000000 | 1100100 | 111000 |
Color Harmonies of #1DD3FF
Complementary color
Monochromatic Colors of #1DD3FF
Black with #1DD3FF
Text Example
Text Example
White with #1DD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD3FF; }
p { color: rgb(29,211,255); }
H1.HeaderClassName
{
color: #1DD3FF;
}
.AnyTagClassName
{
color: #1DD3FF;
}
</style>
background-color css
<style>
a { background-color: #1DD3FF; }
a { background-color: rgb(29,211,255); }
div.DivClassName
{
background-color: #1DD3FF;
}
.BgClassName
{
background-color: #1DD3FF;
}
</style>
border-color css
<style>
span { border-color: #1DD3FF; }
span { border-color: rgb(29,211,255); }
td.TdClassName
{
border-color: #1DD3FF;
}
.TagClassName
{
border-color: #1DD3FF;
}
</style>