Shades of Deep Sky Blue #10C1EE
Tints of Deep Sky Blue #10C1EE
RGB
CMYK
RGB Variations
Color information
#10C1EE (or 0x10C1EE) is known color: Deep Sky Blue. HEX triplet: 10, C1 and EE. RGB value is (16,193,238). Sum of RGB (Red+Green+Blue) = 16+193+238=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #10C1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C1EE is #EF3E11. Grayscale: #909090. Windows color (decimal): -15678994 or 15646992. OLE color: 15646992.
HSL color Cylindrical-coordinate representation of color #10C1EE: hue angle of 192.16º 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 #10C1EE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 193 | 238 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.07 |
| HSL | 192.16º | 0.87% | 0.5% | - |
| HSV(B) | 192.16º | 0.93% | 0.93% | - |
| XYZ | 34.72 | 44.42 | 87.63 | - |
| YUV | 145.21 | 180.36 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 238 | 0.93 | 0.19 | 0 | 0.07 | 192.16 | 0.87 | 0.5 |
| Hex | 10 | C1 | EE | 5D | 13 | 0 | 7 | C0 | 57 | 32 |
| Octal | 20 | 301 | 356 | 135 | 23 | 0 | 7 | 300 | 127 | 62 |
| Binary | 10000 | 11000001 | 11101110 | 1011101 | 10011 | 0 | 111 | 11000000 | 1010111 | 110010 |
Color Harmonies of #10C1EE
Complementary color
Monochromatic Colors of #10C1EE
Black with #10C1EE
Text Example
Text Example
White with #10C1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C1EE; }
p { color: rgb(16,193,238); }
H1.HeaderClassName
{
color: #10C1EE;
}
.AnyTagClassName
{
color: #10C1EE;
}
</style>
background-color css
<style>
a { background-color: #10C1EE; }
a { background-color: rgb(16,193,238); }
div.DivClassName
{
background-color: #10C1EE;
}
.BgClassName
{
background-color: #10C1EE;
}
</style>
border-color css
<style>
span { border-color: #10C1EE; }
span { border-color: rgb(16,193,238); }
td.TdClassName
{
border-color: #10C1EE;
}
.TagClassName
{
border-color: #10C1EE;
}
</style>