Shades of Deep Sky Blue #11BFFA
Tints of Deep Sky Blue #11BFFA
RGB
CMYK
RGB Variations
Color information
#11BFFA (or 0x11BFFA) is known color: Deep Sky Blue. HEX triplet: 11, BF and FA. RGB value is (17,191,250). Sum of RGB (Red+Green+Blue) = 17+191+250=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #11BFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFFA is #EE4005. Grayscale: #919191. Windows color (decimal): -15613958 or 16432913. OLE color: 16432913.
HSL color Cylindrical-coordinate representation of color #11BFFA: hue angle of 195.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BFFA is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 191 | 250 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.02 |
| HSL | 195.19º | 0.96% | 0.52% | - |
| HSV(B) | 195.19º | 0.93% | 0.98% | - |
| XYZ | 36.12 | 44.28 | 97.09 | - |
| YUV | 145.7 | 186.85 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 250 | 0.93 | 0.24 | 0 | 0.02 | 195.19 | 0.96 | 0.52 |
| Hex | 11 | BF | FA | 5D | 18 | 0 | 2 | C3 | 60 | 34 |
| Octal | 21 | 277 | 372 | 135 | 30 | 0 | 2 | 303 | 140 | 64 |
| Binary | 10001 | 10111111 | 11111010 | 1011101 | 11000 | 0 | 10 | 11000011 | 1100000 | 110100 |
Color Harmonies of #11BFFA
Complementary color
Monochromatic Colors of #11BFFA
Black with #11BFFA
Text Example
Text Example
White with #11BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BFFA; }
p { color: rgb(17,191,250); }
H1.HeaderClassName
{
color: #11BFFA;
}
.AnyTagClassName
{
color: #11BFFA;
}
</style>
background-color css
<style>
a { background-color: #11BFFA; }
a { background-color: rgb(17,191,250); }
div.DivClassName
{
background-color: #11BFFA;
}
.BgClassName
{
background-color: #11BFFA;
}
</style>
border-color css
<style>
span { border-color: #11BFFA; }
span { border-color: rgb(17,191,250); }
td.TdClassName
{
border-color: #11BFFA;
}
.TagClassName
{
border-color: #11BFFA;
}
</style>