Shades of Deep Sky Blue #16C1EF
Tints of Deep Sky Blue #16C1EF
RGB
CMYK
RGB Variations
Color information
#16C1EF (or 0x16C1EF) is known color: Deep Sky Blue. HEX triplet: 16, C1 and EF. RGB value is (22,193,239). Sum of RGB (Red+Green+Blue) = 22+193+239=454 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.85% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #16C1EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C1EF is #E93E10. Grayscale: #929292. Windows color (decimal): -15285777 or 15712534. OLE color: 15712534.
HSL color Cylindrical-coordinate representation of color #16C1EF: hue angle of 192.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C1EF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 193 | 239 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.06 |
| HSL | 192.72º | 0.87% | 0.51% | - |
| HSV(B) | 192.72º | 0.91% | 0.94% | - |
| XYZ | 34.98 | 44.54 | 88.42 | - |
| YUV | 147.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 239 | 0.91 | 0.19 | 0 | 0.06 | 192.72 | 0.87 | 0.51 |
| Hex | 16 | C1 | EF | 5B | 13 | 0 | 6 | C1 | 57 | 33 |
| Octal | 26 | 301 | 357 | 133 | 23 | 0 | 6 | 301 | 127 | 63 |
| Binary | 10110 | 11000001 | 11101111 | 1011011 | 10011 | 0 | 110 | 11000001 | 1010111 | 110011 |
Color Harmonies of #16C1EF
Complementary color
Monochromatic Colors of #16C1EF
Black with #16C1EF
Text Example
Text Example
White with #16C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C1EF; }
p { color: rgb(22,193,239); }
H1.HeaderClassName
{
color: #16C1EF;
}
.AnyTagClassName
{
color: #16C1EF;
}
</style>
background-color css
<style>
a { background-color: #16C1EF; }
a { background-color: rgb(22,193,239); }
div.DivClassName
{
background-color: #16C1EF;
}
.BgClassName
{
background-color: #16C1EF;
}
</style>
border-color css
<style>
span { border-color: #16C1EF; }
span { border-color: rgb(22,193,239); }
td.TdClassName
{
border-color: #16C1EF;
}
.TagClassName
{
border-color: #16C1EF;
}
</style>