Shades of Deep Sky Blue #10B7EE
Tints of Deep Sky Blue #10B7EE
RGB
CMYK
RGB Variations
Color information
#10B7EE (or 0x10B7EE) is known color: Deep Sky Blue. HEX triplet: 10, B7 and EE. RGB value is (16,183,238). Sum of RGB (Red+Green+Blue) = 16+183+238=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #10B7EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B7EE is #EF4811. Grayscale: #8A8A8A. Windows color (decimal): -15681554 or 15644432. OLE color: 15644432.
HSL color Cylindrical-coordinate representation of color #10B7EE: hue angle of 194.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B7EE is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 183 | 238 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.07 |
| HSL | 194.86º | 0.87% | 0.5% | - |
| HSV(B) | 194.86º | 0.93% | 0.93% | - |
| XYZ | 32.58 | 40.15 | 86.92 | - |
| YUV | 139.34 | 183.67 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 238 | 0.93 | 0.23 | 0 | 0.07 | 194.86 | 0.87 | 0.5 |
| Hex | 10 | B7 | EE | 5D | 17 | 0 | 7 | C3 | 57 | 32 |
| Octal | 20 | 267 | 356 | 135 | 27 | 0 | 7 | 303 | 127 | 62 |
| Binary | 10000 | 10110111 | 11101110 | 1011101 | 10111 | 0 | 111 | 11000011 | 1010111 | 110010 |
Color Harmonies of #10B7EE
Complementary color
Monochromatic Colors of #10B7EE
Black with #10B7EE
Text Example
Text Example
White with #10B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B7EE; }
p { color: rgb(16,183,238); }
H1.HeaderClassName
{
color: #10B7EE;
}
.AnyTagClassName
{
color: #10B7EE;
}
</style>
background-color css
<style>
a { background-color: #10B7EE; }
a { background-color: rgb(16,183,238); }
div.DivClassName
{
background-color: #10B7EE;
}
.BgClassName
{
background-color: #10B7EE;
}
</style>
border-color css
<style>
span { border-color: #10B7EE; }
span { border-color: rgb(16,183,238); }
td.TdClassName
{
border-color: #10B7EE;
}
.TagClassName
{
border-color: #10B7EE;
}
</style>