Shades of Deep Sky Blue #10C0F3
Tints of Deep Sky Blue #10C0F3
RGB
CMYK
RGB Variations
Color information
#10C0F3 (or 0x10C0F3) is known color: Deep Sky Blue. HEX triplet: 10, C0 and F3. RGB value is (16,192,243). Sum of RGB (Red+Green+Blue) = 16+192+243=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #10C0F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C0F3 is #EF3F0C. Grayscale: #909090. Windows color (decimal): -15679245 or 15974416. OLE color: 15974416.
HSL color Cylindrical-coordinate representation of color #10C0F3: hue angle of 193.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C0F3 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 192 | 243 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.05 |
| HSL | 193.48º | 0.9% | 0.51% | - |
| HSV(B) | 193.48º | 0.93% | 0.95% | - |
| XYZ | 35.24 | 44.28 | 91.48 | - |
| YUV | 145.19 | 183.19 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 243 | 0.93 | 0.21 | 0 | 0.05 | 193.48 | 0.9 | 0.51 |
| Hex | 10 | C0 | F3 | 5D | 15 | 0 | 5 | C1 | 5A | 33 |
| Octal | 20 | 300 | 363 | 135 | 25 | 0 | 5 | 301 | 132 | 63 |
| Binary | 10000 | 11000000 | 11110011 | 1011101 | 10101 | 0 | 101 | 11000001 | 1011010 | 110011 |
Color Harmonies of #10C0F3
Complementary color
Monochromatic Colors of #10C0F3
Black with #10C0F3
Text Example
Text Example
White with #10C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0F3; }
p { color: rgb(16,192,243); }
H1.HeaderClassName
{
color: #10C0F3;
}
.AnyTagClassName
{
color: #10C0F3;
}
</style>
background-color css
<style>
a { background-color: #10C0F3; }
a { background-color: rgb(16,192,243); }
div.DivClassName
{
background-color: #10C0F3;
}
.BgClassName
{
background-color: #10C0F3;
}
</style>
border-color css
<style>
span { border-color: #10C0F3; }
span { border-color: rgb(16,192,243); }
td.TdClassName
{
border-color: #10C0F3;
}
.TagClassName
{
border-color: #10C0F3;
}
</style>