Shades of Deep Sky Blue #10BCFB
Tints of Deep Sky Blue #10BCFB
RGB
CMYK
RGB Variations
Color information
#10BCFB (or 0x10BCFB) is known color: Deep Sky Blue. HEX triplet: 10, BC and FB. RGB value is (16,188,251). Sum of RGB (Red+Green+Blue) = 16+188+251=455 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #10BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BCFB is #EF4304. Grayscale: #8F8F8F. Windows color (decimal): -15680261 or 16497680. OLE color: 16497680.
HSL color Cylindrical-coordinate representation of color #10BCFB: hue angle of 196.09º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BCFB is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 188 | 251 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.02 |
| HSL | 196.09º | 0.97% | 0.52% | - |
| HSV(B) | 196.09º | 0.94% | 0.98% | - |
| XYZ | 35.61 | 43.04 | 97.7 | - |
| YUV | 143.75 | 188.52 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 251 | 0.94 | 0.25 | 0 | 0.02 | 196.09 | 0.97 | 0.52 |
| Hex | 10 | BC | FB | 5E | 19 | 0 | 2 | C4 | 61 | 34 |
| Octal | 20 | 274 | 373 | 136 | 31 | 0 | 2 | 304 | 141 | 64 |
| Binary | 10000 | 10111100 | 11111011 | 1011110 | 11001 | 0 | 10 | 11000100 | 1100001 | 110100 |
Color Harmonies of #10BCFB
Complementary color
Monochromatic Colors of #10BCFB
Black with #10BCFB
Text Example
Text Example
White with #10BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCFB; }
p { color: rgb(16,188,251); }
H1.HeaderClassName
{
color: #10BCFB;
}
.AnyTagClassName
{
color: #10BCFB;
}
</style>
background-color css
<style>
a { background-color: #10BCFB; }
a { background-color: rgb(16,188,251); }
div.DivClassName
{
background-color: #10BCFB;
}
.BgClassName
{
background-color: #10BCFB;
}
</style>
border-color css
<style>
span { border-color: #10BCFB; }
span { border-color: rgb(16,188,251); }
td.TdClassName
{
border-color: #10BCFB;
}
.TagClassName
{
border-color: #10BCFB;
}
</style>