Shades of Deep Sky Blue #11BAF3
Tints of Deep Sky Blue #11BAF3
RGB
CMYK
RGB Variations
Color information
#11BAF3 (or 0x11BAF3) is known color: Deep Sky Blue. HEX triplet: 11, BA and F3. RGB value is (17,186,243). Sum of RGB (Red+Green+Blue) = 17+186+243=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #11BAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAF3 is #EE450C. Grayscale: #8D8D8D. Windows color (decimal): -15615245 or 15972881. OLE color: 15972881.
HSL color Cylindrical-coordinate representation of color #11BAF3: hue angle of 195.13º 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 #11BAF3 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 186 | 243 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 195.13º | 0.9% | 0.51% | - |
| HSV(B) | 195.13º | 0.93% | 0.95% | - |
| XYZ | 33.97 | 41.71 | 91.05 | - |
| YUV | 141.97 | 185.01 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 243 | 0.93 | 0.23 | 0 | 0.05 | 195.13 | 0.9 | 0.51 |
| Hex | 11 | BA | F3 | 5D | 17 | 0 | 5 | C3 | 5A | 33 |
| Octal | 21 | 272 | 363 | 135 | 27 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10001 | 10111010 | 11110011 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #11BAF3
Complementary color
Monochromatic Colors of #11BAF3
Black with #11BAF3
Text Example
Text Example
White with #11BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAF3; }
p { color: rgb(17,186,243); }
H1.HeaderClassName
{
color: #11BAF3;
}
.AnyTagClassName
{
color: #11BAF3;
}
</style>
background-color css
<style>
a { background-color: #11BAF3; }
a { background-color: rgb(17,186,243); }
div.DivClassName
{
background-color: #11BAF3;
}
.BgClassName
{
background-color: #11BAF3;
}
</style>
border-color css
<style>
span { border-color: #11BAF3; }
span { border-color: rgb(17,186,243); }
td.TdClassName
{
border-color: #11BAF3;
}
.TagClassName
{
border-color: #11BAF3;
}
</style>