Shades of Deep Sky Blue #17DDFD
Tints of Deep Sky Blue #17DDFD
RGB
CMYK
RGB Variations
Color information
#17DDFD (or 0x17DDFD) is known color: Deep Sky Blue. HEX triplet: 17, DD and FD. RGB value is (23,221,253). Sum of RGB (Red+Green+Blue) = 23+221+253=497 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.63% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #17DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDFD is #E82202. Grayscale: #A5A5A5. Windows color (decimal): -15213059 or 16637207. OLE color: 16637207.
HSL color Cylindrical-coordinate representation of color #17DDFD: hue angle of 188.35º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DDFD is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 221 | 253 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.01 |
| HSL | 188.35º | 0.98% | 0.54% | - |
| HSV(B) | 188.35º | 0.91% | 0.99% | - |
| XYZ | 43.94 | 58.99 | 102 | - |
| YUV | 165.45 | 177.4 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 221 | 253 | 0.91 | 0.13 | 0 | 0.01 | 188.35 | 0.98 | 0.54 |
| Hex | 17 | DD | FD | 5B | D | 0 | 1 | BC | 62 | 36 |
| Octal | 27 | 335 | 375 | 133 | 15 | 0 | 1 | 274 | 142 | 66 |
| Binary | 10111 | 11011101 | 11111101 | 1011011 | 1101 | 0 | 1 | 10111100 | 1100010 | 110110 |
Color Harmonies of #17DDFD
Complementary color
Monochromatic Colors of #17DDFD
Black with #17DDFD
Text Example
Text Example
White with #17DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DDFD; }
p { color: rgb(23,221,253); }
H1.HeaderClassName
{
color: #17DDFD;
}
.AnyTagClassName
{
color: #17DDFD;
}
</style>
background-color css
<style>
a { background-color: #17DDFD; }
a { background-color: rgb(23,221,253); }
div.DivClassName
{
background-color: #17DDFD;
}
.BgClassName
{
background-color: #17DDFD;
}
</style>
border-color css
<style>
span { border-color: #17DDFD; }
span { border-color: rgb(23,221,253); }
td.TdClassName
{
border-color: #17DDFD;
}
.TagClassName
{
border-color: #17DDFD;
}
</style>