Shades of Deep Sky Blue #16C7FA
Tints of Deep Sky Blue #16C7FA
RGB
CMYK
RGB Variations
Color information
#16C7FA (or 0x16C7FA) is known color: Deep Sky Blue. HEX triplet: 16, C7 and FA. RGB value is (22,199,250). Sum of RGB (Red+Green+Blue) = 22+199+250=471 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.67% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #16C7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C7FA is #E93805. Grayscale: #979797. Windows color (decimal): -15284230 or 16434966. OLE color: 16434966.
HSL color Cylindrical-coordinate representation of color #16C7FA: hue angle of 193.42º 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 #16C7FA is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 199 | 250 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.02 |
| HSL | 193.42º | 0.96% | 0.53% | - |
| HSV(B) | 193.42º | 0.91% | 0.98% | - |
| XYZ | 38.01 | 47.92 | 97.69 | - |
| YUV | 151.89 | 183.36 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 199 | 250 | 0.91 | 0.20 | 0 | 0.02 | 193.42 | 0.96 | 0.53 |
| Hex | 16 | C7 | FA | 5B | 14 | 0 | 2 | C1 | 60 | 35 |
| Octal | 26 | 307 | 372 | 133 | 24 | 0 | 2 | 301 | 140 | 65 |
| Binary | 10110 | 11000111 | 11111010 | 1011011 | 10100 | 0 | 10 | 11000001 | 1100000 | 110101 |
Color Harmonies of #16C7FA
Complementary color
Monochromatic Colors of #16C7FA
Black with #16C7FA
Text Example
Text Example
White with #16C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C7FA; }
p { color: rgb(22,199,250); }
H1.HeaderClassName
{
color: #16C7FA;
}
.AnyTagClassName
{
color: #16C7FA;
}
</style>
background-color css
<style>
a { background-color: #16C7FA; }
a { background-color: rgb(22,199,250); }
div.DivClassName
{
background-color: #16C7FA;
}
.BgClassName
{
background-color: #16C7FA;
}
</style>
border-color css
<style>
span { border-color: #16C7FA; }
span { border-color: rgb(22,199,250); }
td.TdClassName
{
border-color: #16C7FA;
}
.TagClassName
{
border-color: #16C7FA;
}
</style>