Shades of Deep Sky Blue #11BCFD
Tints of Deep Sky Blue #11BCFD
RGB
CMYK
RGB Variations
Color information
#11BCFD (or 0x11BCFD) is known color: Deep Sky Blue. HEX triplet: 11, BC and FD. RGB value is (17,188,253). Sum of RGB (Red+Green+Blue) = 17+188+253=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #11BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCFD is #EE4302. Grayscale: #8F8F8F. Windows color (decimal): -15614723 or 16628753. OLE color: 16628753.
HSL color Cylindrical-coordinate representation of color #11BCFD: hue angle of 196.53º 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 #11BCFD is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 188 | 253 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.01 |
| HSL | 196.53º | 0.98% | 0.53% | - |
| HSV(B) | 196.53º | 0.93% | 0.99% | - |
| XYZ | 35.94 | 43.18 | 99.37 | - |
| YUV | 144.28 | 189.35 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 253 | 0.93 | 0.26 | 0 | 0.01 | 196.53 | 0.98 | 0.53 |
| Hex | 11 | BC | FD | 5D | 1A | 0 | 1 | C5 | 62 | 35 |
| Octal | 21 | 274 | 375 | 135 | 32 | 0 | 1 | 305 | 142 | 65 |
| Binary | 10001 | 10111100 | 11111101 | 1011101 | 11010 | 0 | 1 | 11000101 | 1100010 | 110101 |
Color Harmonies of #11BCFD
Complementary color
Monochromatic Colors of #11BCFD
Black with #11BCFD
Text Example
Text Example
White with #11BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCFD; }
p { color: rgb(17,188,253); }
H1.HeaderClassName
{
color: #11BCFD;
}
.AnyTagClassName
{
color: #11BCFD;
}
</style>
background-color css
<style>
a { background-color: #11BCFD; }
a { background-color: rgb(17,188,253); }
div.DivClassName
{
background-color: #11BCFD;
}
.BgClassName
{
background-color: #11BCFD;
}
</style>
border-color css
<style>
span { border-color: #11BCFD; }
span { border-color: rgb(17,188,253); }
td.TdClassName
{
border-color: #11BCFD;
}
.TagClassName
{
border-color: #11BCFD;
}
</style>