Shades of Deep Sky Blue #11DEFD
Tints of Deep Sky Blue #11DEFD
RGB
CMYK
RGB Variations
Color information
#11DEFD (or 0x11DEFD) is known color: Deep Sky Blue. HEX triplet: 11, DE and FD. RGB value is (17,222,253). Sum of RGB (Red+Green+Blue) = 17+222+253=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #11DEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DEFD is #EE2102. Grayscale: #A3A3A3. Windows color (decimal): -15606019 or 16637457. OLE color: 16637457.
HSL color Cylindrical-coordinate representation of color #11DEFD: hue angle of 187.88º 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 #11DEFD is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 222 | 253 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.01 |
| HSL | 187.88º | 0.98% | 0.53% | - |
| HSV(B) | 187.88º | 0.93% | 0.99% | - |
| XYZ | 44.08 | 59.45 | 102.08 | - |
| YUV | 164.24 | 178.08 | 22.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 253 | 0.93 | 0.12 | 0 | 0.01 | 187.88 | 0.98 | 0.53 |
| Hex | 11 | DE | FD | 5D | C | 0 | 1 | BC | 62 | 35 |
| Octal | 21 | 336 | 375 | 135 | 14 | 0 | 1 | 274 | 142 | 65 |
| Binary | 10001 | 11011110 | 11111101 | 1011101 | 1100 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #11DEFD
Complementary color
Monochromatic Colors of #11DEFD
Black with #11DEFD
Text Example
Text Example
White with #11DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DEFD; }
p { color: rgb(17,222,253); }
H1.HeaderClassName
{
color: #11DEFD;
}
.AnyTagClassName
{
color: #11DEFD;
}
</style>
background-color css
<style>
a { background-color: #11DEFD; }
a { background-color: rgb(17,222,253); }
div.DivClassName
{
background-color: #11DEFD;
}
.BgClassName
{
background-color: #11DEFD;
}
</style>
border-color css
<style>
span { border-color: #11DEFD; }
span { border-color: rgb(17,222,253); }
td.TdClassName
{
border-color: #11DEFD;
}
.TagClassName
{
border-color: #11DEFD;
}
</style>