Shades of Deep Sky Blue #10BCFE
Tints of Deep Sky Blue #10BCFE
RGB
CMYK
RGB Variations
Color information
#10BCFE (or 0x10BCFE) is known color: Deep Sky Blue. HEX triplet: 10, BC and FE. RGB value is (16,188,254). Sum of RGB (Red+Green+Blue) = 16+188+254=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #10BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCFE is #EF4301. Grayscale: #8F8F8F. Windows color (decimal): -15680258 or 16694288. OLE color: 16694288.
HSL color Cylindrical-coordinate representation of color #10BCFE: hue angle of 196.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BCFE is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 188 | 254 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.00 |
| HSL | 196.64º | 0.99% | 0.53% | - |
| HSV(B) | 196.64º | 0.94% | 1% | - |
| XYZ | 36.09 | 43.23 | 100.21 | - |
| YUV | 144.1 | 190.02 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 254 | 0.94 | 0.26 | 0 | 0.00 | 196.64 | 0.99 | 0.53 |
| Hex | 10 | BC | FE | 5E | 1A | 0 | 0 | C5 | 63 | 35 |
| Octal | 20 | 274 | 376 | 136 | 32 | 0 | 0 | 305 | 143 | 65 |
| Binary | 10000 | 10111100 | 11111110 | 1011110 | 11010 | 0 | 0 | 11000101 | 1100011 | 110101 |
Color Harmonies of #10BCFE
Complementary color
Monochromatic Colors of #10BCFE
Black with #10BCFE
Text Example
Text Example
White with #10BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCFE; }
p { color: rgb(16,188,254); }
H1.HeaderClassName
{
color: #10BCFE;
}
.AnyTagClassName
{
color: #10BCFE;
}
</style>
background-color css
<style>
a { background-color: #10BCFE; }
a { background-color: rgb(16,188,254); }
div.DivClassName
{
background-color: #10BCFE;
}
.BgClassName
{
background-color: #10BCFE;
}
</style>
border-color css
<style>
span { border-color: #10BCFE; }
span { border-color: rgb(16,188,254); }
td.TdClassName
{
border-color: #10BCFE;
}
.TagClassName
{
border-color: #10BCFE;
}
</style>