Shades of Deep Sky Blue #16BAFD
Tints of Deep Sky Blue #16BAFD
RGB
CMYK
RGB Variations
Color information
#16BAFD (or 0x16BAFD) is known color: Deep Sky Blue. HEX triplet: 16, BA and FD. RGB value is (22,186,253). Sum of RGB (Red+Green+Blue) = 22+186+253=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #16BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BAFD is #E94502. Grayscale: #909090. Windows color (decimal): -15287555 or 16628246. OLE color: 16628246.
HSL color Cylindrical-coordinate representation of color #16BAFD: hue angle of 197.4º degrees, saturation: 0.98, 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 #16BAFD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 186 | 253 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.01 |
| HSL | 197.4º | 0.98% | 0.54% | - |
| HSV(B) | 197.4º | 0.91% | 0.99% | - |
| XYZ | 35.62 | 42.38 | 99.23 | - |
| YUV | 144.6 | 189.17 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 253 | 0.91 | 0.26 | 0 | 0.01 | 197.4 | 0.98 | 0.54 |
| Hex | 16 | BA | FD | 5B | 1A | 0 | 1 | C5 | 62 | 36 |
| Octal | 26 | 272 | 375 | 133 | 32 | 0 | 1 | 305 | 142 | 66 |
| Binary | 10110 | 10111010 | 11111101 | 1011011 | 11010 | 0 | 1 | 11000101 | 1100010 | 110110 |
Color Harmonies of #16BAFD
Complementary color
Monochromatic Colors of #16BAFD
Black with #16BAFD
Text Example
Text Example
White with #16BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BAFD; }
p { color: rgb(22,186,253); }
H1.HeaderClassName
{
color: #16BAFD;
}
.AnyTagClassName
{
color: #16BAFD;
}
</style>
background-color css
<style>
a { background-color: #16BAFD; }
a { background-color: rgb(22,186,253); }
div.DivClassName
{
background-color: #16BAFD;
}
.BgClassName
{
background-color: #16BAFD;
}
</style>
border-color css
<style>
span { border-color: #16BAFD; }
span { border-color: rgb(22,186,253); }
td.TdClassName
{
border-color: #16BAFD;
}
.TagClassName
{
border-color: #16BAFD;
}
</style>