Shades of Deep Sky Blue #16BBF7
Tints of Deep Sky Blue #16BBF7
RGB
CMYK
RGB Variations
Color information
#16BBF7 (or 0x16BBF7) is known color: Deep Sky Blue. HEX triplet: 16, BB and F7. RGB value is (22,187,247). Sum of RGB (Red+Green+Blue) = 22+187+247=456 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.82% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #16BBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BBF7 is #E94408. Grayscale: #909090. Windows color (decimal): -15287305 or 16235286. OLE color: 16235286.
HSL color Cylindrical-coordinate representation of color #16BBF7: hue angle of 196º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BBF7 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 187 | 247 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.03 |
| HSL | 196º | 0.93% | 0.53% | - |
| HSV(B) | 196º | 0.91% | 0.97% | - |
| XYZ | 34.89 | 42.43 | 94.35 | - |
| YUV | 144.51 | 185.84 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 247 | 0.91 | 0.24 | 0 | 0.03 | 196 | 0.93 | 0.53 |
| Hex | 16 | BB | F7 | 5B | 18 | 0 | 3 | C4 | 5D | 35 |
| Octal | 26 | 273 | 367 | 133 | 30 | 0 | 3 | 304 | 135 | 65 |
| Binary | 10110 | 10111011 | 11110111 | 1011011 | 11000 | 0 | 11 | 11000100 | 1011101 | 110101 |
Color Harmonies of #16BBF7
Complementary color
Monochromatic Colors of #16BBF7
Black with #16BBF7
Text Example
Text Example
White with #16BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBF7; }
p { color: rgb(22,187,247); }
H1.HeaderClassName
{
color: #16BBF7;
}
.AnyTagClassName
{
color: #16BBF7;
}
</style>
background-color css
<style>
a { background-color: #16BBF7; }
a { background-color: rgb(22,187,247); }
div.DivClassName
{
background-color: #16BBF7;
}
.BgClassName
{
background-color: #16BBF7;
}
</style>
border-color css
<style>
span { border-color: #16BBF7; }
span { border-color: rgb(22,187,247); }
td.TdClassName
{
border-color: #16BBF7;
}
.TagClassName
{
border-color: #16BBF7;
}
</style>