Shades of Deep Sky Blue #1DCFFF
Tints of Deep Sky Blue #1DCFFF
RGB
CMYK
RGB Variations
Color information
#1DCFFF (or 0x1DCFFF) is known color: Deep Sky Blue. HEX triplet: 1D, CF and FF. RGB value is (29,207,255). Sum of RGB (Red+Green+Blue) = 29+207+255=491 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.91% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFFF is #E23000. Grayscale: #9E9E9E. Windows color (decimal): -14823425 or 16764701. OLE color: 16764701.
HSL color Cylindrical-coordinate representation of color #1DCFFF: hue angle of 192.74º 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 #1DCFFF is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 207 | 255 | - |
| CMYK | 0.89 | 0.19 | 0 | 0 |
| HSL | 192.74º | 1% | 0.56% | - |
| HSV(B) | 192.74º | 0.89% | 1% | - |
| XYZ | 40.87 | 52.11 | 102.51 | - |
| YUV | 159.25 | 182.03 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 255 | 0.89 | 0.19 | 0 | 0 | 192.74 | 1 | 0.56 |
| Hex | 1D | CF | FF | 59 | 13 | 0 | 0 | C1 | 64 | 38 |
| Octal | 35 | 317 | 377 | 131 | 23 | 0 | 0 | 301 | 144 | 70 |
| Binary | 11101 | 11001111 | 11111111 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #1DCFFF
Complementary color
Monochromatic Colors of #1DCFFF
Black with #1DCFFF
Text Example
Text Example
White with #1DCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFFF; }
p { color: rgb(29,207,255); }
H1.HeaderClassName
{
color: #1DCFFF;
}
.AnyTagClassName
{
color: #1DCFFF;
}
</style>
background-color css
<style>
a { background-color: #1DCFFF; }
a { background-color: rgb(29,207,255); }
div.DivClassName
{
background-color: #1DCFFF;
}
.BgClassName
{
background-color: #1DCFFF;
}
</style>
border-color css
<style>
span { border-color: #1DCFFF; }
span { border-color: rgb(29,207,255); }
td.TdClassName
{
border-color: #1DCFFF;
}
.TagClassName
{
border-color: #1DCFFF;
}
</style>