Shades of Pacific Blue #17A0C5
Tints of Pacific Blue #17A0C5
RGB
CMYK
RGB Variations
Color information
#17A0C5 (or 0x17A0C5) is known color: Pacific Blue. HEX triplet: 17, A0 and C5. RGB value is (23,160,197). Sum of RGB (Red+Green+Blue) = 23+160+197=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #17A0C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0C5 is #E85F3A. Grayscale: #7A7A7A. Windows color (decimal): -15228731 or 12951575. OLE color: 12951575.
HSL color Cylindrical-coordinate representation of color #17A0C5: hue angle of 192.76º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A0C5 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 160 | 197 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.23 |
| HSL | 192.76º | 0.79% | 0.43% | - |
| HSV(B) | 192.76º | 0.88% | 0.77% | - |
| XYZ | 23 | 29.35 | 57.28 | - |
| YUV | 123.26 | 169.61 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 160 | 197 | 0.88 | 0.19 | 0 | 0.23 | 192.76 | 0.79 | 0.43 |
| Hex | 17 | A0 | C5 | 58 | 13 | 0 | 17 | C1 | 4F | 2B |
| Octal | 27 | 240 | 305 | 130 | 23 | 0 | 27 | 301 | 117 | 53 |
| Binary | 10111 | 10100000 | 11000101 | 1011000 | 10011 | 0 | 10111 | 11000001 | 1001111 | 101011 |
Color Harmonies of #17A0C5
Complementary color
Monochromatic Colors of #17A0C5
Black with #17A0C5
Text Example
Text Example
White with #17A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A0C5; }
p { color: rgb(23,160,197); }
H1.HeaderClassName
{
color: #17A0C5;
}
.AnyTagClassName
{
color: #17A0C5;
}
</style>
background-color css
<style>
a { background-color: #17A0C5; }
a { background-color: rgb(23,160,197); }
div.DivClassName
{
background-color: #17A0C5;
}
.BgClassName
{
background-color: #17A0C5;
}
</style>
border-color css
<style>
span { border-color: #17A0C5; }
span { border-color: rgb(23,160,197); }
td.TdClassName
{
border-color: #17A0C5;
}
.TagClassName
{
border-color: #17A0C5;
}
</style>