Shades of Deep Sky Blue #17C7F0
Tints of Deep Sky Blue #17C7F0
RGB
CMYK
RGB Variations
Color information
#17C7F0 (or 0x17C7F0) is known color: Deep Sky Blue. HEX triplet: 17, C7 and F0. RGB value is (23,199,240). Sum of RGB (Red+Green+Blue) = 23+199+240=462 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.98% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #17C7F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17C7F0 is #E8380F. Grayscale: #969696. Windows color (decimal): -15218704 or 15779607. OLE color: 15779607.
HSL color Cylindrical-coordinate representation of color #17C7F0: hue angle of 191.34º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17C7F0 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 199 | 240 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.06 |
| HSL | 191.34º | 0.88% | 0.52% | - |
| HSV(B) | 191.34º | 0.9% | 0.94% | - |
| XYZ | 36.5 | 47.32 | 89.65 | - |
| YUV | 151.05 | 178.19 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 199 | 240 | 0.90 | 0.17 | 0 | 0.06 | 191.34 | 0.88 | 0.52 |
| Hex | 17 | C7 | F0 | 5A | 11 | 0 | 6 | BF | 58 | 34 |
| Octal | 27 | 307 | 360 | 132 | 21 | 0 | 6 | 277 | 130 | 64 |
| Binary | 10111 | 11000111 | 11110000 | 1011010 | 10001 | 0 | 110 | 10111111 | 1011000 | 110100 |
Color Harmonies of #17C7F0
Complementary color
Monochromatic Colors of #17C7F0
Black with #17C7F0
Text Example
Text Example
White with #17C7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C7F0; }
p { color: rgb(23,199,240); }
H1.HeaderClassName
{
color: #17C7F0;
}
.AnyTagClassName
{
color: #17C7F0;
}
</style>
background-color css
<style>
a { background-color: #17C7F0; }
a { background-color: rgb(23,199,240); }
div.DivClassName
{
background-color: #17C7F0;
}
.BgClassName
{
background-color: #17C7F0;
}
</style>
border-color css
<style>
span { border-color: #17C7F0; }
span { border-color: rgb(23,199,240); }
td.TdClassName
{
border-color: #17C7F0;
}
.TagClassName
{
border-color: #17C7F0;
}
</style>