Shades of Deep Sky Blue #10BFEA
Tints of Deep Sky Blue #10BFEA
RGB
CMYK
RGB Variations
Color information
#10BFEA (or 0x10BFEA) is known color: Deep Sky Blue. HEX triplet: 10, BF and EA. RGB value is (16,191,234). Sum of RGB (Red+Green+Blue) = 16+191+234=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #10BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFEA is #EF4015. Grayscale: #8F8F8F. Windows color (decimal): -15679510 or 15384336. OLE color: 15384336.
HSL color Cylindrical-coordinate representation of color #10BFEA: hue angle of 191.83º 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 #10BFEA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 191 | 234 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.08 |
| HSL | 191.83º | 0.87% | 0.49% | - |
| HSV(B) | 191.83º | 0.93% | 0.92% | - |
| XYZ | 33.7 | 43.31 | 84.43 | - |
| YUV | 143.58 | 179.02 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 234 | 0.93 | 0.18 | 0 | 0.08 | 191.83 | 0.87 | 0.49 |
| Hex | 10 | BF | EA | 5D | 12 | 0 | 8 | C0 | 57 | 31 |
| Octal | 20 | 277 | 352 | 135 | 22 | 0 | 10 | 300 | 127 | 61 |
| Binary | 10000 | 10111111 | 11101010 | 1011101 | 10010 | 0 | 1000 | 11000000 | 1010111 | 110001 |
Color Harmonies of #10BFEA
Complementary color
Monochromatic Colors of #10BFEA
Black with #10BFEA
Text Example
Text Example
White with #10BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFEA; }
p { color: rgb(16,191,234); }
H1.HeaderClassName
{
color: #10BFEA;
}
.AnyTagClassName
{
color: #10BFEA;
}
</style>
background-color css
<style>
a { background-color: #10BFEA; }
a { background-color: rgb(16,191,234); }
div.DivClassName
{
background-color: #10BFEA;
}
.BgClassName
{
background-color: #10BFEA;
}
</style>
border-color css
<style>
span { border-color: #10BFEA; }
span { border-color: rgb(16,191,234); }
td.TdClassName
{
border-color: #10BFEA;
}
.TagClassName
{
border-color: #10BFEA;
}
</style>