Shades of Deep Sky Blue #16C3EF
Tints of Deep Sky Blue #16C3EF
RGB
CMYK
RGB Variations
Color information
#16C3EF (or 0x16C3EF) is known color: Deep Sky Blue. HEX triplet: 16, C3 and EF. RGB value is (22,195,239). Sum of RGB (Red+Green+Blue) = 22+195+239=456 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.82% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #16C3EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C3EF is #E93C10. Grayscale: #939393. Windows color (decimal): -15285265 or 15713046. OLE color: 15713046.
HSL color Cylindrical-coordinate representation of color #16C3EF: hue angle of 192.17º 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 #16C3EF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 195 | 239 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.06 |
| HSL | 192.17º | 0.87% | 0.51% | - |
| HSV(B) | 192.17º | 0.91% | 0.94% | - |
| XYZ | 35.43 | 45.43 | 88.56 | - |
| YUV | 148.29 | 179.19 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 239 | 0.91 | 0.18 | 0 | 0.06 | 192.17 | 0.87 | 0.51 |
| Hex | 16 | C3 | EF | 5B | 12 | 0 | 6 | C0 | 57 | 33 |
| Octal | 26 | 303 | 357 | 133 | 22 | 0 | 6 | 300 | 127 | 63 |
| Binary | 10110 | 11000011 | 11101111 | 1011011 | 10010 | 0 | 110 | 11000000 | 1010111 | 110011 |
Color Harmonies of #16C3EF
Complementary color
Monochromatic Colors of #16C3EF
Black with #16C3EF
Text Example
Text Example
White with #16C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C3EF; }
p { color: rgb(22,195,239); }
H1.HeaderClassName
{
color: #16C3EF;
}
.AnyTagClassName
{
color: #16C3EF;
}
</style>
background-color css
<style>
a { background-color: #16C3EF; }
a { background-color: rgb(22,195,239); }
div.DivClassName
{
background-color: #16C3EF;
}
.BgClassName
{
background-color: #16C3EF;
}
</style>
border-color css
<style>
span { border-color: #16C3EF; }
span { border-color: rgb(22,195,239); }
td.TdClassName
{
border-color: #16C3EF;
}
.TagClassName
{
border-color: #16C3EF;
}
</style>