Shades of Deep Sky Blue #11C6F9
Tints of Deep Sky Blue #11C6F9
RGB
CMYK
RGB Variations
Color information
#11C6F9 (or 0x11C6F9) is known color: Deep Sky Blue. HEX triplet: 11, C6 and F9. RGB value is (17,198,249). Sum of RGB (Red+Green+Blue) = 17+198+249=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #11C6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C6F9 is #EE3906. Grayscale: #959595. Windows color (decimal): -15612167 or 16369169. OLE color: 16369169.
HSL color Cylindrical-coordinate representation of color #11C6F9: hue angle of 193.19º degrees, saturation: 0.95, 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 #11C6F9 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 198 | 249 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.02 |
| HSL | 193.19º | 0.95% | 0.52% | - |
| HSV(B) | 193.19º | 0.93% | 0.98% | - |
| XYZ | 37.52 | 47.35 | 96.78 | - |
| YUV | 149.7 | 184.03 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 198 | 249 | 0.93 | 0.20 | 0 | 0.02 | 193.19 | 0.95 | 0.52 |
| Hex | 11 | C6 | F9 | 5D | 14 | 0 | 2 | C1 | 5F | 34 |
| Octal | 21 | 306 | 371 | 135 | 24 | 0 | 2 | 301 | 137 | 64 |
| Binary | 10001 | 11000110 | 11111001 | 1011101 | 10100 | 0 | 10 | 11000001 | 1011111 | 110100 |
Color Harmonies of #11C6F9
Complementary color
Monochromatic Colors of #11C6F9
Black with #11C6F9
Text Example
Text Example
White with #11C6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C6F9; }
p { color: rgb(17,198,249); }
H1.HeaderClassName
{
color: #11C6F9;
}
.AnyTagClassName
{
color: #11C6F9;
}
</style>
background-color css
<style>
a { background-color: #11C6F9; }
a { background-color: rgb(17,198,249); }
div.DivClassName
{
background-color: #11C6F9;
}
.BgClassName
{
background-color: #11C6F9;
}
</style>
border-color css
<style>
span { border-color: #11C6F9; }
span { border-color: rgb(17,198,249); }
td.TdClassName
{
border-color: #11C6F9;
}
.TagClassName
{
border-color: #11C6F9;
}
</style>