Shades of Deep Sky Blue #11BBFF
Tints of Deep Sky Blue #11BBFF
RGB
CMYK
RGB Variations
Color information
#11BBFF (or 0x11BBFF) is known color: Deep Sky Blue. HEX triplet: 11, BB and FF. RGB value is (17,187,255). Sum of RGB (Red+Green+Blue) = 17+187+255=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #11BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBFF is #EE4400. Grayscale: #8F8F8F. Windows color (decimal): -15614977 or 16759569. OLE color: 16759569.
HSL color Cylindrical-coordinate representation of color #11BBFF: hue angle of 197.14º 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 #11BBFF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 187 | 255 | - |
| CMYK | 0.93 | 0.27 | 0 | 0 |
| HSL | 197.14º | 1% | 0.53% | - |
| HSV(B) | 197.14º | 0.93% | 1% | - |
| XYZ | 36.05 | 42.88 | 100.98 | - |
| YUV | 143.92 | 190.68 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 255 | 0.93 | 0.27 | 0 | 0 | 197.14 | 1 | 0.53 |
| Hex | 11 | BB | FF | 5D | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 21 | 273 | 377 | 135 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 10001 | 10111011 | 11111111 | 1011101 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #11BBFF
Complementary color
Monochromatic Colors of #11BBFF
Black with #11BBFF
Text Example
Text Example
White with #11BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBFF; }
p { color: rgb(17,187,255); }
H1.HeaderClassName
{
color: #11BBFF;
}
.AnyTagClassName
{
color: #11BBFF;
}
</style>
background-color css
<style>
a { background-color: #11BBFF; }
a { background-color: rgb(17,187,255); }
div.DivClassName
{
background-color: #11BBFF;
}
.BgClassName
{
background-color: #11BBFF;
}
</style>
border-color css
<style>
span { border-color: #11BBFF; }
span { border-color: rgb(17,187,255); }
td.TdClassName
{
border-color: #11BBFF;
}
.TagClassName
{
border-color: #11BBFF;
}
</style>