Shades of Deep Sky Blue #11BCFF
Tints of Deep Sky Blue #11BCFF
RGB
CMYK
RGB Variations
Color information
#11BCFF (or 0x11BCFF) is known color: Deep Sky Blue. HEX triplet: 11, BC and FF. RGB value is (17,188,255). Sum of RGB (Red+Green+Blue) = 17+188+255=460 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #11BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCFF is #EE4300. Grayscale: #909090. Windows color (decimal): -15614721 or 16759825. OLE color: 16759825.
HSL color Cylindrical-coordinate representation of color #11BCFF: hue angle of 196.89º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BCFF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 188 | 255 | - |
| CMYK | 0.93 | 0.26 | 0 | 0 |
| HSL | 196.89º | 1% | 0.53% | - |
| HSV(B) | 196.89º | 0.93% | 1% | - |
| XYZ | 36.26 | 43.31 | 101.06 | - |
| YUV | 144.51 | 190.35 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 255 | 0.93 | 0.26 | 0 | 0 | 196.89 | 1 | 0.53 |
| Hex | 11 | BC | FF | 5D | 1A | 0 | 0 | C5 | 64 | 35 |
| Octal | 21 | 274 | 377 | 135 | 32 | 0 | 0 | 305 | 144 | 65 |
| Binary | 10001 | 10111100 | 11111111 | 1011101 | 11010 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #11BCFF
Complementary color
Monochromatic Colors of #11BCFF
Black with #11BCFF
Text Example
Text Example
White with #11BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCFF; }
p { color: rgb(17,188,255); }
H1.HeaderClassName
{
color: #11BCFF;
}
.AnyTagClassName
{
color: #11BCFF;
}
</style>
background-color css
<style>
a { background-color: #11BCFF; }
a { background-color: rgb(17,188,255); }
div.DivClassName
{
background-color: #11BCFF;
}
.BgClassName
{
background-color: #11BCFF;
}
</style>
border-color css
<style>
span { border-color: #11BCFF; }
span { border-color: rgb(17,188,255); }
td.TdClassName
{
border-color: #11BCFF;
}
.TagClassName
{
border-color: #11BCFF;
}
</style>