Shades of Pacific Blue #14A5CC
Tints of Pacific Blue #14A5CC
RGB
CMYK
RGB Variations
Color information
#14A5CC (or 0x14A5CC) is known color: Pacific Blue. HEX triplet: 14, A5 and CC. RGB value is (20,165,204). Sum of RGB (Red+Green+Blue) = 20+165+204=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #14A5CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A5CC is #EB5A33. Grayscale: #7D7D7D. Windows color (decimal): -15424052 or 13411604. OLE color: 13411604.
HSL color Cylindrical-coordinate representation of color #14A5CC: hue angle of 192.72º 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 #14A5CC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 165 | 204 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.2 |
| HSL | 192.72º | 0.82% | 0.44% | - |
| HSV(B) | 192.72º | 0.9% | 0.8% | - |
| XYZ | 24.64 | 31.42 | 61.89 | - |
| YUV | 126.09 | 171.96 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 165 | 204 | 0.90 | 0.19 | 0 | 0.2 | 192.72 | 0.82 | 0.44 |
| Hex | 14 | A5 | CC | 5A | 13 | 0 | 14 | C1 | 52 | 2C |
| Octal | 24 | 245 | 314 | 132 | 23 | 0 | 24 | 301 | 122 | 54 |
| Binary | 10100 | 10100101 | 11001100 | 1011010 | 10011 | 0 | 10100 | 11000001 | 1010010 | 101100 |
Color Harmonies of #14A5CC
Complementary color
Monochromatic Colors of #14A5CC
Black with #14A5CC
Text Example
Text Example
White with #14A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A5CC; }
p { color: rgb(20,165,204); }
H1.HeaderClassName
{
color: #14A5CC;
}
.AnyTagClassName
{
color: #14A5CC;
}
</style>
background-color css
<style>
a { background-color: #14A5CC; }
a { background-color: rgb(20,165,204); }
div.DivClassName
{
background-color: #14A5CC;
}
.BgClassName
{
background-color: #14A5CC;
}
</style>
border-color css
<style>
span { border-color: #14A5CC; }
span { border-color: rgb(20,165,204); }
td.TdClassName
{
border-color: #14A5CC;
}
.TagClassName
{
border-color: #14A5CC;
}
</style>