Shades of Deep Sky Blue #16BAFC
Tints of Deep Sky Blue #16BAFC
RGB
CMYK
RGB Variations
Color information
#16BAFC (or 0x16BAFC) is known color: Deep Sky Blue. HEX triplet: 16, BA and FC. RGB value is (22,186,252). Sum of RGB (Red+Green+Blue) = 22+186+252=460 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.78% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #16BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BAFC is #E94503. Grayscale: #909090. Windows color (decimal): -15287556 or 16562710. OLE color: 16562710.
HSL color Cylindrical-coordinate representation of color #16BAFC: hue angle of 197.22º 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 #16BAFC is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 186 | 252 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.01 |
| HSL | 197.22º | 0.97% | 0.54% | - |
| HSV(B) | 197.22º | 0.91% | 0.99% | - |
| XYZ | 35.46 | 42.32 | 98.39 | - |
| YUV | 144.49 | 188.67 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 252 | 0.91 | 0.26 | 0 | 0.01 | 197.22 | 0.97 | 0.54 |
| Hex | 16 | BA | FC | 5B | 1A | 0 | 1 | C5 | 61 | 36 |
| Octal | 26 | 272 | 374 | 133 | 32 | 0 | 1 | 305 | 141 | 66 |
| Binary | 10110 | 10111010 | 11111100 | 1011011 | 11010 | 0 | 1 | 11000101 | 1100001 | 110110 |
Color Harmonies of #16BAFC
Complementary color
Monochromatic Colors of #16BAFC
Black with #16BAFC
Text Example
Text Example
White with #16BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BAFC; }
p { color: rgb(22,186,252); }
H1.HeaderClassName
{
color: #16BAFC;
}
.AnyTagClassName
{
color: #16BAFC;
}
</style>
background-color css
<style>
a { background-color: #16BAFC; }
a { background-color: rgb(22,186,252); }
div.DivClassName
{
background-color: #16BAFC;
}
.BgClassName
{
background-color: #16BAFC;
}
</style>
border-color css
<style>
span { border-color: #16BAFC; }
span { border-color: rgb(22,186,252); }
td.TdClassName
{
border-color: #16BAFC;
}
.TagClassName
{
border-color: #16BAFC;
}
</style>