Shades of Pacific Blue #17A5DB
Tints of Pacific Blue #17A5DB
RGB
CMYK
RGB Variations
Color information
#17A5DB (or 0x17A5DB) is known color: Pacific Blue. HEX triplet: 17, A5 and DB. RGB value is (23,165,219). Sum of RGB (Red+Green+Blue) = 23+165+219=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #17A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A5DB is #E85A24. Grayscale: #808080. Windows color (decimal): -15227429 or 14394647. OLE color: 14394647.
HSL color Cylindrical-coordinate representation of color #17A5DB: hue angle of 196.53º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A5DB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 165 | 219 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.14 |
| HSL | 196.53º | 0.81% | 0.47% | - |
| HSV(B) | 196.53º | 0.89% | 0.86% | - |
| XYZ | 26.59 | 32.21 | 71.83 | - |
| YUV | 128.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 165 | 219 | 0.89 | 0.25 | 0 | 0.14 | 196.53 | 0.81 | 0.47 |
| Hex | 17 | A5 | DB | 59 | 19 | 0 | E | C5 | 51 | 2F |
| Octal | 27 | 245 | 333 | 131 | 31 | 0 | 16 | 305 | 121 | 57 |
| Binary | 10111 | 10100101 | 11011011 | 1011001 | 11001 | 0 | 1110 | 11000101 | 1010001 | 101111 |
Color Harmonies of #17A5DB
Complementary color
Monochromatic Colors of #17A5DB
Black with #17A5DB
Text Example
Text Example
White with #17A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A5DB; }
p { color: rgb(23,165,219); }
H1.HeaderClassName
{
color: #17A5DB;
}
.AnyTagClassName
{
color: #17A5DB;
}
</style>
background-color css
<style>
a { background-color: #17A5DB; }
a { background-color: rgb(23,165,219); }
div.DivClassName
{
background-color: #17A5DB;
}
.BgClassName
{
background-color: #17A5DB;
}
</style>
border-color css
<style>
span { border-color: #17A5DB; }
span { border-color: rgb(23,165,219); }
td.TdClassName
{
border-color: #17A5DB;
}
.TagClassName
{
border-color: #17A5DB;
}
</style>