Shades of Deep Sky Blue #10B7EA
Tints of Deep Sky Blue #10B7EA
RGB
CMYK
RGB Variations
Color information
#10B7EA (or 0x10B7EA) is known color: Deep Sky Blue. HEX triplet: 10, B7 and EA. RGB value is (16,183,234). Sum of RGB (Red+Green+Blue) = 16+183+234=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #10B7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B7EA is #EF4815. Grayscale: #8A8A8A. Windows color (decimal): -15681558 or 15382288. OLE color: 15382288.
HSL color Cylindrical-coordinate representation of color #10B7EA: hue angle of 194.04º 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 #10B7EA is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 183 | 234 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.08 |
| HSL | 194.04º | 0.87% | 0.49% | - |
| HSV(B) | 194.04º | 0.93% | 0.92% | - |
| XYZ | 32 | 39.92 | 83.86 | - |
| YUV | 138.88 | 181.67 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 234 | 0.93 | 0.22 | 0 | 0.08 | 194.04 | 0.87 | 0.49 |
| Hex | 10 | B7 | EA | 5D | 16 | 0 | 8 | C2 | 57 | 31 |
| Octal | 20 | 267 | 352 | 135 | 26 | 0 | 10 | 302 | 127 | 61 |
| Binary | 10000 | 10110111 | 11101010 | 1011101 | 10110 | 0 | 1000 | 11000010 | 1010111 | 110001 |
Color Harmonies of #10B7EA
Complementary color
Monochromatic Colors of #10B7EA
Black with #10B7EA
Text Example
Text Example
White with #10B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B7EA; }
p { color: rgb(16,183,234); }
H1.HeaderClassName
{
color: #10B7EA;
}
.AnyTagClassName
{
color: #10B7EA;
}
</style>
background-color css
<style>
a { background-color: #10B7EA; }
a { background-color: rgb(16,183,234); }
div.DivClassName
{
background-color: #10B7EA;
}
.BgClassName
{
background-color: #10B7EA;
}
</style>
border-color css
<style>
span { border-color: #10B7EA; }
span { border-color: rgb(16,183,234); }
td.TdClassName
{
border-color: #10B7EA;
}
.TagClassName
{
border-color: #10B7EA;
}
</style>