Shades of Deep Sky Blue #1DC2FE
Tints of Deep Sky Blue #1DC2FE
RGB
CMYK
RGB Variations
Color information
#1DC2FE (or 0x1DC2FE) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and FE. RGB value is (29,194,254). Sum of RGB (Red+Green+Blue) = 29+194+254=477 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.08% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DC2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2FE is #E23D01. Grayscale: #979797. Windows color (decimal): -14826754 or 16695837. OLE color: 16695837.
HSL color Cylindrical-coordinate representation of color #1DC2FE: hue angle of 196º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DC2FE is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 194 | 254 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.00 |
| HSL | 196º | 0.99% | 0.55% | - |
| HSV(B) | 196º | 0.89% | 1% | - |
| XYZ | 37.69 | 46 | 100.66 | - |
| YUV | 151.51 | 185.84 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 254 | 0.89 | 0.24 | 0 | 0.00 | 196 | 0.99 | 0.55 |
| Hex | 1D | C2 | FE | 59 | 18 | 0 | 0 | C4 | 63 | 37 |
| Octal | 35 | 302 | 376 | 131 | 30 | 0 | 0 | 304 | 143 | 67 |
| Binary | 11101 | 11000010 | 11111110 | 1011001 | 11000 | 0 | 0 | 11000100 | 1100011 | 110111 |
Color Harmonies of #1DC2FE
Complementary color
Monochromatic Colors of #1DC2FE
Black with #1DC2FE
Text Example
Text Example
White with #1DC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2FE; }
p { color: rgb(29,194,254); }
H1.HeaderClassName
{
color: #1DC2FE;
}
.AnyTagClassName
{
color: #1DC2FE;
}
</style>
background-color css
<style>
a { background-color: #1DC2FE; }
a { background-color: rgb(29,194,254); }
div.DivClassName
{
background-color: #1DC2FE;
}
.BgClassName
{
background-color: #1DC2FE;
}
</style>
border-color css
<style>
span { border-color: #1DC2FE; }
span { border-color: rgb(29,194,254); }
td.TdClassName
{
border-color: #1DC2FE;
}
.TagClassName
{
border-color: #1DC2FE;
}
</style>