Shades of Deep Sky Blue #10C0FF
Tints of Deep Sky Blue #10C0FF
RGB
CMYK
RGB Variations
Color information
#10C0FF (or 0x10C0FF) is known color: Deep Sky Blue. HEX triplet: 10, C0 and FF. RGB value is (16,192,255). Sum of RGB (Red+Green+Blue) = 16+192+255=463 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #10C0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0FF is #EF3F00. Grayscale: #929292. Windows color (decimal): -15679233 or 16760848. OLE color: 16760848.
HSL color Cylindrical-coordinate representation of color #10C0FF: hue angle of 195.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C0FF is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 192 | 255 | - |
| CMYK | 0.94 | 0.25 | 0 | 0 |
| HSL | 195.82º | 1% | 0.53% | - |
| HSV(B) | 195.82º | 0.94% | 1% | - |
| XYZ | 37.11 | 45.03 | 101.34 | - |
| YUV | 146.56 | 189.19 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 255 | 0.94 | 0.25 | 0 | 0 | 195.82 | 1 | 0.53 |
| Hex | 10 | C0 | FF | 5E | 19 | 0 | 0 | C4 | 64 | 35 |
| Octal | 20 | 300 | 377 | 136 | 31 | 0 | 0 | 304 | 144 | 65 |
| Binary | 10000 | 11000000 | 11111111 | 1011110 | 11001 | 0 | 0 | 11000100 | 1100100 | 110101 |
Color Harmonies of #10C0FF
Complementary color
Monochromatic Colors of #10C0FF
Black with #10C0FF
Text Example
Text Example
White with #10C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0FF; }
p { color: rgb(16,192,255); }
H1.HeaderClassName
{
color: #10C0FF;
}
.AnyTagClassName
{
color: #10C0FF;
}
</style>
background-color css
<style>
a { background-color: #10C0FF; }
a { background-color: rgb(16,192,255); }
div.DivClassName
{
background-color: #10C0FF;
}
.BgClassName
{
background-color: #10C0FF;
}
</style>
border-color css
<style>
span { border-color: #10C0FF; }
span { border-color: rgb(16,192,255); }
td.TdClassName
{
border-color: #10C0FF;
}
.TagClassName
{
border-color: #10C0FF;
}
</style>