Shades of Deep Sky Blue #17CFF5
Tints of Deep Sky Blue #17CFF5
RGB
CMYK
RGB Variations
Color information
#17CFF5 (or 0x17CFF5) is known color: Deep Sky Blue. HEX triplet: 17, CF and F5. RGB value is (23,207,245). Sum of RGB (Red+Green+Blue) = 23+207+245=475 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.84% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 245 (96.09% from 255 or 51.58% from 475); Max value from RGB is 245 - color contains mainly: blue. Hex color #17CFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFF5 is #E8300A. Grayscale: #9B9B9B. Windows color (decimal): -15216651 or 16109335. OLE color: 16109335.
HSL color Cylindrical-coordinate representation of color #17CFF5: hue angle of 190.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17CFF5 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 207 | 245 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.04 |
| HSL | 190.27º | 0.92% | 0.53% | - |
| HSV(B) | 190.27º | 0.91% | 0.96% | - |
| XYZ | 39.15 | 51.4 | 94.24 | - |
| YUV | 156.32 | 178.04 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 245 | 0.91 | 0.16 | 0 | 0.04 | 190.27 | 0.92 | 0.53 |
| Hex | 17 | CF | F5 | 5B | 10 | 0 | 4 | BE | 5C | 35 |
| Octal | 27 | 317 | 365 | 133 | 20 | 0 | 4 | 276 | 134 | 65 |
| Binary | 10111 | 11001111 | 11110101 | 1011011 | 10000 | 0 | 100 | 10111110 | 1011100 | 110101 |
Color Harmonies of #17CFF5
Complementary color
Monochromatic Colors of #17CFF5
Black with #17CFF5
Text Example
Text Example
White with #17CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFF5; }
p { color: rgb(23,207,245); }
H1.HeaderClassName
{
color: #17CFF5;
}
.AnyTagClassName
{
color: #17CFF5;
}
</style>
background-color css
<style>
a { background-color: #17CFF5; }
a { background-color: rgb(23,207,245); }
div.DivClassName
{
background-color: #17CFF5;
}
.BgClassName
{
background-color: #17CFF5;
}
</style>
border-color css
<style>
span { border-color: #17CFF5; }
span { border-color: rgb(23,207,245); }
td.TdClassName
{
border-color: #17CFF5;
}
.TagClassName
{
border-color: #17CFF5;
}
</style>