Shades of Deep Sky Blue #16B0FB
Tints of Deep Sky Blue #16B0FB
RGB
CMYK
RGB Variations
Color information
#16B0FB (or 0x16B0FB) is known color: Deep Sky Blue. HEX triplet: 16, B0 and FB. RGB value is (22,176,251). Sum of RGB (Red+Green+Blue) = 22+176+251=449 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.90% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #16B0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16B0FB is #E94F04. Grayscale: #8A8A8A. Windows color (decimal): -15290117 or 16494614. OLE color: 16494614.
HSL color Cylindrical-coordinate representation of color #16B0FB: hue angle of 199.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B0FB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 176 | 251 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.02 |
| HSL | 199.65º | 0.97% | 0.54% | - |
| HSV(B) | 199.65º | 0.91% | 0.98% | - |
| XYZ | 33.27 | 38.19 | 96.88 | - |
| YUV | 138.5 | 191.48 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 176 | 251 | 0.91 | 0.30 | 0 | 0.02 | 199.65 | 0.97 | 0.54 |
| Hex | 16 | B0 | FB | 5B | 1E | 0 | 2 | C8 | 61 | 36 |
| Octal | 26 | 260 | 373 | 133 | 36 | 0 | 2 | 310 | 141 | 66 |
| Binary | 10110 | 10110000 | 11111011 | 1011011 | 11110 | 0 | 10 | 11001000 | 1100001 | 110110 |
Color Harmonies of #16B0FB
Complementary color
Monochromatic Colors of #16B0FB
Black with #16B0FB
Text Example
Text Example
White with #16B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B0FB; }
p { color: rgb(22,176,251); }
H1.HeaderClassName
{
color: #16B0FB;
}
.AnyTagClassName
{
color: #16B0FB;
}
</style>
background-color css
<style>
a { background-color: #16B0FB; }
a { background-color: rgb(22,176,251); }
div.DivClassName
{
background-color: #16B0FB;
}
.BgClassName
{
background-color: #16B0FB;
}
</style>
border-color css
<style>
span { border-color: #16B0FB; }
span { border-color: rgb(22,176,251); }
td.TdClassName
{
border-color: #16B0FB;
}
.TagClassName
{
border-color: #16B0FB;
}
</style>