Shades of Deep Sky Blue #1DCDF2
Tints of Deep Sky Blue #1DCDF2
RGB
CMYK
RGB Variations
Color information
#1DCDF2 (or 0x1DCDF2) is known color: Deep Sky Blue. HEX triplet: 1D, CD and F2. RGB value is (29,205,242). Sum of RGB (Red+Green+Blue) = 29+205+242=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DCDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDF2 is #E2320D. Grayscale: #9C9C9C. Windows color (decimal): -14823950 or 15912221. OLE color: 15912221.
HSL color Cylindrical-coordinate representation of color #1DCDF2: hue angle of 190.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCDF2 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 205 | 242 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.05 |
| HSL | 190.42º | 0.89% | 0.53% | - |
| HSV(B) | 190.42º | 0.88% | 0.95% | - |
| XYZ | 38.37 | 50.33 | 91.7 | - |
| YUV | 156.59 | 176.19 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 242 | 0.88 | 0.15 | 0 | 0.05 | 190.42 | 0.89 | 0.53 |
| Hex | 1D | CD | F2 | 58 | F | 0 | 5 | BE | 59 | 35 |
| Octal | 35 | 315 | 362 | 130 | 17 | 0 | 5 | 276 | 131 | 65 |
| Binary | 11101 | 11001101 | 11110010 | 1011000 | 1111 | 0 | 101 | 10111110 | 1011001 | 110101 |
Color Harmonies of #1DCDF2
Complementary color
Monochromatic Colors of #1DCDF2
Black with #1DCDF2
Text Example
Text Example
White with #1DCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDF2; }
p { color: rgb(29,205,242); }
H1.HeaderClassName
{
color: #1DCDF2;
}
.AnyTagClassName
{
color: #1DCDF2;
}
</style>
background-color css
<style>
a { background-color: #1DCDF2; }
a { background-color: rgb(29,205,242); }
div.DivClassName
{
background-color: #1DCDF2;
}
.BgClassName
{
background-color: #1DCDF2;
}
</style>
border-color css
<style>
span { border-color: #1DCDF2; }
span { border-color: rgb(29,205,242); }
td.TdClassName
{
border-color: #1DCDF2;
}
.TagClassName
{
border-color: #1DCDF2;
}
</style>