Shades of Deep Sky Blue #10BFEB
Tints of Deep Sky Blue #10BFEB
RGB
CMYK
RGB Variations
Color information
#10BFEB (or 0x10BFEB) is known color: Deep Sky Blue. HEX triplet: 10, BF and EB. RGB value is (16,191,235). Sum of RGB (Red+Green+Blue) = 16+191+235=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #10BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFEB is #EF4014. Grayscale: #8F8F8F. Windows color (decimal): -15679509 or 15449872. OLE color: 15449872.
HSL color Cylindrical-coordinate representation of color #10BFEB: hue angle of 192.05º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BFEB is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 191 | 235 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.08 |
| HSL | 192.05º | 0.87% | 0.49% | - |
| HSV(B) | 192.05º | 0.93% | 0.92% | - |
| XYZ | 33.84 | 43.37 | 85.18 | - |
| YUV | 143.69 | 179.52 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 235 | 0.93 | 0.19 | 0 | 0.08 | 192.05 | 0.87 | 0.49 |
| Hex | 10 | BF | EB | 5D | 13 | 0 | 8 | C0 | 57 | 31 |
| Octal | 20 | 277 | 353 | 135 | 23 | 0 | 10 | 300 | 127 | 61 |
| Binary | 10000 | 10111111 | 11101011 | 1011101 | 10011 | 0 | 1000 | 11000000 | 1010111 | 110001 |
Color Harmonies of #10BFEB
Complementary color
Monochromatic Colors of #10BFEB
Black with #10BFEB
Text Example
Text Example
White with #10BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFEB; }
p { color: rgb(16,191,235); }
H1.HeaderClassName
{
color: #10BFEB;
}
.AnyTagClassName
{
color: #10BFEB;
}
</style>
background-color css
<style>
a { background-color: #10BFEB; }
a { background-color: rgb(16,191,235); }
div.DivClassName
{
background-color: #10BFEB;
}
.BgClassName
{
background-color: #10BFEB;
}
</style>
border-color css
<style>
span { border-color: #10BFEB; }
span { border-color: rgb(16,191,235); }
td.TdClassName
{
border-color: #10BFEB;
}
.TagClassName
{
border-color: #10BFEB;
}
</style>