Shades of Deep Sky Blue #11B5F1
Tints of Deep Sky Blue #11B5F1
RGB
CMYK
RGB Variations
Color information
#11B5F1 (or 0x11B5F1) is known color: Deep Sky Blue. HEX triplet: 11, B5 and F1. RGB value is (17,181,241). Sum of RGB (Red+Green+Blue) = 17+181+241=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #11B5F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5F1 is #EE4A0E. Grayscale: #8A8A8A. Windows color (decimal): -15616527 or 15840529. OLE color: 15840529.
HSL color Cylindrical-coordinate representation of color #11B5F1: hue angle of 196.07º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B5F1 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 181 | 241 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.05 |
| HSL | 196.07º | 0.89% | 0.51% | - |
| HSV(B) | 196.07º | 0.93% | 0.95% | - |
| XYZ | 32.63 | 39.52 | 89.13 | - |
| YUV | 138.8 | 185.67 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 241 | 0.93 | 0.25 | 0 | 0.05 | 196.07 | 0.89 | 0.51 |
| Hex | 11 | B5 | F1 | 5D | 19 | 0 | 5 | C4 | 59 | 33 |
| Octal | 21 | 265 | 361 | 135 | 31 | 0 | 5 | 304 | 131 | 63 |
| Binary | 10001 | 10110101 | 11110001 | 1011101 | 11001 | 0 | 101 | 11000100 | 1011001 | 110011 |
Color Harmonies of #11B5F1
Complementary color
Monochromatic Colors of #11B5F1
Black with #11B5F1
Text Example
Text Example
White with #11B5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5F1; }
p { color: rgb(17,181,241); }
H1.HeaderClassName
{
color: #11B5F1;
}
.AnyTagClassName
{
color: #11B5F1;
}
</style>
background-color css
<style>
a { background-color: #11B5F1; }
a { background-color: rgb(17,181,241); }
div.DivClassName
{
background-color: #11B5F1;
}
.BgClassName
{
background-color: #11B5F1;
}
</style>
border-color css
<style>
span { border-color: #11B5F1; }
span { border-color: rgb(17,181,241); }
td.TdClassName
{
border-color: #11B5F1;
}
.TagClassName
{
border-color: #11B5F1;
}
</style>