Shades of Deep Sky Blue #1CC7EC
Tints of Deep Sky Blue #1CC7EC
RGB
CMYK
RGB Variations
Color information
#1CC7EC (or 0x1CC7EC) is known color: Deep Sky Blue. HEX triplet: 1C, C7 and EC. RGB value is (28,199,236). Sum of RGB (Red+Green+Blue) = 28+199+236=463 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.05% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CC7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC7EC is #E33813. Grayscale: #979797. Windows color (decimal): -14891028 or 15517468. OLE color: 15517468.
HSL color Cylindrical-coordinate representation of color #1CC7EC: hue angle of 190.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC7EC is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 199 | 236 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.07 |
| HSL | 190.67º | 0.85% | 0.52% | - |
| HSV(B) | 190.67º | 0.88% | 0.93% | - |
| XYZ | 36.04 | 47.15 | 86.56 | - |
| YUV | 152.09 | 175.35 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 199 | 236 | 0.88 | 0.16 | 0 | 0.07 | 190.67 | 0.85 | 0.52 |
| Hex | 1C | C7 | EC | 58 | 10 | 0 | 7 | BF | 55 | 34 |
| Octal | 34 | 307 | 354 | 130 | 20 | 0 | 7 | 277 | 125 | 64 |
| Binary | 11100 | 11000111 | 11101100 | 1011000 | 10000 | 0 | 111 | 10111111 | 1010101 | 110100 |
Color Harmonies of #1CC7EC
Complementary color
Monochromatic Colors of #1CC7EC
Black with #1CC7EC
Text Example
Text Example
White with #1CC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC7EC; }
p { color: rgb(28,199,236); }
H1.HeaderClassName
{
color: #1CC7EC;
}
.AnyTagClassName
{
color: #1CC7EC;
}
</style>
background-color css
<style>
a { background-color: #1CC7EC; }
a { background-color: rgb(28,199,236); }
div.DivClassName
{
background-color: #1CC7EC;
}
.BgClassName
{
background-color: #1CC7EC;
}
</style>
border-color css
<style>
span { border-color: #1CC7EC; }
span { border-color: rgb(28,199,236); }
td.TdClassName
{
border-color: #1CC7EC;
}
.TagClassName
{
border-color: #1CC7EC;
}
</style>