Shades of Deep Sky Blue #17C5FA
Tints of Deep Sky Blue #17C5FA
RGB
CMYK
RGB Variations
Color information
#17C5FA (or 0x17C5FA) is known color: Deep Sky Blue. HEX triplet: 17, C5 and FA. RGB value is (23,197,250). Sum of RGB (Red+Green+Blue) = 23+197+250=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #17C5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17C5FA is #E83A05. Grayscale: #969696. Windows color (decimal): -15219206 or 16434455. OLE color: 16434455.
HSL color Cylindrical-coordinate representation of color #17C5FA: hue angle of 194.01º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17C5FA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 197 | 250 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.02 |
| HSL | 194.01º | 0.96% | 0.54% | - |
| HSV(B) | 194.01º | 0.91% | 0.98% | - |
| XYZ | 37.57 | 47.02 | 97.54 | - |
| YUV | 151.02 | 183.85 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 197 | 250 | 0.91 | 0.21 | 0 | 0.02 | 194.01 | 0.96 | 0.54 |
| Hex | 17 | C5 | FA | 5B | 15 | 0 | 2 | C2 | 60 | 36 |
| Octal | 27 | 305 | 372 | 133 | 25 | 0 | 2 | 302 | 140 | 66 |
| Binary | 10111 | 11000101 | 11111010 | 1011011 | 10101 | 0 | 10 | 11000010 | 1100000 | 110110 |
Color Harmonies of #17C5FA
Complementary color
Monochromatic Colors of #17C5FA
Black with #17C5FA
Text Example
Text Example
White with #17C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C5FA; }
p { color: rgb(23,197,250); }
H1.HeaderClassName
{
color: #17C5FA;
}
.AnyTagClassName
{
color: #17C5FA;
}
</style>
background-color css
<style>
a { background-color: #17C5FA; }
a { background-color: rgb(23,197,250); }
div.DivClassName
{
background-color: #17C5FA;
}
.BgClassName
{
background-color: #17C5FA;
}
</style>
border-color css
<style>
span { border-color: #17C5FA; }
span { border-color: rgb(23,197,250); }
td.TdClassName
{
border-color: #17C5FA;
}
.TagClassName
{
border-color: #17C5FA;
}
</style>