Shades of Deep Sky Blue #10BCE6
Tints of Deep Sky Blue #10BCE6
RGB
CMYK
RGB Variations
Color information
#10BCE6 (or 0x10BCE6) is known color: Deep Sky Blue. HEX triplet: 10, BC and E6. RGB value is (16,188,230). Sum of RGB (Red+Green+Blue) = 16+188+230=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #10BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCE6 is #EF4319. Grayscale: #8D8D8D. Windows color (decimal): -15680282 or 15121424. OLE color: 15121424.
HSL color Cylindrical-coordinate representation of color #10BCE6: hue angle of 191.78º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCE6 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 188 | 230 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.10 |
| HSL | 191.78º | 0.87% | 0.48% | - |
| HSV(B) | 191.78º | 0.93% | 0.9% | - |
| XYZ | 32.48 | 41.79 | 81.22 | - |
| YUV | 141.36 | 178.02 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 230 | 0.93 | 0.18 | 0 | 0.10 | 191.78 | 0.87 | 0.48 |
| Hex | 10 | BC | E6 | 5D | 12 | 0 | A | C0 | 57 | 30 |
| Octal | 20 | 274 | 346 | 135 | 22 | 0 | 12 | 300 | 127 | 60 |
| Binary | 10000 | 10111100 | 11100110 | 1011101 | 10010 | 0 | 1010 | 11000000 | 1010111 | 110000 |
Color Harmonies of #10BCE6
Complementary color
Monochromatic Colors of #10BCE6
Black with #10BCE6
Text Example
Text Example
White with #10BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCE6; }
p { color: rgb(16,188,230); }
H1.HeaderClassName
{
color: #10BCE6;
}
.AnyTagClassName
{
color: #10BCE6;
}
</style>
background-color css
<style>
a { background-color: #10BCE6; }
a { background-color: rgb(16,188,230); }
div.DivClassName
{
background-color: #10BCE6;
}
.BgClassName
{
background-color: #10BCE6;
}
</style>
border-color css
<style>
span { border-color: #10BCE6; }
span { border-color: rgb(16,188,230); }
td.TdClassName
{
border-color: #10BCE6;
}
.TagClassName
{
border-color: #10BCE6;
}
</style>