Shades of Deep Sky Blue #11B7FC
Tints of Deep Sky Blue #11B7FC
RGB
CMYK
RGB Variations
Color information
#11B7FC (or 0x11B7FC) is known color: Deep Sky Blue. HEX triplet: 11, B7 and FC. RGB value is (17,183,252). Sum of RGB (Red+Green+Blue) = 17+183+252=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #11B7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B7FC is #EE4803. Grayscale: #8C8C8C. Windows color (decimal): -15616004 or 16561937. OLE color: 16561937.
HSL color Cylindrical-coordinate representation of color #11B7FC: hue angle of 197.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B7FC is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 183 | 252 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.01 |
| HSL | 197.62º | 0.98% | 0.53% | - |
| HSV(B) | 197.62º | 0.93% | 0.99% | - |
| XYZ | 34.74 | 41.01 | 98.18 | - |
| YUV | 141.23 | 190.5 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 252 | 0.93 | 0.27 | 0 | 0.01 | 197.62 | 0.98 | 0.53 |
| Hex | 11 | B7 | FC | 5D | 1B | 0 | 1 | C6 | 62 | 35 |
| Octal | 21 | 267 | 374 | 135 | 33 | 0 | 1 | 306 | 142 | 65 |
| Binary | 10001 | 10110111 | 11111100 | 1011101 | 11011 | 0 | 1 | 11000110 | 1100010 | 110101 |
Color Harmonies of #11B7FC
Complementary color
Monochromatic Colors of #11B7FC
Black with #11B7FC
Text Example
Text Example
White with #11B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B7FC; }
p { color: rgb(17,183,252); }
H1.HeaderClassName
{
color: #11B7FC;
}
.AnyTagClassName
{
color: #11B7FC;
}
</style>
background-color css
<style>
a { background-color: #11B7FC; }
a { background-color: rgb(17,183,252); }
div.DivClassName
{
background-color: #11B7FC;
}
.BgClassName
{
background-color: #11B7FC;
}
</style>
border-color css
<style>
span { border-color: #11B7FC; }
span { border-color: rgb(17,183,252); }
td.TdClassName
{
border-color: #11B7FC;
}
.TagClassName
{
border-color: #11B7FC;
}
</style>