Shades of Deep Sky Blue #11B1F1
Tints of Deep Sky Blue #11B1F1
RGB
CMYK
RGB Variations
Color information
#11B1F1 (or 0x11B1F1) is known color: Deep Sky Blue. HEX triplet: 11, B1 and F1. RGB value is (17,177,241). Sum of RGB (Red+Green+Blue) = 17+177+241=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #11B1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B1F1 is #EE4E0E. Grayscale: #888888. Windows color (decimal): -15617551 or 15839505. OLE color: 15839505.
HSL color Cylindrical-coordinate representation of color #11B1F1: hue angle of 197.14º 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 #11B1F1 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 177 | 241 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.05 |
| HSL | 197.14º | 0.89% | 0.51% | - |
| HSV(B) | 197.14º | 0.93% | 0.95% | - |
| XYZ | 31.83 | 37.91 | 88.86 | - |
| YUV | 136.46 | 186.99 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 241 | 0.93 | 0.27 | 0 | 0.05 | 197.14 | 0.89 | 0.51 |
| Hex | 11 | B1 | F1 | 5D | 1B | 0 | 5 | C5 | 59 | 33 |
| Octal | 21 | 261 | 361 | 135 | 33 | 0 | 5 | 305 | 131 | 63 |
| Binary | 10001 | 10110001 | 11110001 | 1011101 | 11011 | 0 | 101 | 11000101 | 1011001 | 110011 |
Color Harmonies of #11B1F1
Complementary color
Monochromatic Colors of #11B1F1
Black with #11B1F1
Text Example
Text Example
White with #11B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B1F1; }
p { color: rgb(17,177,241); }
H1.HeaderClassName
{
color: #11B1F1;
}
.AnyTagClassName
{
color: #11B1F1;
}
</style>
background-color css
<style>
a { background-color: #11B1F1; }
a { background-color: rgb(17,177,241); }
div.DivClassName
{
background-color: #11B1F1;
}
.BgClassName
{
background-color: #11B1F1;
}
</style>
border-color css
<style>
span { border-color: #11B1F1; }
span { border-color: rgb(17,177,241); }
td.TdClassName
{
border-color: #11B1F1;
}
.TagClassName
{
border-color: #11B1F1;
}
</style>