Shades of Deep Sky Blue #11B5F0
Tints of Deep Sky Blue #11B5F0
RGB
CMYK
RGB Variations
Color information
#11B5F0 (or 0x11B5F0) is known color: Deep Sky Blue. HEX triplet: 11, B5 and F0. RGB value is (17,181,240). Sum of RGB (Red+Green+Blue) = 17+181+240=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #11B5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5F0 is #EE4A0F. Grayscale: #8A8A8A. Windows color (decimal): -15616528 or 15774993. OLE color: 15774993.
HSL color Cylindrical-coordinate representation of color #11B5F0: hue angle of 195.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B5F0 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 181 | 240 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.06 |
| HSL | 195.87º | 0.88% | 0.5% | - |
| HSV(B) | 195.87º | 0.93% | 0.94% | - |
| XYZ | 32.48 | 39.46 | 88.34 | - |
| YUV | 138.69 | 185.17 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 240 | 0.93 | 0.25 | 0 | 0.06 | 195.87 | 0.88 | 0.5 |
| Hex | 11 | B5 | F0 | 5D | 19 | 0 | 6 | C4 | 58 | 32 |
| Octal | 21 | 265 | 360 | 135 | 31 | 0 | 6 | 304 | 130 | 62 |
| Binary | 10001 | 10110101 | 11110000 | 1011101 | 11001 | 0 | 110 | 11000100 | 1011000 | 110010 |
Color Harmonies of #11B5F0
Complementary color
Monochromatic Colors of #11B5F0
Black with #11B5F0
Text Example
Text Example
White with #11B5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5F0; }
p { color: rgb(17,181,240); }
H1.HeaderClassName
{
color: #11B5F0;
}
.AnyTagClassName
{
color: #11B5F0;
}
</style>
background-color css
<style>
a { background-color: #11B5F0; }
a { background-color: rgb(17,181,240); }
div.DivClassName
{
background-color: #11B5F0;
}
.BgClassName
{
background-color: #11B5F0;
}
</style>
border-color css
<style>
span { border-color: #11B5F0; }
span { border-color: rgb(17,181,240); }
td.TdClassName
{
border-color: #11B5F0;
}
.TagClassName
{
border-color: #11B5F0;
}
</style>