Shades of Pacific Blue #17A0CF
Tints of Pacific Blue #17A0CF
RGB
CMYK
RGB Variations
Color information
#17A0CF (or 0x17A0CF) is known color: Pacific Blue. HEX triplet: 17, A0 and CF. RGB value is (23,160,207). Sum of RGB (Red+Green+Blue) = 23+160+207=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #17A0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0CF is #E85F30. Grayscale: #7C7C7C. Windows color (decimal): -15228721 or 13606935. OLE color: 13606935.
HSL color Cylindrical-coordinate representation of color #17A0CF: hue angle of 195.33º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A0CF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 160 | 207 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.19 |
| HSL | 195.33º | 0.8% | 0.45% | - |
| HSV(B) | 195.33º | 0.89% | 0.81% | - |
| XYZ | 24.19 | 29.83 | 63.51 | - |
| YUV | 124.4 | 174.61 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 160 | 207 | 0.89 | 0.23 | 0 | 0.19 | 195.33 | 0.8 | 0.45 |
| Hex | 17 | A0 | CF | 59 | 17 | 0 | 13 | C3 | 50 | 2D |
| Octal | 27 | 240 | 317 | 131 | 27 | 0 | 23 | 303 | 120 | 55 |
| Binary | 10111 | 10100000 | 11001111 | 1011001 | 10111 | 0 | 10011 | 11000011 | 1010000 | 101101 |
Color Harmonies of #17A0CF
Complementary color
Monochromatic Colors of #17A0CF
Black with #17A0CF
Text Example
Text Example
White with #17A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A0CF; }
p { color: rgb(23,160,207); }
H1.HeaderClassName
{
color: #17A0CF;
}
.AnyTagClassName
{
color: #17A0CF;
}
</style>
background-color css
<style>
a { background-color: #17A0CF; }
a { background-color: rgb(23,160,207); }
div.DivClassName
{
background-color: #17A0CF;
}
.BgClassName
{
background-color: #17A0CF;
}
</style>
border-color css
<style>
span { border-color: #17A0CF; }
span { border-color: rgb(23,160,207); }
td.TdClassName
{
border-color: #17A0CF;
}
.TagClassName
{
border-color: #17A0CF;
}
</style>