Shades of Deep Sky Blue #1CC0FC
Tints of Deep Sky Blue #1CC0FC
RGB
CMYK
RGB Variations
Color information
#1CC0FC (or 0x1CC0FC) is known color: Deep Sky Blue. HEX triplet: 1C, C0 and FC. RGB value is (28,192,252). Sum of RGB (Red+Green+Blue) = 28+192+252=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CC0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC0FC is #E33F03. Grayscale: #959595. Windows color (decimal): -14892804 or 16564252. OLE color: 16564252.
HSL color Cylindrical-coordinate representation of color #1CC0FC: hue angle of 196.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CC0FC is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 192 | 252 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.01 |
| HSL | 196.07º | 0.97% | 0.55% | - |
| HSV(B) | 196.07º | 0.89% | 0.99% | - |
| XYZ | 36.9 | 44.97 | 98.83 | - |
| YUV | 149.8 | 185.67 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 252 | 0.89 | 0.24 | 0 | 0.01 | 196.07 | 0.97 | 0.55 |
| Hex | 1C | C0 | FC | 59 | 18 | 0 | 1 | C4 | 61 | 37 |
| Octal | 34 | 300 | 374 | 131 | 30 | 0 | 1 | 304 | 141 | 67 |
| Binary | 11100 | 11000000 | 11111100 | 1011001 | 11000 | 0 | 1 | 11000100 | 1100001 | 110111 |
Color Harmonies of #1CC0FC
Complementary color
Monochromatic Colors of #1CC0FC
Black with #1CC0FC
Text Example
Text Example
White with #1CC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC0FC; }
p { color: rgb(28,192,252); }
H1.HeaderClassName
{
color: #1CC0FC;
}
.AnyTagClassName
{
color: #1CC0FC;
}
</style>
background-color css
<style>
a { background-color: #1CC0FC; }
a { background-color: rgb(28,192,252); }
div.DivClassName
{
background-color: #1CC0FC;
}
.BgClassName
{
background-color: #1CC0FC;
}
</style>
border-color css
<style>
span { border-color: #1CC0FC; }
span { border-color: rgb(28,192,252); }
td.TdClassName
{
border-color: #1CC0FC;
}
.TagClassName
{
border-color: #1CC0FC;
}
</style>