Shades of Deep Sky Blue #10BFF7
Tints of Deep Sky Blue #10BFF7
RGB
CMYK
RGB Variations
Color information
#10BFF7 (or 0x10BFF7) is known color: Deep Sky Blue. HEX triplet: 10, BF and F7. RGB value is (16,191,247). Sum of RGB (Red+Green+Blue) = 16+191+247=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #10BFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFF7 is #EF4008. Grayscale: #909090. Windows color (decimal): -15679497 or 16236304. OLE color: 16236304.
HSL color Cylindrical-coordinate representation of color #10BFF7: hue angle of 194.55º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BFF7 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 191 | 247 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.03 |
| HSL | 194.55º | 0.94% | 0.52% | - |
| HSV(B) | 194.55º | 0.94% | 0.97% | - |
| XYZ | 35.63 | 44.09 | 94.63 | - |
| YUV | 145.06 | 185.52 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 247 | 0.94 | 0.23 | 0 | 0.03 | 194.55 | 0.94 | 0.52 |
| Hex | 10 | BF | F7 | 5E | 17 | 0 | 3 | C3 | 5E | 34 |
| Octal | 20 | 277 | 367 | 136 | 27 | 0 | 3 | 303 | 136 | 64 |
| Binary | 10000 | 10111111 | 11110111 | 1011110 | 10111 | 0 | 11 | 11000011 | 1011110 | 110100 |
Color Harmonies of #10BFF7
Complementary color
Monochromatic Colors of #10BFF7
Black with #10BFF7
Text Example
Text Example
White with #10BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFF7; }
p { color: rgb(16,191,247); }
H1.HeaderClassName
{
color: #10BFF7;
}
.AnyTagClassName
{
color: #10BFF7;
}
</style>
background-color css
<style>
a { background-color: #10BFF7; }
a { background-color: rgb(16,191,247); }
div.DivClassName
{
background-color: #10BFF7;
}
.BgClassName
{
background-color: #10BFF7;
}
</style>
border-color css
<style>
span { border-color: #10BFF7; }
span { border-color: rgb(16,191,247); }
td.TdClassName
{
border-color: #10BFF7;
}
.TagClassName
{
border-color: #10BFF7;
}
</style>