Shades of Deep Sky Blue #10BBF7
Tints of Deep Sky Blue #10BBF7
RGB
CMYK
RGB Variations
Color information
#10BBF7 (or 0x10BBF7) is known color: Deep Sky Blue. HEX triplet: 10, BB and F7. RGB value is (16,187,247). Sum of RGB (Red+Green+Blue) = 16+187+247=450 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #10BBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BBF7 is #EF4408. Grayscale: #8E8E8E. Windows color (decimal): -15680521 or 16235280. OLE color: 16235280.
HSL color Cylindrical-coordinate representation of color #10BBF7: hue angle of 195.58º 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 #10BBF7 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 187 | 247 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.03 |
| HSL | 195.58º | 0.94% | 0.52% | - |
| HSV(B) | 195.58º | 0.94% | 0.97% | - |
| XYZ | 34.77 | 42.37 | 94.34 | - |
| YUV | 142.71 | 186.85 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 247 | 0.94 | 0.24 | 0 | 0.03 | 195.58 | 0.94 | 0.52 |
| Hex | 10 | BB | F7 | 5E | 18 | 0 | 3 | C4 | 5E | 34 |
| Octal | 20 | 273 | 367 | 136 | 30 | 0 | 3 | 304 | 136 | 64 |
| Binary | 10000 | 10111011 | 11110111 | 1011110 | 11000 | 0 | 11 | 11000100 | 1011110 | 110100 |
Color Harmonies of #10BBF7
Complementary color
Monochromatic Colors of #10BBF7
Black with #10BBF7
Text Example
Text Example
White with #10BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBF7; }
p { color: rgb(16,187,247); }
H1.HeaderClassName
{
color: #10BBF7;
}
.AnyTagClassName
{
color: #10BBF7;
}
</style>
background-color css
<style>
a { background-color: #10BBF7; }
a { background-color: rgb(16,187,247); }
div.DivClassName
{
background-color: #10BBF7;
}
.BgClassName
{
background-color: #10BBF7;
}
</style>
border-color css
<style>
span { border-color: #10BBF7; }
span { border-color: rgb(16,187,247); }
td.TdClassName
{
border-color: #10BBF7;
}
.TagClassName
{
border-color: #10BBF7;
}
</style>