Shades of Pacific Blue #14A0CC
Tints of Pacific Blue #14A0CC
RGB
CMYK
RGB Variations
Color information
#14A0CC (or 0x14A0CC) is known color: Pacific Blue. HEX triplet: 14, A0 and CC. RGB value is (20,160,204). Sum of RGB (Red+Green+Blue) = 20+160+204=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #14A0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0CC is #EB5F33. Grayscale: #7A7A7A. Windows color (decimal): -15425332 or 13410324. OLE color: 13410324.
HSL color Cylindrical-coordinate representation of color #14A0CC: hue angle of 194.35º 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 #14A0CC is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 160 | 204 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.2 |
| HSL | 194.35º | 0.82% | 0.44% | - |
| HSV(B) | 194.35º | 0.9% | 0.8% | - |
| XYZ | 23.76 | 29.65 | 61.6 | - |
| YUV | 123.16 | 173.62 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 204 | 0.90 | 0.22 | 0 | 0.2 | 194.35 | 0.82 | 0.44 |
| Hex | 14 | A0 | CC | 5A | 16 | 0 | 14 | C2 | 52 | 2C |
| Octal | 24 | 240 | 314 | 132 | 26 | 0 | 24 | 302 | 122 | 54 |
| Binary | 10100 | 10100000 | 11001100 | 1011010 | 10110 | 0 | 10100 | 11000010 | 1010010 | 101100 |
Color Harmonies of #14A0CC
Complementary color
Monochromatic Colors of #14A0CC
Black with #14A0CC
Text Example
Text Example
White with #14A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A0CC; }
p { color: rgb(20,160,204); }
H1.HeaderClassName
{
color: #14A0CC;
}
.AnyTagClassName
{
color: #14A0CC;
}
</style>
background-color css
<style>
a { background-color: #14A0CC; }
a { background-color: rgb(20,160,204); }
div.DivClassName
{
background-color: #14A0CC;
}
.BgClassName
{
background-color: #14A0CC;
}
</style>
border-color css
<style>
span { border-color: #14A0CC; }
span { border-color: rgb(20,160,204); }
td.TdClassName
{
border-color: #14A0CC;
}
.TagClassName
{
border-color: #14A0CC;
}
</style>