Shades of Deep Sky Blue #11BDFD
Tints of Deep Sky Blue #11BDFD
RGB
CMYK
RGB Variations
Color information
#11BDFD (or 0x11BDFD) is known color: Deep Sky Blue. HEX triplet: 11, BD and FD. RGB value is (17,189,253). Sum of RGB (Red+Green+Blue) = 17+189+253=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #11BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BDFD is #EE4202. Grayscale: #909090. Windows color (decimal): -15614467 or 16629009. OLE color: 16629009.
HSL color Cylindrical-coordinate representation of color #11BDFD: hue angle of 196.27º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BDFD is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 189 | 253 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.01 |
| HSL | 196.27º | 0.98% | 0.53% | - |
| HSV(B) | 196.27º | 0.93% | 0.99% | - |
| XYZ | 36.16 | 43.61 | 99.44 | - |
| YUV | 144.87 | 189.02 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 253 | 0.93 | 0.25 | 0 | 0.01 | 196.27 | 0.98 | 0.53 |
| Hex | 11 | BD | FD | 5D | 19 | 0 | 1 | C4 | 62 | 35 |
| Octal | 21 | 275 | 375 | 135 | 31 | 0 | 1 | 304 | 142 | 65 |
| Binary | 10001 | 10111101 | 11111101 | 1011101 | 11001 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #11BDFD
Complementary color
Monochromatic Colors of #11BDFD
Black with #11BDFD
Text Example
Text Example
White with #11BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDFD; }
p { color: rgb(17,189,253); }
H1.HeaderClassName
{
color: #11BDFD;
}
.AnyTagClassName
{
color: #11BDFD;
}
</style>
background-color css
<style>
a { background-color: #11BDFD; }
a { background-color: rgb(17,189,253); }
div.DivClassName
{
background-color: #11BDFD;
}
.BgClassName
{
background-color: #11BDFD;
}
</style>
border-color css
<style>
span { border-color: #11BDFD; }
span { border-color: rgb(17,189,253); }
td.TdClassName
{
border-color: #11BDFD;
}
.TagClassName
{
border-color: #11BDFD;
}
</style>