Shades of Pacific Blue #17A4CA
Tints of Pacific Blue #17A4CA
RGB
CMYK
RGB Variations
Color information
#17A4CA (or 0x17A4CA) is known color: Pacific Blue. HEX triplet: 17, A4 and CA. RGB value is (23,164,202). Sum of RGB (Red+Green+Blue) = 23+164+202=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #17A4CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A4CA is #E85B35. Grayscale: #7D7D7D. Windows color (decimal): -15227702 or 13280279. OLE color: 13280279.
HSL color Cylindrical-coordinate representation of color #17A4CA: hue angle of 192.74º 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 #17A4CA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 164 | 202 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.21 |
| HSL | 192.74º | 0.8% | 0.44% | - |
| HSV(B) | 192.74º | 0.89% | 0.79% | - |
| XYZ | 24.29 | 31 | 60.58 | - |
| YUV | 126.17 | 170.79 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 164 | 202 | 0.89 | 0.19 | 0 | 0.21 | 192.74 | 0.8 | 0.44 |
| Hex | 17 | A4 | CA | 59 | 13 | 0 | 15 | C1 | 50 | 2C |
| Octal | 27 | 244 | 312 | 131 | 23 | 0 | 25 | 301 | 120 | 54 |
| Binary | 10111 | 10100100 | 11001010 | 1011001 | 10011 | 0 | 10101 | 11000001 | 1010000 | 101100 |
Color Harmonies of #17A4CA
Complementary color
Monochromatic Colors of #17A4CA
Black with #17A4CA
Text Example
Text Example
White with #17A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A4CA; }
p { color: rgb(23,164,202); }
H1.HeaderClassName
{
color: #17A4CA;
}
.AnyTagClassName
{
color: #17A4CA;
}
</style>
background-color css
<style>
a { background-color: #17A4CA; }
a { background-color: rgb(23,164,202); }
div.DivClassName
{
background-color: #17A4CA;
}
.BgClassName
{
background-color: #17A4CA;
}
</style>
border-color css
<style>
span { border-color: #17A4CA; }
span { border-color: rgb(23,164,202); }
td.TdClassName
{
border-color: #17A4CA;
}
.TagClassName
{
border-color: #17A4CA;
}
</style>