Shades of Deep Sky Blue #10C4ED
Tints of Deep Sky Blue #10C4ED
RGB
CMYK
RGB Variations
Color information
#10C4ED (or 0x10C4ED) is known color: Deep Sky Blue. HEX triplet: 10, C4 and ED. RGB value is (16,196,237). Sum of RGB (Red+Green+Blue) = 16+196+237=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #10C4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C4ED is #EF3B12. Grayscale: #929292. Windows color (decimal): -15678227 or 15582224. OLE color: 15582224.
HSL color Cylindrical-coordinate representation of color #10C4ED: hue angle of 191.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C4ED is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 196 | 237 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.07 |
| HSL | 191.13º | 0.87% | 0.5% | - |
| HSV(B) | 191.13º | 0.93% | 0.93% | - |
| XYZ | 35.24 | 45.7 | 87.09 | - |
| YUV | 146.85 | 178.87 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 237 | 0.93 | 0.17 | 0 | 0.07 | 191.13 | 0.87 | 0.5 |
| Hex | 10 | C4 | ED | 5D | 11 | 0 | 7 | BF | 57 | 32 |
| Octal | 20 | 304 | 355 | 135 | 21 | 0 | 7 | 277 | 127 | 62 |
| Binary | 10000 | 11000100 | 11101101 | 1011101 | 10001 | 0 | 111 | 10111111 | 1010111 | 110010 |
Color Harmonies of #10C4ED
Complementary color
Monochromatic Colors of #10C4ED
Black with #10C4ED
Text Example
Text Example
White with #10C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C4ED; }
p { color: rgb(16,196,237); }
H1.HeaderClassName
{
color: #10C4ED;
}
.AnyTagClassName
{
color: #10C4ED;
}
</style>
background-color css
<style>
a { background-color: #10C4ED; }
a { background-color: rgb(16,196,237); }
div.DivClassName
{
background-color: #10C4ED;
}
.BgClassName
{
background-color: #10C4ED;
}
</style>
border-color css
<style>
span { border-color: #10C4ED; }
span { border-color: rgb(16,196,237); }
td.TdClassName
{
border-color: #10C4ED;
}
.TagClassName
{
border-color: #10C4ED;
}
</style>