Shades of Deep Sky Blue #10C1ED
Tints of Deep Sky Blue #10C1ED
RGB
CMYK
RGB Variations
Color information
#10C1ED (or 0x10C1ED) is known color: Deep Sky Blue. HEX triplet: 10, C1 and ED. RGB value is (16,193,237). Sum of RGB (Red+Green+Blue) = 16+193+237=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #10C1ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C1ED is #EF3E12. Grayscale: #909090. Windows color (decimal): -15678995 or 15581456. OLE color: 15581456.
HSL color Cylindrical-coordinate representation of color #10C1ED: hue angle of 191.95º 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 #10C1ED is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 193 | 237 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.07 |
| HSL | 191.95º | 0.87% | 0.5% | - |
| HSV(B) | 191.95º | 0.93% | 0.93% | - |
| XYZ | 34.57 | 44.36 | 86.86 | - |
| YUV | 145.09 | 179.86 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 237 | 0.93 | 0.19 | 0 | 0.07 | 191.95 | 0.87 | 0.5 |
| Hex | 10 | C1 | ED | 5D | 13 | 0 | 7 | C0 | 57 | 32 |
| Octal | 20 | 301 | 355 | 135 | 23 | 0 | 7 | 300 | 127 | 62 |
| Binary | 10000 | 11000001 | 11101101 | 1011101 | 10011 | 0 | 111 | 11000000 | 1010111 | 110010 |
Color Harmonies of #10C1ED
Complementary color
Monochromatic Colors of #10C1ED
Black with #10C1ED
Text Example
Text Example
White with #10C1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C1ED; }
p { color: rgb(16,193,237); }
H1.HeaderClassName
{
color: #10C1ED;
}
.AnyTagClassName
{
color: #10C1ED;
}
</style>
background-color css
<style>
a { background-color: #10C1ED; }
a { background-color: rgb(16,193,237); }
div.DivClassName
{
background-color: #10C1ED;
}
.BgClassName
{
background-color: #10C1ED;
}
</style>
border-color css
<style>
span { border-color: #10C1ED; }
span { border-color: rgb(16,193,237); }
td.TdClassName
{
border-color: #10C1ED;
}
.TagClassName
{
border-color: #10C1ED;
}
</style>