Shades of Deep Sky Blue #11BBF7
Tints of Deep Sky Blue #11BBF7
RGB
CMYK
RGB Variations
Color information
#11BBF7 (or 0x11BBF7) is known color: Deep Sky Blue. HEX triplet: 11, BB and F7. RGB value is (17,187,247). Sum of RGB (Red+Green+Blue) = 17+187+247=451 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.77% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #11BBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBF7 is #EE4408. Grayscale: #8E8E8E. Windows color (decimal): -15614985 or 16235281. OLE color: 16235281.
HSL color Cylindrical-coordinate representation of color #11BBF7: hue angle of 195.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BBF7 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 187 | 247 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.03 |
| HSL | 195.65º | 0.93% | 0.52% | - |
| HSV(B) | 195.65º | 0.93% | 0.97% | - |
| XYZ | 34.79 | 42.38 | 94.34 | - |
| YUV | 143.01 | 186.68 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 247 | 0.93 | 0.24 | 0 | 0.03 | 195.65 | 0.93 | 0.52 |
| Hex | 11 | BB | F7 | 5D | 18 | 0 | 3 | C4 | 5D | 34 |
| Octal | 21 | 273 | 367 | 135 | 30 | 0 | 3 | 304 | 135 | 64 |
| Binary | 10001 | 10111011 | 11110111 | 1011101 | 11000 | 0 | 11 | 11000100 | 1011101 | 110100 |
Color Harmonies of #11BBF7
Complementary color
Monochromatic Colors of #11BBF7
Black with #11BBF7
Text Example
Text Example
White with #11BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBF7; }
p { color: rgb(17,187,247); }
H1.HeaderClassName
{
color: #11BBF7;
}
.AnyTagClassName
{
color: #11BBF7;
}
</style>
background-color css
<style>
a { background-color: #11BBF7; }
a { background-color: rgb(17,187,247); }
div.DivClassName
{
background-color: #11BBF7;
}
.BgClassName
{
background-color: #11BBF7;
}
</style>
border-color css
<style>
span { border-color: #11BBF7; }
span { border-color: rgb(17,187,247); }
td.TdClassName
{
border-color: #11BBF7;
}
.TagClassName
{
border-color: #11BBF7;
}
</style>