Shades of Deep Sky Blue #16BCFB
Tints of Deep Sky Blue #16BCFB
RGB
CMYK
RGB Variations
Color information
#16BCFB (or 0x16BCFB) is known color: Deep Sky Blue. HEX triplet: 16, BC and FB. RGB value is (22,188,251). Sum of RGB (Red+Green+Blue) = 22+188+251=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #16BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BCFB is #E94304. Grayscale: #919191. Windows color (decimal): -15287045 or 16497686. OLE color: 16497686.
HSL color Cylindrical-coordinate representation of color #16BCFB: hue angle of 196.51º 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 #16BCFB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 188 | 251 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.02 |
| HSL | 196.51º | 0.97% | 0.54% | - |
| HSV(B) | 196.51º | 0.91% | 0.98% | - |
| XYZ | 35.73 | 43.1 | 97.7 | - |
| YUV | 145.55 | 187.5 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 251 | 0.91 | 0.25 | 0 | 0.02 | 196.51 | 0.97 | 0.54 |
| Hex | 16 | BC | FB | 5B | 19 | 0 | 2 | C5 | 61 | 36 |
| Octal | 26 | 274 | 373 | 133 | 31 | 0 | 2 | 305 | 141 | 66 |
| Binary | 10110 | 10111100 | 11111011 | 1011011 | 11001 | 0 | 10 | 11000101 | 1100001 | 110110 |
Color Harmonies of #16BCFB
Complementary color
Monochromatic Colors of #16BCFB
Black with #16BCFB
Text Example
Text Example
White with #16BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCFB; }
p { color: rgb(22,188,251); }
H1.HeaderClassName
{
color: #16BCFB;
}
.AnyTagClassName
{
color: #16BCFB;
}
</style>
background-color css
<style>
a { background-color: #16BCFB; }
a { background-color: rgb(22,188,251); }
div.DivClassName
{
background-color: #16BCFB;
}
.BgClassName
{
background-color: #16BCFB;
}
</style>
border-color css
<style>
span { border-color: #16BCFB; }
span { border-color: rgb(22,188,251); }
td.TdClassName
{
border-color: #16BCFB;
}
.TagClassName
{
border-color: #16BCFB;
}
</style>