Shades of Deep Sky Blue #11CDFD
Tints of Deep Sky Blue #11CDFD
RGB
CMYK
RGB Variations
Color information
#11CDFD (or 0x11CDFD) is known color: Deep Sky Blue. HEX triplet: 11, CD and FD. RGB value is (17,205,253). Sum of RGB (Red+Green+Blue) = 17+205+253=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #11CDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDFD is #EE3202. Grayscale: #999999. Windows color (decimal): -15610371 or 16633105. OLE color: 16633105.
HSL color Cylindrical-coordinate representation of color #11CDFD: hue angle of 192.2º 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 #11CDFD is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 205 | 253 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.01 |
| HSL | 192.2º | 0.98% | 0.53% | - |
| HSV(B) | 192.2º | 0.93% | 0.99% | - |
| XYZ | 39.79 | 50.87 | 100.65 | - |
| YUV | 154.26 | 183.72 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 253 | 0.93 | 0.19 | 0 | 0.01 | 192.2 | 0.98 | 0.53 |
| Hex | 11 | CD | FD | 5D | 13 | 0 | 1 | C0 | 62 | 35 |
| Octal | 21 | 315 | 375 | 135 | 23 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10001 | 11001101 | 11111101 | 1011101 | 10011 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #11CDFD
Complementary color
Monochromatic Colors of #11CDFD
Black with #11CDFD
Text Example
Text Example
White with #11CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDFD; }
p { color: rgb(17,205,253); }
H1.HeaderClassName
{
color: #11CDFD;
}
.AnyTagClassName
{
color: #11CDFD;
}
</style>
background-color css
<style>
a { background-color: #11CDFD; }
a { background-color: rgb(17,205,253); }
div.DivClassName
{
background-color: #11CDFD;
}
.BgClassName
{
background-color: #11CDFD;
}
</style>
border-color css
<style>
span { border-color: #11CDFD; }
span { border-color: rgb(17,205,253); }
td.TdClassName
{
border-color: #11CDFD;
}
.TagClassName
{
border-color: #11CDFD;
}
</style>