Shades of Deep Sky Blue #16C2FA
Tints of Deep Sky Blue #16C2FA
RGB
CMYK
RGB Variations
Color information
#16C2FA (or 0x16C2FA) is known color: Deep Sky Blue. HEX triplet: 16, C2 and FA. RGB value is (22,194,250). Sum of RGB (Red+Green+Blue) = 22+194+250=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #16C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C2FA is #E93D05. Grayscale: #949494. Windows color (decimal): -15285510 or 16433686. OLE color: 16433686.
HSL color Cylindrical-coordinate representation of color #16C2FA: hue angle of 194.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C2FA is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 194 | 250 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.02 |
| HSL | 194.74º | 0.96% | 0.53% | - |
| HSV(B) | 194.74º | 0.91% | 0.98% | - |
| XYZ | 36.88 | 45.66 | 97.31 | - |
| YUV | 148.96 | 185.02 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 250 | 0.91 | 0.22 | 0 | 0.02 | 194.74 | 0.96 | 0.53 |
| Hex | 16 | C2 | FA | 5B | 16 | 0 | 2 | C3 | 60 | 35 |
| Octal | 26 | 302 | 372 | 133 | 26 | 0 | 2 | 303 | 140 | 65 |
| Binary | 10110 | 11000010 | 11111010 | 1011011 | 10110 | 0 | 10 | 11000011 | 1100000 | 110101 |
Color Harmonies of #16C2FA
Complementary color
Monochromatic Colors of #16C2FA
Black with #16C2FA
Text Example
Text Example
White with #16C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C2FA; }
p { color: rgb(22,194,250); }
H1.HeaderClassName
{
color: #16C2FA;
}
.AnyTagClassName
{
color: #16C2FA;
}
</style>
background-color css
<style>
a { background-color: #16C2FA; }
a { background-color: rgb(22,194,250); }
div.DivClassName
{
background-color: #16C2FA;
}
.BgClassName
{
background-color: #16C2FA;
}
</style>
border-color css
<style>
span { border-color: #16C2FA; }
span { border-color: rgb(22,194,250); }
td.TdClassName
{
border-color: #16C2FA;
}
.TagClassName
{
border-color: #16C2FA;
}
</style>