Shades of Pacific Blue #14A0D8
Tints of Pacific Blue #14A0D8
RGB
CMYK
RGB Variations
Color information
#14A0D8 (or 0x14A0D8) is known color: Pacific Blue. HEX triplet: 14, A0 and D8. RGB value is (20,160,216). Sum of RGB (Red+Green+Blue) = 20+160+216=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #14A0D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A0D8 is #EB5F27. Grayscale: #7C7C7C. Windows color (decimal): -15425320 or 14196756. OLE color: 14196756.
HSL color Cylindrical-coordinate representation of color #14A0D8: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A0D8 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 160 | 216 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.15 |
| HSL | 197.14º | 0.83% | 0.46% | - |
| HSV(B) | 197.14º | 0.91% | 0.85% | - |
| XYZ | 25.25 | 30.25 | 69.47 | - |
| YUV | 124.52 | 179.62 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 216 | 0.91 | 0.26 | 0 | 0.15 | 197.14 | 0.83 | 0.46 |
| Hex | 14 | A0 | D8 | 5B | 1A | 0 | F | C5 | 53 | 2E |
| Octal | 24 | 240 | 330 | 133 | 32 | 0 | 17 | 305 | 123 | 56 |
| Binary | 10100 | 10100000 | 11011000 | 1011011 | 11010 | 0 | 1111 | 11000101 | 1010011 | 101110 |
Color Harmonies of #14A0D8
Complementary color
Monochromatic Colors of #14A0D8
Black with #14A0D8
Text Example
Text Example
White with #14A0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A0D8; }
p { color: rgb(20,160,216); }
H1.HeaderClassName
{
color: #14A0D8;
}
.AnyTagClassName
{
color: #14A0D8;
}
</style>
background-color css
<style>
a { background-color: #14A0D8; }
a { background-color: rgb(20,160,216); }
div.DivClassName
{
background-color: #14A0D8;
}
.BgClassName
{
background-color: #14A0D8;
}
</style>
border-color css
<style>
span { border-color: #14A0D8; }
span { border-color: rgb(20,160,216); }
td.TdClassName
{
border-color: #14A0D8;
}
.TagClassName
{
border-color: #14A0D8;
}
</style>