Shades of Deep Sky Blue #11B5FA
Tints of Deep Sky Blue #11B5FA
RGB
CMYK
RGB Variations
Color information
#11B5FA (or 0x11B5FA) is known color: Deep Sky Blue. HEX triplet: 11, B5 and FA. RGB value is (17,181,250). Sum of RGB (Red+Green+Blue) = 17+181+250=448 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #11B5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5FA is #EE4A05. Grayscale: #8B8B8B. Windows color (decimal): -15616518 or 16430353. OLE color: 16430353.
HSL color Cylindrical-coordinate representation of color #11B5FA: hue angle of 197.77º 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 #11B5FA is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 181 | 250 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.02 |
| HSL | 197.77º | 0.96% | 0.52% | - |
| HSV(B) | 197.77º | 0.93% | 0.98% | - |
| XYZ | 34.01 | 40.07 | 96.38 | - |
| YUV | 139.83 | 190.17 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 250 | 0.93 | 0.28 | 0 | 0.02 | 197.77 | 0.96 | 0.52 |
| Hex | 11 | B5 | FA | 5D | 1C | 0 | 2 | C6 | 60 | 34 |
| Octal | 21 | 265 | 372 | 135 | 34 | 0 | 2 | 306 | 140 | 64 |
| Binary | 10001 | 10110101 | 11111010 | 1011101 | 11100 | 0 | 10 | 11000110 | 1100000 | 110100 |
Color Harmonies of #11B5FA
Complementary color
Monochromatic Colors of #11B5FA
Black with #11B5FA
Text Example
Text Example
White with #11B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5FA; }
p { color: rgb(17,181,250); }
H1.HeaderClassName
{
color: #11B5FA;
}
.AnyTagClassName
{
color: #11B5FA;
}
</style>
background-color css
<style>
a { background-color: #11B5FA; }
a { background-color: rgb(17,181,250); }
div.DivClassName
{
background-color: #11B5FA;
}
.BgClassName
{
background-color: #11B5FA;
}
</style>
border-color css
<style>
span { border-color: #11B5FA; }
span { border-color: rgb(17,181,250); }
td.TdClassName
{
border-color: #11B5FA;
}
.TagClassName
{
border-color: #11B5FA;
}
</style>