Shades of Deep Sky Blue #10BFEC
Tints of Deep Sky Blue #10BFEC
RGB
CMYK
RGB Variations
Color information
#10BFEC (or 0x10BFEC) is known color: Deep Sky Blue. HEX triplet: 10, BF and EC. RGB value is (16,191,236). Sum of RGB (Red+Green+Blue) = 16+191+236=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #10BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFEC is #EF4013. Grayscale: #8F8F8F. Windows color (decimal): -15679508 or 15515408. OLE color: 15515408.
HSL color Cylindrical-coordinate representation of color #10BFEC: hue angle of 192.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BFEC is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 191 | 236 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.07 |
| HSL | 192.27º | 0.87% | 0.49% | - |
| HSV(B) | 192.27º | 0.93% | 0.93% | - |
| XYZ | 33.98 | 43.43 | 85.95 | - |
| YUV | 143.81 | 180.02 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 236 | 0.93 | 0.19 | 0 | 0.07 | 192.27 | 0.87 | 0.49 |
| Hex | 10 | BF | EC | 5D | 13 | 0 | 7 | C0 | 57 | 31 |
| Octal | 20 | 277 | 354 | 135 | 23 | 0 | 7 | 300 | 127 | 61 |
| Binary | 10000 | 10111111 | 11101100 | 1011101 | 10011 | 0 | 111 | 11000000 | 1010111 | 110001 |
Color Harmonies of #10BFEC
Complementary color
Monochromatic Colors of #10BFEC
Black with #10BFEC
Text Example
Text Example
White with #10BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFEC; }
p { color: rgb(16,191,236); }
H1.HeaderClassName
{
color: #10BFEC;
}
.AnyTagClassName
{
color: #10BFEC;
}
</style>
background-color css
<style>
a { background-color: #10BFEC; }
a { background-color: rgb(16,191,236); }
div.DivClassName
{
background-color: #10BFEC;
}
.BgClassName
{
background-color: #10BFEC;
}
</style>
border-color css
<style>
span { border-color: #10BFEC; }
span { border-color: rgb(16,191,236); }
td.TdClassName
{
border-color: #10BFEC;
}
.TagClassName
{
border-color: #10BFEC;
}
</style>