Shades of Deep Sky Blue #16BAFA
Tints of Deep Sky Blue #16BAFA
RGB
CMYK
RGB Variations
Color information
#16BAFA (or 0x16BAFA) is known color: Deep Sky Blue. HEX triplet: 16, BA and FA. RGB value is (22,186,250). Sum of RGB (Red+Green+Blue) = 22+186+250=458 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.80% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #16BAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BAFA is #E94505. Grayscale: #8F8F8F. Windows color (decimal): -15287558 or 16431638. OLE color: 16431638.
HSL color Cylindrical-coordinate representation of color #16BAFA: hue angle of 196.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BAFA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 186 | 250 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.02 |
| HSL | 196.84º | 0.96% | 0.53% | - |
| HSV(B) | 196.84º | 0.91% | 0.98% | - |
| XYZ | 35.15 | 42.19 | 96.73 | - |
| YUV | 144.26 | 187.67 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 250 | 0.91 | 0.26 | 0 | 0.02 | 196.84 | 0.96 | 0.53 |
| Hex | 16 | BA | FA | 5B | 1A | 0 | 2 | C5 | 60 | 35 |
| Octal | 26 | 272 | 372 | 133 | 32 | 0 | 2 | 305 | 140 | 65 |
| Binary | 10110 | 10111010 | 11111010 | 1011011 | 11010 | 0 | 10 | 11000101 | 1100000 | 110101 |
Color Harmonies of #16BAFA
Complementary color
Monochromatic Colors of #16BAFA
Black with #16BAFA
Text Example
Text Example
White with #16BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BAFA; }
p { color: rgb(22,186,250); }
H1.HeaderClassName
{
color: #16BAFA;
}
.AnyTagClassName
{
color: #16BAFA;
}
</style>
background-color css
<style>
a { background-color: #16BAFA; }
a { background-color: rgb(22,186,250); }
div.DivClassName
{
background-color: #16BAFA;
}
.BgClassName
{
background-color: #16BAFA;
}
</style>
border-color css
<style>
span { border-color: #16BAFA; }
span { border-color: rgb(22,186,250); }
td.TdClassName
{
border-color: #16BAFA;
}
.TagClassName
{
border-color: #16BAFA;
}
</style>