Shades of Deep Sky Blue #17CDEF
Tints of Deep Sky Blue #17CDEF
RGB
CMYK
RGB Variations
Color information
#17CDEF (or 0x17CDEF) is known color: Deep Sky Blue. HEX triplet: 17, CD and EF. RGB value is (23,205,239). Sum of RGB (Red+Green+Blue) = 23+205+239=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #17CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CDEF is #E83210. Grayscale: #9A9A9A. Windows color (decimal): -15217169 or 15715607. OLE color: 15715607.
HSL color Cylindrical-coordinate representation of color #17CDEF: hue angle of 189.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CDEF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 205 | 239 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.06 |
| HSL | 189.44º | 0.87% | 0.51% | - |
| HSV(B) | 189.44º | 0.9% | 0.94% | - |
| XYZ | 37.76 | 50.08 | 89.34 | - |
| YUV | 154.46 | 175.7 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 239 | 0.90 | 0.14 | 0 | 0.06 | 189.44 | 0.87 | 0.51 |
| Hex | 17 | CD | EF | 5A | E | 0 | 6 | BD | 57 | 33 |
| Octal | 27 | 315 | 357 | 132 | 16 | 0 | 6 | 275 | 127 | 63 |
| Binary | 10111 | 11001101 | 11101111 | 1011010 | 1110 | 0 | 110 | 10111101 | 1010111 | 110011 |
Color Harmonies of #17CDEF
Complementary color
Monochromatic Colors of #17CDEF
Black with #17CDEF
Text Example
Text Example
White with #17CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDEF; }
p { color: rgb(23,205,239); }
H1.HeaderClassName
{
color: #17CDEF;
}
.AnyTagClassName
{
color: #17CDEF;
}
</style>
background-color css
<style>
a { background-color: #17CDEF; }
a { background-color: rgb(23,205,239); }
div.DivClassName
{
background-color: #17CDEF;
}
.BgClassName
{
background-color: #17CDEF;
}
</style>
border-color css
<style>
span { border-color: #17CDEF; }
span { border-color: rgb(23,205,239); }
td.TdClassName
{
border-color: #17CDEF;
}
.TagClassName
{
border-color: #17CDEF;
}
</style>