Shades of Pacific Blue #14A2BD
Tints of Pacific Blue #14A2BD
RGB
CMYK
RGB Variations
Color information
#14A2BD (or 0x14A2BD) is known color: Pacific Blue. HEX triplet: 14, A2 and BD. RGB value is (20,162,189). Sum of RGB (Red+Green+Blue) = 20+162+189=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #14A2BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A2BD is #EB5D42. Grayscale: #7A7A7A. Windows color (decimal): -15424835 or 12427796. OLE color: 12427796.
HSL color Cylindrical-coordinate representation of color #14A2BD: hue angle of 189.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A2BD is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 162 | 189 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.26 |
| HSL | 189.59º | 0.81% | 0.41% | - |
| HSV(B) | 189.59º | 0.89% | 0.74% | - |
| XYZ | 22.39 | 29.66 | 52.69 | - |
| YUV | 122.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 189 | 0.89 | 0.14 | 0 | 0.26 | 189.59 | 0.81 | 0.41 |
| Hex | 14 | A2 | BD | 59 | E | 0 | 1A | BE | 51 | 29 |
| Octal | 24 | 242 | 275 | 131 | 16 | 0 | 32 | 276 | 121 | 51 |
| Binary | 10100 | 10100010 | 10111101 | 1011001 | 1110 | 0 | 11010 | 10111110 | 1010001 | 101001 |
Color Harmonies of #14A2BD
Complementary color
Monochromatic Colors of #14A2BD
Black with #14A2BD
Text Example
Text Example
White with #14A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A2BD; }
p { color: rgb(20,162,189); }
H1.HeaderClassName
{
color: #14A2BD;
}
.AnyTagClassName
{
color: #14A2BD;
}
</style>
background-color css
<style>
a { background-color: #14A2BD; }
a { background-color: rgb(20,162,189); }
div.DivClassName
{
background-color: #14A2BD;
}
.BgClassName
{
background-color: #14A2BD;
}
</style>
border-color css
<style>
span { border-color: #14A2BD; }
span { border-color: rgb(20,162,189); }
td.TdClassName
{
border-color: #14A2BD;
}
.TagClassName
{
border-color: #14A2BD;
}
</style>