Shades of Deep Sky Blue #10CCEC
Tints of Deep Sky Blue #10CCEC
RGB
CMYK
RGB Variations
Color information
#10CCEC (or 0x10CCEC) is known color: Deep Sky Blue. HEX triplet: 10, CC and EC. RGB value is (16,204,236). Sum of RGB (Red+Green+Blue) = 16+204+236=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #10CCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CCEC is #EF3313. Grayscale: #979797. Windows color (decimal): -15676180 or 15518736. OLE color: 15518736.
HSL color Cylindrical-coordinate representation of color #10CCEC: hue angle of 188.73º 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 #10CCEC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 204 | 236 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.07 |
| HSL | 188.73º | 0.87% | 0.49% | - |
| HSV(B) | 188.73º | 0.93% | 0.93% | - |
| XYZ | 36.95 | 49.35 | 86.94 | - |
| YUV | 151.44 | 175.72 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 236 | 0.93 | 0.14 | 0 | 0.07 | 188.73 | 0.87 | 0.49 |
| Hex | 10 | CC | EC | 5D | E | 0 | 7 | BD | 57 | 31 |
| Octal | 20 | 314 | 354 | 135 | 16 | 0 | 7 | 275 | 127 | 61 |
| Binary | 10000 | 11001100 | 11101100 | 1011101 | 1110 | 0 | 111 | 10111101 | 1010111 | 110001 |
Color Harmonies of #10CCEC
Complementary color
Monochromatic Colors of #10CCEC
Black with #10CCEC
Text Example
Text Example
White with #10CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCEC; }
p { color: rgb(16,204,236); }
H1.HeaderClassName
{
color: #10CCEC;
}
.AnyTagClassName
{
color: #10CCEC;
}
</style>
background-color css
<style>
a { background-color: #10CCEC; }
a { background-color: rgb(16,204,236); }
div.DivClassName
{
background-color: #10CCEC;
}
.BgClassName
{
background-color: #10CCEC;
}
</style>
border-color css
<style>
span { border-color: #10CCEC; }
span { border-color: rgb(16,204,236); }
td.TdClassName
{
border-color: #10CCEC;
}
.TagClassName
{
border-color: #10CCEC;
}
</style>