Shades of Deep Sky Blue #11B5FE
Tints of Deep Sky Blue #11B5FE
RGB
CMYK
RGB Variations
Color information
#11B5FE (or 0x11B5FE) is known color: Deep Sky Blue. HEX triplet: 11, B5 and FE. RGB value is (17,181,254). Sum of RGB (Red+Green+Blue) = 17+181+254=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #11B5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5FE is #EE4A01. Grayscale: #8B8B8B. Windows color (decimal): -15616514 or 16692497. OLE color: 16692497.
HSL color Cylindrical-coordinate representation of color #11B5FE: hue angle of 198.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B5FE is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 181 | 254 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.00 |
| HSL | 198.48º | 0.99% | 0.53% | - |
| HSV(B) | 198.48º | 0.93% | 1% | - |
| XYZ | 34.64 | 40.32 | 99.72 | - |
| YUV | 140.29 | 192.17 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 254 | 0.93 | 0.29 | 0 | 0.00 | 198.48 | 0.99 | 0.53 |
| Hex | 11 | B5 | FE | 5D | 1D | 0 | 0 | C6 | 63 | 35 |
| Octal | 21 | 265 | 376 | 135 | 35 | 0 | 0 | 306 | 143 | 65 |
| Binary | 10001 | 10110101 | 11111110 | 1011101 | 11101 | 0 | 0 | 11000110 | 1100011 | 110101 |
Color Harmonies of #11B5FE
Complementary color
Monochromatic Colors of #11B5FE
Black with #11B5FE
Text Example
Text Example
White with #11B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5FE; }
p { color: rgb(17,181,254); }
H1.HeaderClassName
{
color: #11B5FE;
}
.AnyTagClassName
{
color: #11B5FE;
}
</style>
background-color css
<style>
a { background-color: #11B5FE; }
a { background-color: rgb(17,181,254); }
div.DivClassName
{
background-color: #11B5FE;
}
.BgClassName
{
background-color: #11B5FE;
}
</style>
border-color css
<style>
span { border-color: #11B5FE; }
span { border-color: rgb(17,181,254); }
td.TdClassName
{
border-color: #11B5FE;
}
.TagClassName
{
border-color: #11B5FE;
}
</style>