Shades of Deep Sky Blue #11CDEF
Tints of Deep Sky Blue #11CDEF
RGB
CMYK
RGB Variations
Color information
#11CDEF (or 0x11CDEF) is known color: Deep Sky Blue. HEX triplet: 11, CD and EF. RGB value is (17,205,239). Sum of RGB (Red+Green+Blue) = 17+205+239=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #11CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDEF is #EE3210. Grayscale: #989898. Windows color (decimal): -15610385 or 15715601. OLE color: 15715601.
HSL color Cylindrical-coordinate representation of color #11CDEF: hue angle of 189.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CDEF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 205 | 239 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.06 |
| HSL | 189.19º | 0.87% | 0.5% | - |
| HSV(B) | 189.19º | 0.93% | 0.94% | - |
| XYZ | 37.64 | 50.01 | 89.33 | - |
| YUV | 152.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 239 | 0.93 | 0.14 | 0 | 0.06 | 189.19 | 0.87 | 0.5 |
| Hex | 11 | CD | EF | 5D | E | 0 | 6 | BD | 57 | 32 |
| Octal | 21 | 315 | 357 | 135 | 16 | 0 | 6 | 275 | 127 | 62 |
| Binary | 10001 | 11001101 | 11101111 | 1011101 | 1110 | 0 | 110 | 10111101 | 1010111 | 110010 |
Color Harmonies of #11CDEF
Complementary color
Monochromatic Colors of #11CDEF
Black with #11CDEF
Text Example
Text Example
White with #11CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDEF; }
p { color: rgb(17,205,239); }
H1.HeaderClassName
{
color: #11CDEF;
}
.AnyTagClassName
{
color: #11CDEF;
}
</style>
background-color css
<style>
a { background-color: #11CDEF; }
a { background-color: rgb(17,205,239); }
div.DivClassName
{
background-color: #11CDEF;
}
.BgClassName
{
background-color: #11CDEF;
}
</style>
border-color css
<style>
span { border-color: #11CDEF; }
span { border-color: rgb(17,205,239); }
td.TdClassName
{
border-color: #11CDEF;
}
.TagClassName
{
border-color: #11CDEF;
}
</style>