Shades of Pacific Blue #14A0BE
Tints of Pacific Blue #14A0BE
RGB
CMYK
RGB Variations
Color information
#14A0BE (or 0x14A0BE) is known color: Pacific Blue. HEX triplet: 14, A0 and BE. RGB value is (20,160,190). Sum of RGB (Red+Green+Blue) = 20+160+190=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #14A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0BE is #EB5F41. Grayscale: #797979. Windows color (decimal): -15425346 or 12492820. OLE color: 12492820.
HSL color Cylindrical-coordinate representation of color #14A0BE: hue angle of 190.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A0BE is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 160 | 190 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.25 |
| HSL | 190.59º | 0.81% | 0.41% | - |
| HSV(B) | 190.59º | 0.89% | 0.75% | - |
| XYZ | 22.15 | 29.01 | 53.15 | - |
| YUV | 121.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 190 | 0.89 | 0.16 | 0 | 0.25 | 190.59 | 0.81 | 0.41 |
| Hex | 14 | A0 | BE | 59 | 10 | 0 | 19 | BF | 51 | 29 |
| Octal | 24 | 240 | 276 | 131 | 20 | 0 | 31 | 277 | 121 | 51 |
| Binary | 10100 | 10100000 | 10111110 | 1011001 | 10000 | 0 | 11001 | 10111111 | 1010001 | 101001 |
Color Harmonies of #14A0BE
Complementary color
Monochromatic Colors of #14A0BE
Black with #14A0BE
Text Example
Text Example
White with #14A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A0BE; }
p { color: rgb(20,160,190); }
H1.HeaderClassName
{
color: #14A0BE;
}
.AnyTagClassName
{
color: #14A0BE;
}
</style>
background-color css
<style>
a { background-color: #14A0BE; }
a { background-color: rgb(20,160,190); }
div.DivClassName
{
background-color: #14A0BE;
}
.BgClassName
{
background-color: #14A0BE;
}
</style>
border-color css
<style>
span { border-color: #14A0BE; }
span { border-color: rgb(20,160,190); }
td.TdClassName
{
border-color: #14A0BE;
}
.TagClassName
{
border-color: #14A0BE;
}
</style>