Shades of Deep Sky Blue #10BCEB
Tints of Deep Sky Blue #10BCEB
RGB
CMYK
RGB Variations
Color information
#10BCEB (or 0x10BCEB) is known color: Deep Sky Blue. HEX triplet: 10, BC and EB. RGB value is (16,188,235). Sum of RGB (Red+Green+Blue) = 16+188+235=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #10BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCEB is #EF4314. Grayscale: #8D8D8D. Windows color (decimal): -15680277 or 15449104. OLE color: 15449104.
HSL color Cylindrical-coordinate representation of color #10BCEB: hue angle of 192.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCEB is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 188 | 235 | - |
| CMYK | 0.93 | 0.2 | 0 | 0.08 |
| HSL | 192.88º | 0.87% | 0.49% | - |
| HSV(B) | 192.88º | 0.93% | 0.92% | - |
| XYZ | 33.19 | 42.07 | 84.97 | - |
| YUV | 141.93 | 180.52 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 235 | 0.93 | 0.2 | 0 | 0.08 | 192.88 | 0.87 | 0.49 |
| Hex | 10 | BC | EB | 5D | 14 | 0 | 8 | C1 | 57 | 31 |
| Octal | 20 | 274 | 353 | 135 | 24 | 0 | 10 | 301 | 127 | 61 |
| Binary | 10000 | 10111100 | 11101011 | 1011101 | 10100 | 0 | 1000 | 11000001 | 1010111 | 110001 |
Color Harmonies of #10BCEB
Complementary color
Monochromatic Colors of #10BCEB
Black with #10BCEB
Text Example
Text Example
White with #10BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCEB; }
p { color: rgb(16,188,235); }
H1.HeaderClassName
{
color: #10BCEB;
}
.AnyTagClassName
{
color: #10BCEB;
}
</style>
background-color css
<style>
a { background-color: #10BCEB; }
a { background-color: rgb(16,188,235); }
div.DivClassName
{
background-color: #10BCEB;
}
.BgClassName
{
background-color: #10BCEB;
}
</style>
border-color css
<style>
span { border-color: #10BCEB; }
span { border-color: rgb(16,188,235); }
td.TdClassName
{
border-color: #10BCEB;
}
.TagClassName
{
border-color: #10BCEB;
}
</style>