Shades of Pacific Blue #17A0D2
Tints of Pacific Blue #17A0D2
RGB
CMYK
RGB Variations
Color information
#17A0D2 (or 0x17A0D2) is known color: Pacific Blue. HEX triplet: 17, A0 and D2. RGB value is (23,160,210). Sum of RGB (Red+Green+Blue) = 23+160+210=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #17A0D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0D2 is #E85F2D. Grayscale: #7C7C7C. Windows color (decimal): -15228718 or 13803543. OLE color: 13803543.
HSL color Cylindrical-coordinate representation of color #17A0D2: hue angle of 196.04º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A0D2 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 160 | 210 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.18 |
| HSL | 196.04º | 0.8% | 0.46% | - |
| HSV(B) | 196.04º | 0.89% | 0.82% | - |
| XYZ | 24.56 | 29.98 | 65.46 | - |
| YUV | 124.74 | 176.11 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 160 | 210 | 0.89 | 0.24 | 0 | 0.18 | 196.04 | 0.8 | 0.46 |
| Hex | 17 | A0 | D2 | 59 | 18 | 0 | 12 | C4 | 50 | 2E |
| Octal | 27 | 240 | 322 | 131 | 30 | 0 | 22 | 304 | 120 | 56 |
| Binary | 10111 | 10100000 | 11010010 | 1011001 | 11000 | 0 | 10010 | 11000100 | 1010000 | 101110 |
Color Harmonies of #17A0D2
Complementary color
Monochromatic Colors of #17A0D2
Black with #17A0D2
Text Example
Text Example
White with #17A0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A0D2; }
p { color: rgb(23,160,210); }
H1.HeaderClassName
{
color: #17A0D2;
}
.AnyTagClassName
{
color: #17A0D2;
}
</style>
background-color css
<style>
a { background-color: #17A0D2; }
a { background-color: rgb(23,160,210); }
div.DivClassName
{
background-color: #17A0D2;
}
.BgClassName
{
background-color: #17A0D2;
}
</style>
border-color css
<style>
span { border-color: #17A0D2; }
span { border-color: rgb(23,160,210); }
td.TdClassName
{
border-color: #17A0D2;
}
.TagClassName
{
border-color: #17A0D2;
}
</style>