Shades of Deep Sky Blue #1DC2FF
Tints of Deep Sky Blue #1DC2FF
RGB
CMYK
RGB Variations
Color information
#1DC2FF (or 0x1DC2FF) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and FF. RGB value is (29,194,255). Sum of RGB (Red+Green+Blue) = 29+194+255=478 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.07% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DC2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2FF is #E23D00. Grayscale: #979797. Windows color (decimal): -14826753 or 16761373. OLE color: 16761373.
HSL color Cylindrical-coordinate representation of color #1DC2FF: hue angle of 196.19º 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 #1DC2FF is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 194 | 255 | - |
| CMYK | 0.89 | 0.24 | 0 | 0 |
| HSL | 196.19º | 1% | 0.56% | - |
| HSV(B) | 196.19º | 0.89% | 1% | - |
| XYZ | 37.85 | 46.06 | 101.5 | - |
| YUV | 151.62 | 186.34 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 255 | 0.89 | 0.24 | 0 | 0 | 196.19 | 1 | 0.56 |
| Hex | 1D | C2 | FF | 59 | 18 | 0 | 0 | C4 | 64 | 38 |
| Octal | 35 | 302 | 377 | 131 | 30 | 0 | 0 | 304 | 144 | 70 |
| Binary | 11101 | 11000010 | 11111111 | 1011001 | 11000 | 0 | 0 | 11000100 | 1100100 | 111000 |
Color Harmonies of #1DC2FF
Complementary color
Monochromatic Colors of #1DC2FF
Black with #1DC2FF
Text Example
Text Example
White with #1DC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2FF; }
p { color: rgb(29,194,255); }
H1.HeaderClassName
{
color: #1DC2FF;
}
.AnyTagClassName
{
color: #1DC2FF;
}
</style>
background-color css
<style>
a { background-color: #1DC2FF; }
a { background-color: rgb(29,194,255); }
div.DivClassName
{
background-color: #1DC2FF;
}
.BgClassName
{
background-color: #1DC2FF;
}
</style>
border-color css
<style>
span { border-color: #1DC2FF; }
span { border-color: rgb(29,194,255); }
td.TdClassName
{
border-color: #1DC2FF;
}
.TagClassName
{
border-color: #1DC2FF;
}
</style>