Shades of Deep Sky Blue #11C7F8
Tints of Deep Sky Blue #11C7F8
RGB
CMYK
RGB Variations
Color information
#11C7F8 (or 0x11C7F8) is known color: Deep Sky Blue. HEX triplet: 11, C7 and F8. RGB value is (17,199,248). Sum of RGB (Red+Green+Blue) = 17+199+248=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #11C7F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C7F8 is #EE3807. Grayscale: #959595. Windows color (decimal): -15611912 or 16303889. OLE color: 16303889.
HSL color Cylindrical-coordinate representation of color #11C7F8: hue angle of 192.73º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C7F8 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 199 | 248 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.03 |
| HSL | 192.73º | 0.94% | 0.52% | - |
| HSV(B) | 192.73º | 0.93% | 0.97% | - |
| XYZ | 37.6 | 47.74 | 96.04 | - |
| YUV | 150.17 | 183.2 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 199 | 248 | 0.93 | 0.20 | 0 | 0.03 | 192.73 | 0.94 | 0.52 |
| Hex | 11 | C7 | F8 | 5D | 14 | 0 | 3 | C1 | 5E | 34 |
| Octal | 21 | 307 | 370 | 135 | 24 | 0 | 3 | 301 | 136 | 64 |
| Binary | 10001 | 11000111 | 11111000 | 1011101 | 10100 | 0 | 11 | 11000001 | 1011110 | 110100 |
Color Harmonies of #11C7F8
Complementary color
Monochromatic Colors of #11C7F8
Black with #11C7F8
Text Example
Text Example
White with #11C7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C7F8; }
p { color: rgb(17,199,248); }
H1.HeaderClassName
{
color: #11C7F8;
}
.AnyTagClassName
{
color: #11C7F8;
}
</style>
background-color css
<style>
a { background-color: #11C7F8; }
a { background-color: rgb(17,199,248); }
div.DivClassName
{
background-color: #11C7F8;
}
.BgClassName
{
background-color: #11C7F8;
}
</style>
border-color css
<style>
span { border-color: #11C7F8; }
span { border-color: rgb(17,199,248); }
td.TdClassName
{
border-color: #11C7F8;
}
.TagClassName
{
border-color: #11C7F8;
}
</style>