Shades of Deep Sky Blue #11BBFE
Tints of Deep Sky Blue #11BBFE
RGB
CMYK
RGB Variations
Color information
#11BBFE (or 0x11BBFE) is known color: Deep Sky Blue. HEX triplet: 11, BB and FE. RGB value is (17,187,254). Sum of RGB (Red+Green+Blue) = 17+187+254=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #11BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBFE is #EE4401. Grayscale: #8F8F8F. Windows color (decimal): -15614978 or 16694033. OLE color: 16694033.
HSL color Cylindrical-coordinate representation of color #11BBFE: hue angle of 196.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BBFE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 187 | 254 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.00 |
| HSL | 196.96º | 0.99% | 0.53% | - |
| HSV(B) | 196.96º | 0.93% | 1% | - |
| XYZ | 35.89 | 42.82 | 100.14 | - |
| YUV | 143.81 | 190.18 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 254 | 0.93 | 0.26 | 0 | 0.00 | 196.96 | 0.99 | 0.53 |
| Hex | 11 | BB | FE | 5D | 1A | 0 | 0 | C5 | 63 | 35 |
| Octal | 21 | 273 | 376 | 135 | 32 | 0 | 0 | 305 | 143 | 65 |
| Binary | 10001 | 10111011 | 11111110 | 1011101 | 11010 | 0 | 0 | 11000101 | 1100011 | 110101 |
Color Harmonies of #11BBFE
Complementary color
Monochromatic Colors of #11BBFE
Black with #11BBFE
Text Example
Text Example
White with #11BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBFE; }
p { color: rgb(17,187,254); }
H1.HeaderClassName
{
color: #11BBFE;
}
.AnyTagClassName
{
color: #11BBFE;
}
</style>
background-color css
<style>
a { background-color: #11BBFE; }
a { background-color: rgb(17,187,254); }
div.DivClassName
{
background-color: #11BBFE;
}
.BgClassName
{
background-color: #11BBFE;
}
</style>
border-color css
<style>
span { border-color: #11BBFE; }
span { border-color: rgb(17,187,254); }
td.TdClassName
{
border-color: #11BBFE;
}
.TagClassName
{
border-color: #11BBFE;
}
</style>