Shades of Deep Sky Blue #17D5FC
Tints of Deep Sky Blue #17D5FC
RGB
CMYK
RGB Variations
Color information
#17D5FC (or 0x17D5FC) is known color: Deep Sky Blue. HEX triplet: 17, D5 and FC. RGB value is (23,213,252). Sum of RGB (Red+Green+Blue) = 23+213+252=488 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.71% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #17D5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D5FC is #E82A03. Grayscale: #A0A0A0. Windows color (decimal): -15215108 or 16569623. OLE color: 16569623.
HSL color Cylindrical-coordinate representation of color #17D5FC: hue angle of 190.22º degrees, saturation: 0.97, 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 #17D5FC is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 213 | 252 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.01 |
| HSL | 190.22º | 0.97% | 0.54% | - |
| HSV(B) | 190.22º | 0.91% | 0.99% | - |
| XYZ | 41.72 | 54.8 | 100.47 | - |
| YUV | 160.64 | 179.55 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 213 | 252 | 0.91 | 0.15 | 0 | 0.01 | 190.22 | 0.97 | 0.54 |
| Hex | 17 | D5 | FC | 5B | F | 0 | 1 | BE | 61 | 36 |
| Octal | 27 | 325 | 374 | 133 | 17 | 0 | 1 | 276 | 141 | 66 |
| Binary | 10111 | 11010101 | 11111100 | 1011011 | 1111 | 0 | 1 | 10111110 | 1100001 | 110110 |
Color Harmonies of #17D5FC
Complementary color
Monochromatic Colors of #17D5FC
Black with #17D5FC
Text Example
Text Example
White with #17D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D5FC; }
p { color: rgb(23,213,252); }
H1.HeaderClassName
{
color: #17D5FC;
}
.AnyTagClassName
{
color: #17D5FC;
}
</style>
background-color css
<style>
a { background-color: #17D5FC; }
a { background-color: rgb(23,213,252); }
div.DivClassName
{
background-color: #17D5FC;
}
.BgClassName
{
background-color: #17D5FC;
}
</style>
border-color css
<style>
span { border-color: #17D5FC; }
span { border-color: rgb(23,213,252); }
td.TdClassName
{
border-color: #17D5FC;
}
.TagClassName
{
border-color: #17D5FC;
}
</style>