Shades of Deep Sky Blue #11B5FF
Tints of Deep Sky Blue #11B5FF
RGB
CMYK
RGB Variations
Color information
#11B5FF (or 0x11B5FF) is known color: Deep Sky Blue. HEX triplet: 11, B5 and FF. RGB value is (17,181,255). Sum of RGB (Red+Green+Blue) = 17+181+255=453 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.75% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #11B5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5FF is #EE4A00. Grayscale: #8B8B8B. Windows color (decimal): -15616513 or 16758033. OLE color: 16758033.
HSL color Cylindrical-coordinate representation of color #11B5FF: hue angle of 198.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B5FF is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 181 | 255 | - |
| CMYK | 0.93 | 0.29 | 0 | 0 |
| HSL | 198.66º | 1% | 0.53% | - |
| HSV(B) | 198.66º | 0.93% | 1% | - |
| XYZ | 34.81 | 40.39 | 100.57 | - |
| YUV | 140.4 | 192.67 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 255 | 0.93 | 0.29 | 0 | 0 | 198.66 | 1 | 0.53 |
| Hex | 11 | B5 | FF | 5D | 1D | 0 | 0 | C7 | 64 | 35 |
| Octal | 21 | 265 | 377 | 135 | 35 | 0 | 0 | 307 | 144 | 65 |
| Binary | 10001 | 10110101 | 11111111 | 1011101 | 11101 | 0 | 0 | 11000111 | 1100100 | 110101 |
Color Harmonies of #11B5FF
Complementary color
Monochromatic Colors of #11B5FF
Black with #11B5FF
Text Example
Text Example
White with #11B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5FF; }
p { color: rgb(17,181,255); }
H1.HeaderClassName
{
color: #11B5FF;
}
.AnyTagClassName
{
color: #11B5FF;
}
</style>
background-color css
<style>
a { background-color: #11B5FF; }
a { background-color: rgb(17,181,255); }
div.DivClassName
{
background-color: #11B5FF;
}
.BgClassName
{
background-color: #11B5FF;
}
</style>
border-color css
<style>
span { border-color: #11B5FF; }
span { border-color: rgb(17,181,255); }
td.TdClassName
{
border-color: #11B5FF;
}
.TagClassName
{
border-color: #11B5FF;
}
</style>