Shades of Deep Sky Blue #16B7FC
Tints of Deep Sky Blue #16B7FC
RGB
CMYK
RGB Variations
Color information
#16B7FC (or 0x16B7FC) is known color: Deep Sky Blue. HEX triplet: 16, B7 and FC. RGB value is (22,183,252). Sum of RGB (Red+Green+Blue) = 22+183+252=457 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.81% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #16B7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B7FC is #E94803. Grayscale: #8E8E8E. Windows color (decimal): -15288324 or 16561942. OLE color: 16561942.
HSL color Cylindrical-coordinate representation of color #16B7FC: hue angle of 198º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B7FC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 183 | 252 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.01 |
| HSL | 198º | 0.97% | 0.54% | - |
| HSV(B) | 198º | 0.91% | 0.99% | - |
| XYZ | 34.84 | 41.07 | 98.19 | - |
| YUV | 142.73 | 189.66 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 252 | 0.91 | 0.27 | 0 | 0.01 | 198 | 0.97 | 0.54 |
| Hex | 16 | B7 | FC | 5B | 1B | 0 | 1 | C6 | 61 | 36 |
| Octal | 26 | 267 | 374 | 133 | 33 | 0 | 1 | 306 | 141 | 66 |
| Binary | 10110 | 10110111 | 11111100 | 1011011 | 11011 | 0 | 1 | 11000110 | 1100001 | 110110 |
Color Harmonies of #16B7FC
Complementary color
Monochromatic Colors of #16B7FC
Black with #16B7FC
Text Example
Text Example
White with #16B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B7FC; }
p { color: rgb(22,183,252); }
H1.HeaderClassName
{
color: #16B7FC;
}
.AnyTagClassName
{
color: #16B7FC;
}
</style>
background-color css
<style>
a { background-color: #16B7FC; }
a { background-color: rgb(22,183,252); }
div.DivClassName
{
background-color: #16B7FC;
}
.BgClassName
{
background-color: #16B7FC;
}
</style>
border-color css
<style>
span { border-color: #16B7FC; }
span { border-color: rgb(22,183,252); }
td.TdClassName
{
border-color: #16B7FC;
}
.TagClassName
{
border-color: #16B7FC;
}
</style>