Shades of Deep Sky Blue #10C7FC
Tints of Deep Sky Blue #10C7FC
RGB
CMYK
RGB Variations
Color information
#10C7FC (or 0x10C7FC) is known color: Deep Sky Blue. HEX triplet: 10, C7 and FC. RGB value is (16,199,252). Sum of RGB (Red+Green+Blue) = 16+199+252=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #10C7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C7FC is #EF3803. Grayscale: #959595. Windows color (decimal): -15677444 or 16566032. OLE color: 16566032.
HSL color Cylindrical-coordinate representation of color #10C7FC: hue angle of 193.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C7FC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 199 | 252 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.01 |
| HSL | 193.47º | 0.98% | 0.53% | - |
| HSV(B) | 193.47º | 0.94% | 0.99% | - |
| XYZ | 38.21 | 47.99 | 99.34 | - |
| YUV | 150.33 | 185.37 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 252 | 0.94 | 0.21 | 0 | 0.01 | 193.47 | 0.98 | 0.53 |
| Hex | 10 | C7 | FC | 5E | 15 | 0 | 1 | C1 | 62 | 35 |
| Octal | 20 | 307 | 374 | 136 | 25 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10000 | 11000111 | 11111100 | 1011110 | 10101 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #10C7FC
Complementary color
Monochromatic Colors of #10C7FC
Black with #10C7FC
Text Example
Text Example
White with #10C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C7FC; }
p { color: rgb(16,199,252); }
H1.HeaderClassName
{
color: #10C7FC;
}
.AnyTagClassName
{
color: #10C7FC;
}
</style>
background-color css
<style>
a { background-color: #10C7FC; }
a { background-color: rgb(16,199,252); }
div.DivClassName
{
background-color: #10C7FC;
}
.BgClassName
{
background-color: #10C7FC;
}
</style>
border-color css
<style>
span { border-color: #10C7FC; }
span { border-color: rgb(16,199,252); }
td.TdClassName
{
border-color: #10C7FC;
}
.TagClassName
{
border-color: #10C7FC;
}
</style>