Shades of Deep Sky Blue #10CEED
Tints of Deep Sky Blue #10CEED
RGB
CMYK
RGB Variations
Color information
#10CEED (or 0x10CEED) is known color: Deep Sky Blue. HEX triplet: 10, CE and ED. RGB value is (16,206,237). Sum of RGB (Red+Green+Blue) = 16+206+237=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #10CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEED is #EF3112. Grayscale: #989898. Windows color (decimal): -15675667 or 15584784. OLE color: 15584784.
HSL color Cylindrical-coordinate representation of color #10CEED: hue angle of 188.42º 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 #10CEED is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 206 | 237 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.07 |
| HSL | 188.42º | 0.87% | 0.5% | - |
| HSV(B) | 188.42º | 0.93% | 0.93% | - |
| XYZ | 37.57 | 50.37 | 87.86 | - |
| YUV | 152.72 | 175.55 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 237 | 0.93 | 0.13 | 0 | 0.07 | 188.42 | 0.87 | 0.5 |
| Hex | 10 | CE | ED | 5D | D | 0 | 7 | BC | 57 | 32 |
| Octal | 20 | 316 | 355 | 135 | 15 | 0 | 7 | 274 | 127 | 62 |
| Binary | 10000 | 11001110 | 11101101 | 1011101 | 1101 | 0 | 111 | 10111100 | 1010111 | 110010 |
Color Harmonies of #10CEED
Complementary color
Monochromatic Colors of #10CEED
Black with #10CEED
Text Example
Text Example
White with #10CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEED; }
p { color: rgb(16,206,237); }
H1.HeaderClassName
{
color: #10CEED;
}
.AnyTagClassName
{
color: #10CEED;
}
</style>
background-color css
<style>
a { background-color: #10CEED; }
a { background-color: rgb(16,206,237); }
div.DivClassName
{
background-color: #10CEED;
}
.BgClassName
{
background-color: #10CEED;
}
</style>
border-color css
<style>
span { border-color: #10CEED; }
span { border-color: rgb(16,206,237); }
td.TdClassName
{
border-color: #10CEED;
}
.TagClassName
{
border-color: #10CEED;
}
</style>