Shades of Deep Sky Blue #11DBFD
Tints of Deep Sky Blue #11DBFD
RGB
CMYK
RGB Variations
Color information
#11DBFD (or 0x11DBFD) is known color: Deep Sky Blue. HEX triplet: 11, DB and FD. RGB value is (17,219,253). Sum of RGB (Red+Green+Blue) = 17+219+253=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #11DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBFD is #EE2402. Grayscale: #A2A2A2. Windows color (decimal): -15606787 or 16636689. OLE color: 16636689.
HSL color Cylindrical-coordinate representation of color #11DBFD: hue angle of 188.64º 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 #11DBFD is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 219 | 253 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.01 |
| HSL | 188.64º | 0.98% | 0.53% | - |
| HSV(B) | 188.64º | 0.93% | 0.99% | - |
| XYZ | 43.29 | 57.87 | 101.82 | - |
| YUV | 162.48 | 179.08 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 253 | 0.93 | 0.13 | 0 | 0.01 | 188.64 | 0.98 | 0.53 |
| Hex | 11 | DB | FD | 5D | D | 0 | 1 | BD | 62 | 35 |
| Octal | 21 | 333 | 375 | 135 | 15 | 0 | 1 | 275 | 142 | 65 |
| Binary | 10001 | 11011011 | 11111101 | 1011101 | 1101 | 0 | 1 | 10111101 | 1100010 | 110101 |
Color Harmonies of #11DBFD
Complementary color
Monochromatic Colors of #11DBFD
Black with #11DBFD
Text Example
Text Example
White with #11DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBFD; }
p { color: rgb(17,219,253); }
H1.HeaderClassName
{
color: #11DBFD;
}
.AnyTagClassName
{
color: #11DBFD;
}
</style>
background-color css
<style>
a { background-color: #11DBFD; }
a { background-color: rgb(17,219,253); }
div.DivClassName
{
background-color: #11DBFD;
}
.BgClassName
{
background-color: #11DBFD;
}
</style>
border-color css
<style>
span { border-color: #11DBFD; }
span { border-color: rgb(17,219,253); }
td.TdClassName
{
border-color: #11DBFD;
}
.TagClassName
{
border-color: #11DBFD;
}
</style>