Shades of Deep Sky Blue #11D4FB
Tints of Deep Sky Blue #11D4FB
RGB
CMYK
RGB Variations
Color information
#11D4FB (or 0x11D4FB) is known color: Deep Sky Blue. HEX triplet: 11, D4 and FB. RGB value is (17,212,251). Sum of RGB (Red+Green+Blue) = 17+212+251=480 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.54% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #11D4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D4FB is #EE2B04. Grayscale: #9D9D9D. Windows color (decimal): -15608581 or 16503825. OLE color: 16503825.
HSL color Cylindrical-coordinate representation of color #11D4FB: hue angle of 190º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11D4FB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 212 | 251 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.02 |
| HSL | 190º | 0.97% | 0.53% | - |
| HSV(B) | 190º | 0.93% | 0.98% | - |
| XYZ | 41.19 | 54.17 | 99.55 | - |
| YUV | 158.14 | 180.4 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 212 | 251 | 0.93 | 0.16 | 0 | 0.02 | 190 | 0.97 | 0.53 |
| Hex | 11 | D4 | FB | 5D | 10 | 0 | 2 | BE | 61 | 35 |
| Octal | 21 | 324 | 373 | 135 | 20 | 0 | 2 | 276 | 141 | 65 |
| Binary | 10001 | 11010100 | 11111011 | 1011101 | 10000 | 0 | 10 | 10111110 | 1100001 | 110101 |
Color Harmonies of #11D4FB
Complementary color
Monochromatic Colors of #11D4FB
Black with #11D4FB
Text Example
Text Example
White with #11D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D4FB; }
p { color: rgb(17,212,251); }
H1.HeaderClassName
{
color: #11D4FB;
}
.AnyTagClassName
{
color: #11D4FB;
}
</style>
background-color css
<style>
a { background-color: #11D4FB; }
a { background-color: rgb(17,212,251); }
div.DivClassName
{
background-color: #11D4FB;
}
.BgClassName
{
background-color: #11D4FB;
}
</style>
border-color css
<style>
span { border-color: #11D4FB; }
span { border-color: rgb(17,212,251); }
td.TdClassName
{
border-color: #11D4FB;
}
.TagClassName
{
border-color: #11D4FB;
}
</style>