Shades of Deep Sky Blue #11BCF1
Tints of Deep Sky Blue #11BCF1
RGB
CMYK
RGB Variations
Color information
#11BCF1 (or 0x11BCF1) is known color: Deep Sky Blue. HEX triplet: 11, BC and F1. RGB value is (17,188,241). Sum of RGB (Red+Green+Blue) = 17+188+241=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #11BCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCF1 is #EE430E. Grayscale: #8E8E8E. Windows color (decimal): -15614735 or 15842321. OLE color: 15842321.
HSL color Cylindrical-coordinate representation of color #11BCF1: hue angle of 194.2º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BCF1 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 188 | 241 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.05 |
| HSL | 194.2º | 0.89% | 0.51% | - |
| HSV(B) | 194.2º | 0.93% | 0.95% | - |
| XYZ | 34.09 | 42.44 | 89.61 | - |
| YUV | 142.91 | 183.35 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 241 | 0.93 | 0.22 | 0 | 0.05 | 194.2 | 0.89 | 0.51 |
| Hex | 11 | BC | F1 | 5D | 16 | 0 | 5 | C2 | 59 | 33 |
| Octal | 21 | 274 | 361 | 135 | 26 | 0 | 5 | 302 | 131 | 63 |
| Binary | 10001 | 10111100 | 11110001 | 1011101 | 10110 | 0 | 101 | 11000010 | 1011001 | 110011 |
Color Harmonies of #11BCF1
Complementary color
Monochromatic Colors of #11BCF1
Black with #11BCF1
Text Example
Text Example
White with #11BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCF1; }
p { color: rgb(17,188,241); }
H1.HeaderClassName
{
color: #11BCF1;
}
.AnyTagClassName
{
color: #11BCF1;
}
</style>
background-color css
<style>
a { background-color: #11BCF1; }
a { background-color: rgb(17,188,241); }
div.DivClassName
{
background-color: #11BCF1;
}
.BgClassName
{
background-color: #11BCF1;
}
</style>
border-color css
<style>
span { border-color: #11BCF1; }
span { border-color: rgb(17,188,241); }
td.TdClassName
{
border-color: #11BCF1;
}
.TagClassName
{
border-color: #11BCF1;
}
</style>