Shades of Deep Sky Blue #11DCFE
Tints of Deep Sky Blue #11DCFE
RGB
CMYK
RGB Variations
Color information
#11DCFE (or 0x11DCFE) is known color: Deep Sky Blue. HEX triplet: 11, DC and FE. RGB value is (17,220,254). Sum of RGB (Red+Green+Blue) = 17+220+254=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #11DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCFE is #EE2301. Grayscale: #A2A2A2. Windows color (decimal): -15606530 or 16702481. OLE color: 16702481.
HSL color Cylindrical-coordinate representation of color #11DCFE: hue angle of 188.61º 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 #11DCFE is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 220 | 254 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.00 |
| HSL | 188.61º | 0.99% | 0.53% | - |
| HSV(B) | 188.61º | 0.93% | 1% | - |
| XYZ | 43.71 | 58.46 | 102.75 | - |
| YUV | 163.18 | 179.25 | 23.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 254 | 0.93 | 0.13 | 0 | 0.00 | 188.61 | 0.99 | 0.53 |
| Hex | 11 | DC | FE | 5D | D | 0 | 0 | BD | 63 | 35 |
| Octal | 21 | 334 | 376 | 135 | 15 | 0 | 0 | 275 | 143 | 65 |
| Binary | 10001 | 11011100 | 11111110 | 1011101 | 1101 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #11DCFE
Complementary color
Monochromatic Colors of #11DCFE
Black with #11DCFE
Text Example
Text Example
White with #11DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCFE; }
p { color: rgb(17,220,254); }
H1.HeaderClassName
{
color: #11DCFE;
}
.AnyTagClassName
{
color: #11DCFE;
}
</style>
background-color css
<style>
a { background-color: #11DCFE; }
a { background-color: rgb(17,220,254); }
div.DivClassName
{
background-color: #11DCFE;
}
.BgClassName
{
background-color: #11DCFE;
}
</style>
border-color css
<style>
span { border-color: #11DCFE; }
span { border-color: rgb(17,220,254); }
td.TdClassName
{
border-color: #11DCFE;
}
.TagClassName
{
border-color: #11DCFE;
}
</style>