Shades of Deep Sky Blue #17C7F8
Tints of Deep Sky Blue #17C7F8
RGB
CMYK
RGB Variations
Color information
#17C7F8 (or 0x17C7F8) is known color: Deep Sky Blue. HEX triplet: 17, C7 and F8. RGB value is (23,199,248). Sum of RGB (Red+Green+Blue) = 23+199+248=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #17C7F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17C7F8 is #E83807. Grayscale: #979797. Windows color (decimal): -15218696 or 16303895. OLE color: 16303895.
HSL color Cylindrical-coordinate representation of color #17C7F8: hue angle of 193.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17C7F8 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 199 | 248 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.03 |
| HSL | 193.07º | 0.94% | 0.53% | - |
| HSV(B) | 193.07º | 0.91% | 0.97% | - |
| XYZ | 37.72 | 47.81 | 96.05 | - |
| YUV | 151.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 199 | 248 | 0.91 | 0.20 | 0 | 0.03 | 193.07 | 0.94 | 0.53 |
| Hex | 17 | C7 | F8 | 5B | 14 | 0 | 3 | C1 | 5E | 35 |
| Octal | 27 | 307 | 370 | 133 | 24 | 0 | 3 | 301 | 136 | 65 |
| Binary | 10111 | 11000111 | 11111000 | 1011011 | 10100 | 0 | 11 | 11000001 | 1011110 | 110101 |
Color Harmonies of #17C7F8
Complementary color
Monochromatic Colors of #17C7F8
Black with #17C7F8
Text Example
Text Example
White with #17C7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C7F8; }
p { color: rgb(23,199,248); }
H1.HeaderClassName
{
color: #17C7F8;
}
.AnyTagClassName
{
color: #17C7F8;
}
</style>
background-color css
<style>
a { background-color: #17C7F8; }
a { background-color: rgb(23,199,248); }
div.DivClassName
{
background-color: #17C7F8;
}
.BgClassName
{
background-color: #17C7F8;
}
</style>
border-color css
<style>
span { border-color: #17C7F8; }
span { border-color: rgb(23,199,248); }
td.TdClassName
{
border-color: #17C7F8;
}
.TagClassName
{
border-color: #17C7F8;
}
</style>