Shades of Pacific Blue #14A2CC
Tints of Pacific Blue #14A2CC
RGB
CMYK
RGB Variations
Color information
#14A2CC (or 0x14A2CC) is known color: Pacific Blue. HEX triplet: 14, A2 and CC. RGB value is (20,162,204). Sum of RGB (Red+Green+Blue) = 20+162+204=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #14A2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A2CC is #EB5D33. Grayscale: #7C7C7C. Windows color (decimal): -15424820 or 13410836. OLE color: 13410836.
HSL color Cylindrical-coordinate representation of color #14A2CC: hue angle of 193.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A2CC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 162 | 204 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.2 |
| HSL | 193.7º | 0.82% | 0.44% | - |
| HSV(B) | 193.7º | 0.9% | 0.8% | - |
| XYZ | 24.11 | 30.35 | 61.71 | - |
| YUV | 124.33 | 172.96 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 204 | 0.90 | 0.21 | 0 | 0.2 | 193.7 | 0.82 | 0.44 |
| Hex | 14 | A2 | CC | 5A | 15 | 0 | 14 | C2 | 52 | 2C |
| Octal | 24 | 242 | 314 | 132 | 25 | 0 | 24 | 302 | 122 | 54 |
| Binary | 10100 | 10100010 | 11001100 | 1011010 | 10101 | 0 | 10100 | 11000010 | 1010010 | 101100 |
Color Harmonies of #14A2CC
Complementary color
Monochromatic Colors of #14A2CC
Black with #14A2CC
Text Example
Text Example
White with #14A2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A2CC; }
p { color: rgb(20,162,204); }
H1.HeaderClassName
{
color: #14A2CC;
}
.AnyTagClassName
{
color: #14A2CC;
}
</style>
background-color css
<style>
a { background-color: #14A2CC; }
a { background-color: rgb(20,162,204); }
div.DivClassName
{
background-color: #14A2CC;
}
.BgClassName
{
background-color: #14A2CC;
}
</style>
border-color css
<style>
span { border-color: #14A2CC; }
span { border-color: rgb(20,162,204); }
td.TdClassName
{
border-color: #14A2CC;
}
.TagClassName
{
border-color: #14A2CC;
}
</style>