Shades of Pacific Blue #17A0CA
Tints of Pacific Blue #17A0CA
RGB
CMYK
RGB Variations
Color information
#17A0CA (or 0x17A0CA) is known color: Pacific Blue. HEX triplet: 17, A0 and CA. RGB value is (23,160,202). Sum of RGB (Red+Green+Blue) = 23+160+202=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #17A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0CA is #E85F35. Grayscale: #7B7B7B. Windows color (decimal): -15228726 or 13279255. OLE color: 13279255.
HSL color Cylindrical-coordinate representation of color #17A0CA: hue angle of 194.08º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A0CA is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 160 | 202 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.21 |
| HSL | 194.08º | 0.8% | 0.44% | - |
| HSV(B) | 194.08º | 0.89% | 0.79% | - |
| XYZ | 23.58 | 29.59 | 60.35 | - |
| YUV | 123.83 | 172.11 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 160 | 202 | 0.89 | 0.21 | 0 | 0.21 | 194.08 | 0.8 | 0.44 |
| Hex | 17 | A0 | CA | 59 | 15 | 0 | 15 | C2 | 50 | 2C |
| Octal | 27 | 240 | 312 | 131 | 25 | 0 | 25 | 302 | 120 | 54 |
| Binary | 10111 | 10100000 | 11001010 | 1011001 | 10101 | 0 | 10101 | 11000010 | 1010000 | 101100 |
Color Harmonies of #17A0CA
Complementary color
Monochromatic Colors of #17A0CA
Black with #17A0CA
Text Example
Text Example
White with #17A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A0CA; }
p { color: rgb(23,160,202); }
H1.HeaderClassName
{
color: #17A0CA;
}
.AnyTagClassName
{
color: #17A0CA;
}
</style>
background-color css
<style>
a { background-color: #17A0CA; }
a { background-color: rgb(23,160,202); }
div.DivClassName
{
background-color: #17A0CA;
}
.BgClassName
{
background-color: #17A0CA;
}
</style>
border-color css
<style>
span { border-color: #17A0CA; }
span { border-color: rgb(23,160,202); }
td.TdClassName
{
border-color: #17A0CA;
}
.TagClassName
{
border-color: #17A0CA;
}
</style>