Shades of Deep Sky Blue #10BCF6
Tints of Deep Sky Blue #10BCF6
RGB
CMYK
RGB Variations
Color information
#10BCF6 (or 0x10BCF6) is known color: Deep Sky Blue. HEX triplet: 10, BC and F6. RGB value is (16,188,246). Sum of RGB (Red+Green+Blue) = 16+188+246=450 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #10BCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCF6 is #EF4309. Grayscale: #8E8E8E. Windows color (decimal): -15680266 or 16170000. OLE color: 16170000.
HSL color Cylindrical-coordinate representation of color #10BCF6: hue angle of 195.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCF6 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 188 | 246 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.04 |
| HSL | 195.13º | 0.93% | 0.51% | - |
| HSV(B) | 195.13º | 0.93% | 0.96% | - |
| XYZ | 34.83 | 42.73 | 93.6 | - |
| YUV | 143.18 | 186.02 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 246 | 0.93 | 0.24 | 0 | 0.04 | 195.13 | 0.93 | 0.51 |
| Hex | 10 | BC | F6 | 5D | 18 | 0 | 4 | C3 | 5D | 33 |
| Octal | 20 | 274 | 366 | 135 | 30 | 0 | 4 | 303 | 135 | 63 |
| Binary | 10000 | 10111100 | 11110110 | 1011101 | 11000 | 0 | 100 | 11000011 | 1011101 | 110011 |
Color Harmonies of #10BCF6
Complementary color
Monochromatic Colors of #10BCF6
Black with #10BCF6
Text Example
Text Example
White with #10BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCF6; }
p { color: rgb(16,188,246); }
H1.HeaderClassName
{
color: #10BCF6;
}
.AnyTagClassName
{
color: #10BCF6;
}
</style>
background-color css
<style>
a { background-color: #10BCF6; }
a { background-color: rgb(16,188,246); }
div.DivClassName
{
background-color: #10BCF6;
}
.BgClassName
{
background-color: #10BCF6;
}
</style>
border-color css
<style>
span { border-color: #10BCF6; }
span { border-color: rgb(16,188,246); }
td.TdClassName
{
border-color: #10BCF6;
}
.TagClassName
{
border-color: #10BCF6;
}
</style>