Shades of Deep Sky Blue #10C2EC
Tints of Deep Sky Blue #10C2EC
RGB
CMYK
RGB Variations
Color information
#10C2EC (or 0x10C2EC) is known color: Deep Sky Blue. HEX triplet: 10, C2 and EC. RGB value is (16,194,236). Sum of RGB (Red+Green+Blue) = 16+194+236=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #10C2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C2EC is #EF3D13. Grayscale: #919191. Windows color (decimal): -15678740 or 15516176. OLE color: 15516176.
HSL color Cylindrical-coordinate representation of color #10C2EC: hue angle of 191.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C2EC is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 194 | 236 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.07 |
| HSL | 191.45º | 0.87% | 0.49% | - |
| HSV(B) | 191.45º | 0.93% | 0.93% | - |
| XYZ | 34.65 | 44.75 | 86.17 | - |
| YUV | 145.57 | 179.03 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 236 | 0.93 | 0.18 | 0 | 0.07 | 191.45 | 0.87 | 0.49 |
| Hex | 10 | C2 | EC | 5D | 12 | 0 | 7 | BF | 57 | 31 |
| Octal | 20 | 302 | 354 | 135 | 22 | 0 | 7 | 277 | 127 | 61 |
| Binary | 10000 | 11000010 | 11101100 | 1011101 | 10010 | 0 | 111 | 10111111 | 1010111 | 110001 |
Color Harmonies of #10C2EC
Complementary color
Monochromatic Colors of #10C2EC
Black with #10C2EC
Text Example
Text Example
White with #10C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C2EC; }
p { color: rgb(16,194,236); }
H1.HeaderClassName
{
color: #10C2EC;
}
.AnyTagClassName
{
color: #10C2EC;
}
</style>
background-color css
<style>
a { background-color: #10C2EC; }
a { background-color: rgb(16,194,236); }
div.DivClassName
{
background-color: #10C2EC;
}
.BgClassName
{
background-color: #10C2EC;
}
</style>
border-color css
<style>
span { border-color: #10C2EC; }
span { border-color: rgb(16,194,236); }
td.TdClassName
{
border-color: #10C2EC;
}
.TagClassName
{
border-color: #10C2EC;
}
</style>