Shades of Deep Sky Blue #11C7FA
Tints of Deep Sky Blue #11C7FA
RGB
CMYK
RGB Variations
Color information
#11C7FA (or 0x11C7FA) is known color: Deep Sky Blue. HEX triplet: 11, C7 and FA. RGB value is (17,199,250). Sum of RGB (Red+Green+Blue) = 17+199+250=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 199 (78.12% from 255 or 42.70% 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 #11C7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C7FA is #EE3805. Grayscale: #969696. Windows color (decimal): -15611910 or 16434961. OLE color: 16434961.
HSL color Cylindrical-coordinate representation of color #11C7FA: hue angle of 193.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C7FA is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 199 | 250 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.02 |
| HSL | 193.13º | 0.96% | 0.52% | - |
| HSV(B) | 193.13º | 0.93% | 0.98% | - |
| XYZ | 37.91 | 47.87 | 97.68 | - |
| YUV | 150.4 | 184.2 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 199 | 250 | 0.93 | 0.20 | 0 | 0.02 | 193.13 | 0.96 | 0.52 |
| Hex | 11 | C7 | FA | 5D | 14 | 0 | 2 | C1 | 60 | 34 |
| Octal | 21 | 307 | 372 | 135 | 24 | 0 | 2 | 301 | 140 | 64 |
| Binary | 10001 | 11000111 | 11111010 | 1011101 | 10100 | 0 | 10 | 11000001 | 1100000 | 110100 |
Color Harmonies of #11C7FA
Complementary color
Monochromatic Colors of #11C7FA
Black with #11C7FA
Text Example
Text Example
White with #11C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C7FA; }
p { color: rgb(17,199,250); }
H1.HeaderClassName
{
color: #11C7FA;
}
.AnyTagClassName
{
color: #11C7FA;
}
</style>
background-color css
<style>
a { background-color: #11C7FA; }
a { background-color: rgb(17,199,250); }
div.DivClassName
{
background-color: #11C7FA;
}
.BgClassName
{
background-color: #11C7FA;
}
</style>
border-color css
<style>
span { border-color: #11C7FA; }
span { border-color: rgb(17,199,250); }
td.TdClassName
{
border-color: #11C7FA;
}
.TagClassName
{
border-color: #11C7FA;
}
</style>