Shades of Pacific Blue #14A4DB
Tints of Pacific Blue #14A4DB
RGB
CMYK
RGB Variations
Color information
#14A4DB (or 0x14A4DB) is known color: Pacific Blue. HEX triplet: 14, A4 and DB. RGB value is (20,164,219). Sum of RGB (Red+Green+Blue) = 20+164+219=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #14A4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A4DB is #EB5B24. Grayscale: #7E7E7E. Windows color (decimal): -15424293 or 14394388. OLE color: 14394388.
HSL color Cylindrical-coordinate representation of color #14A4DB: hue angle of 196.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A4DB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 164 | 219 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.14 |
| HSL | 196.58º | 0.83% | 0.47% | - |
| HSV(B) | 196.58º | 0.91% | 0.86% | - |
| XYZ | 26.35 | 31.81 | 71.77 | - |
| YUV | 127.21 | 179.79 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 164 | 219 | 0.91 | 0.25 | 0 | 0.14 | 196.58 | 0.83 | 0.47 |
| Hex | 14 | A4 | DB | 5B | 19 | 0 | E | C5 | 53 | 2F |
| Octal | 24 | 244 | 333 | 133 | 31 | 0 | 16 | 305 | 123 | 57 |
| Binary | 10100 | 10100100 | 11011011 | 1011011 | 11001 | 0 | 1110 | 11000101 | 1010011 | 101111 |
Color Harmonies of #14A4DB
Complementary color
Monochromatic Colors of #14A4DB
Black with #14A4DB
Text Example
Text Example
White with #14A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A4DB; }
p { color: rgb(20,164,219); }
H1.HeaderClassName
{
color: #14A4DB;
}
.AnyTagClassName
{
color: #14A4DB;
}
</style>
background-color css
<style>
a { background-color: #14A4DB; }
a { background-color: rgb(20,164,219); }
div.DivClassName
{
background-color: #14A4DB;
}
.BgClassName
{
background-color: #14A4DB;
}
</style>
border-color css
<style>
span { border-color: #14A4DB; }
span { border-color: rgb(20,164,219); }
td.TdClassName
{
border-color: #14A4DB;
}
.TagClassName
{
border-color: #14A4DB;
}
</style>