Shades of Deep Sky Blue #11BBFD
Tints of Deep Sky Blue #11BBFD
RGB
CMYK
RGB Variations
Color information
#11BBFD (or 0x11BBFD) is known color: Deep Sky Blue. HEX triplet: 11, BB and FD. RGB value is (17,187,253). Sum of RGB (Red+Green+Blue) = 17+187+253=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #11BBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBFD is #EE4402. Grayscale: #8F8F8F. Windows color (decimal): -15614979 or 16628497. OLE color: 16628497.
HSL color Cylindrical-coordinate representation of color #11BBFD: hue angle of 196.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BBFD is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 187 | 253 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.01 |
| HSL | 196.78º | 0.98% | 0.53% | - |
| HSV(B) | 196.78º | 0.93% | 0.99% | - |
| XYZ | 35.73 | 42.75 | 99.3 | - |
| YUV | 143.69 | 189.68 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 253 | 0.93 | 0.26 | 0 | 0.01 | 196.78 | 0.98 | 0.53 |
| Hex | 11 | BB | FD | 5D | 1A | 0 | 1 | C5 | 62 | 35 |
| Octal | 21 | 273 | 375 | 135 | 32 | 0 | 1 | 305 | 142 | 65 |
| Binary | 10001 | 10111011 | 11111101 | 1011101 | 11010 | 0 | 1 | 11000101 | 1100010 | 110101 |
Color Harmonies of #11BBFD
Complementary color
Monochromatic Colors of #11BBFD
Black with #11BBFD
Text Example
Text Example
White with #11BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBFD; }
p { color: rgb(17,187,253); }
H1.HeaderClassName
{
color: #11BBFD;
}
.AnyTagClassName
{
color: #11BBFD;
}
</style>
background-color css
<style>
a { background-color: #11BBFD; }
a { background-color: rgb(17,187,253); }
div.DivClassName
{
background-color: #11BBFD;
}
.BgClassName
{
background-color: #11BBFD;
}
</style>
border-color css
<style>
span { border-color: #11BBFD; }
span { border-color: rgb(17,187,253); }
td.TdClassName
{
border-color: #11BBFD;
}
.TagClassName
{
border-color: #11BBFD;
}
</style>