Shades of Deep Sky Blue #16C2FF
Tints of Deep Sky Blue #16C2FF
RGB
CMYK
RGB Variations
Color information
#16C2FF (or 0x16C2FF) is known color: Deep Sky Blue. HEX triplet: 16, C2 and FF. RGB value is (22,194,255). Sum of RGB (Red+Green+Blue) = 22+194+255=471 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.67% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #16C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C2FF is #E93D00. Grayscale: #959595. Windows color (decimal): -15285505 or 16761366. OLE color: 16761366.
HSL color Cylindrical-coordinate representation of color #16C2FF: hue angle of 195.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C2FF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 194 | 255 | - |
| CMYK | 0.91 | 0.24 | 0 | 0 |
| HSL | 195.71º | 1% | 0.54% | - |
| HSV(B) | 195.71º | 0.91% | 1% | - |
| XYZ | 37.67 | 45.97 | 101.5 | - |
| YUV | 149.53 | 187.52 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 255 | 0.91 | 0.24 | 0 | 0 | 195.71 | 1 | 0.54 |
| Hex | 16 | C2 | FF | 5B | 18 | 0 | 0 | C4 | 64 | 36 |
| Octal | 26 | 302 | 377 | 133 | 30 | 0 | 0 | 304 | 144 | 66 |
| Binary | 10110 | 11000010 | 11111111 | 1011011 | 11000 | 0 | 0 | 11000100 | 1100100 | 110110 |
Color Harmonies of #16C2FF
Complementary color
Monochromatic Colors of #16C2FF
Black with #16C2FF
Text Example
Text Example
White with #16C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C2FF; }
p { color: rgb(22,194,255); }
H1.HeaderClassName
{
color: #16C2FF;
}
.AnyTagClassName
{
color: #16C2FF;
}
</style>
background-color css
<style>
a { background-color: #16C2FF; }
a { background-color: rgb(22,194,255); }
div.DivClassName
{
background-color: #16C2FF;
}
.BgClassName
{
background-color: #16C2FF;
}
</style>
border-color css
<style>
span { border-color: #16C2FF; }
span { border-color: rgb(22,194,255); }
td.TdClassName
{
border-color: #16C2FF;
}
.TagClassName
{
border-color: #16C2FF;
}
</style>