Shades of Deep Sky Blue #10BFEF
Tints of Deep Sky Blue #10BFEF
RGB
CMYK
RGB Variations
Color information
#10BFEF (or 0x10BFEF) is known color: Deep Sky Blue. HEX triplet: 10, BF and EF. RGB value is (16,191,239). Sum of RGB (Red+Green+Blue) = 16+191+239=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #10BFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFEF is #EF4010. Grayscale: #8F8F8F. Windows color (decimal): -15679505 or 15712016. OLE color: 15712016.
HSL color Cylindrical-coordinate representation of color #10BFEF: hue angle of 192.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BFEF is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 191 | 239 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.06 |
| HSL | 192.91º | 0.87% | 0.5% | - |
| HSV(B) | 192.91º | 0.93% | 0.94% | - |
| XYZ | 34.42 | 43.6 | 88.26 | - |
| YUV | 144.15 | 181.52 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 239 | 0.93 | 0.20 | 0 | 0.06 | 192.91 | 0.87 | 0.5 |
| Hex | 10 | BF | EF | 5D | 14 | 0 | 6 | C1 | 57 | 32 |
| Octal | 20 | 277 | 357 | 135 | 24 | 0 | 6 | 301 | 127 | 62 |
| Binary | 10000 | 10111111 | 11101111 | 1011101 | 10100 | 0 | 110 | 11000001 | 1010111 | 110010 |
Color Harmonies of #10BFEF
Complementary color
Monochromatic Colors of #10BFEF
Black with #10BFEF
Text Example
Text Example
White with #10BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFEF; }
p { color: rgb(16,191,239); }
H1.HeaderClassName
{
color: #10BFEF;
}
.AnyTagClassName
{
color: #10BFEF;
}
</style>
background-color css
<style>
a { background-color: #10BFEF; }
a { background-color: rgb(16,191,239); }
div.DivClassName
{
background-color: #10BFEF;
}
.BgClassName
{
background-color: #10BFEF;
}
</style>
border-color css
<style>
span { border-color: #10BFEF; }
span { border-color: rgb(16,191,239); }
td.TdClassName
{
border-color: #10BFEF;
}
.TagClassName
{
border-color: #10BFEF;
}
</style>