Shades of Deep Sky Blue #10BCFF
Tints of Deep Sky Blue #10BCFF
RGB
CMYK
RGB Variations
Color information
#10BCFF (or 0x10BCFF) is known color: Deep Sky Blue. HEX triplet: 10, BC and FF. RGB value is (16,188,255). Sum of RGB (Red+Green+Blue) = 16+188+255=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #10BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCFF is #EF4300. Grayscale: #8F8F8F. Windows color (decimal): -15680257 or 16759824. OLE color: 16759824.
HSL color Cylindrical-coordinate representation of color #10BCFF: hue angle of 196.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BCFF is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 188 | 255 | - |
| CMYK | 0.94 | 0.26 | 0 | 0 |
| HSL | 196.82º | 1% | 0.53% | - |
| HSV(B) | 196.82º | 0.94% | 1% | - |
| XYZ | 36.25 | 43.3 | 101.05 | - |
| YUV | 144.21 | 190.52 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 255 | 0.94 | 0.26 | 0 | 0 | 196.82 | 1 | 0.53 |
| Hex | 10 | BC | FF | 5E | 1A | 0 | 0 | C5 | 64 | 35 |
| Octal | 20 | 274 | 377 | 136 | 32 | 0 | 0 | 305 | 144 | 65 |
| Binary | 10000 | 10111100 | 11111111 | 1011110 | 11010 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #10BCFF
Complementary color
Monochromatic Colors of #10BCFF
Black with #10BCFF
Text Example
Text Example
White with #10BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCFF; }
p { color: rgb(16,188,255); }
H1.HeaderClassName
{
color: #10BCFF;
}
.AnyTagClassName
{
color: #10BCFF;
}
</style>
background-color css
<style>
a { background-color: #10BCFF; }
a { background-color: rgb(16,188,255); }
div.DivClassName
{
background-color: #10BCFF;
}
.BgClassName
{
background-color: #10BCFF;
}
</style>
border-color css
<style>
span { border-color: #10BCFF; }
span { border-color: rgb(16,188,255); }
td.TdClassName
{
border-color: #10BCFF;
}
.TagClassName
{
border-color: #10BCFF;
}
</style>