Shades of Deep Sky Blue #11B1F3
Tints of Deep Sky Blue #11B1F3
RGB
CMYK
RGB Variations
Color information
#11B1F3 (or 0x11B1F3) is known color: Deep Sky Blue. HEX triplet: 11, B1 and F3. RGB value is (17,177,243). Sum of RGB (Red+Green+Blue) = 17+177+243=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #11B1F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B1F3 is #EE4E0C. Grayscale: #888888. Windows color (decimal): -15617549 or 15970577. OLE color: 15970577.
HSL color Cylindrical-coordinate representation of color #11B1F3: hue angle of 197.52º degrees, saturation: 0.9, 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 #11B1F3 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 177 | 243 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.05 |
| HSL | 197.52º | 0.9% | 0.51% | - |
| HSV(B) | 197.52º | 0.93% | 0.95% | - |
| XYZ | 32.13 | 38.03 | 90.44 | - |
| YUV | 136.68 | 187.99 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 243 | 0.93 | 0.27 | 0 | 0.05 | 197.52 | 0.9 | 0.51 |
| Hex | 11 | B1 | F3 | 5D | 1B | 0 | 5 | C6 | 5A | 33 |
| Octal | 21 | 261 | 363 | 135 | 33 | 0 | 5 | 306 | 132 | 63 |
| Binary | 10001 | 10110001 | 11110011 | 1011101 | 11011 | 0 | 101 | 11000110 | 1011010 | 110011 |
Color Harmonies of #11B1F3
Complementary color
Monochromatic Colors of #11B1F3
Black with #11B1F3
Text Example
Text Example
White with #11B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B1F3; }
p { color: rgb(17,177,243); }
H1.HeaderClassName
{
color: #11B1F3;
}
.AnyTagClassName
{
color: #11B1F3;
}
</style>
background-color css
<style>
a { background-color: #11B1F3; }
a { background-color: rgb(17,177,243); }
div.DivClassName
{
background-color: #11B1F3;
}
.BgClassName
{
background-color: #11B1F3;
}
</style>
border-color css
<style>
span { border-color: #11B1F3; }
span { border-color: rgb(17,177,243); }
td.TdClassName
{
border-color: #11B1F3;
}
.TagClassName
{
border-color: #11B1F3;
}
</style>