Shades of Pacific Blue #14A2CA
Tints of Pacific Blue #14A2CA
RGB
CMYK
RGB Variations
Color information
#14A2CA (or 0x14A2CA) is known color: Pacific Blue. HEX triplet: 14, A2 and CA. RGB value is (20,162,202). Sum of RGB (Red+Green+Blue) = 20+162+202=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #14A2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A2CA is #EB5D35. Grayscale: #7B7B7B. Windows color (decimal): -15424822 or 13279764. OLE color: 13279764.
HSL color Cylindrical-coordinate representation of color #14A2CA: hue angle of 193.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A2CA is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 162 | 202 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.21 |
| HSL | 193.19º | 0.82% | 0.44% | - |
| HSV(B) | 193.19º | 0.9% | 0.79% | - |
| XYZ | 23.87 | 30.25 | 60.46 | - |
| YUV | 124.1 | 171.96 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 202 | 0.90 | 0.20 | 0 | 0.21 | 193.19 | 0.82 | 0.44 |
| Hex | 14 | A2 | CA | 5A | 14 | 0 | 15 | C1 | 52 | 2C |
| Octal | 24 | 242 | 312 | 132 | 24 | 0 | 25 | 301 | 122 | 54 |
| Binary | 10100 | 10100010 | 11001010 | 1011010 | 10100 | 0 | 10101 | 11000001 | 1010010 | 101100 |
Color Harmonies of #14A2CA
Complementary color
Monochromatic Colors of #14A2CA
Black with #14A2CA
Text Example
Text Example
White with #14A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A2CA; }
p { color: rgb(20,162,202); }
H1.HeaderClassName
{
color: #14A2CA;
}
.AnyTagClassName
{
color: #14A2CA;
}
</style>
background-color css
<style>
a { background-color: #14A2CA; }
a { background-color: rgb(20,162,202); }
div.DivClassName
{
background-color: #14A2CA;
}
.BgClassName
{
background-color: #14A2CA;
}
</style>
border-color css
<style>
span { border-color: #14A2CA; }
span { border-color: rgb(20,162,202); }
td.TdClassName
{
border-color: #14A2CA;
}
.TagClassName
{
border-color: #14A2CA;
}
</style>