Shades of Pacific Blue #14A2CF
Tints of Pacific Blue #14A2CF
RGB
CMYK
RGB Variations
Color information
#14A2CF (or 0x14A2CF) is known color: Pacific Blue. HEX triplet: 14, A2 and CF. RGB value is (20,162,207). Sum of RGB (Red+Green+Blue) = 20+162+207=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #14A2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A2CF is #EB5D30. Grayscale: #7C7C7C. Windows color (decimal): -15424817 or 13607444. OLE color: 13607444.
HSL color Cylindrical-coordinate representation of color #14A2CF: hue angle of 194.44º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A2CF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 162 | 207 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.19 |
| HSL | 194.44º | 0.82% | 0.45% | - |
| HSV(B) | 194.44º | 0.9% | 0.81% | - |
| XYZ | 24.47 | 30.49 | 63.63 | - |
| YUV | 124.67 | 174.46 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 207 | 0.90 | 0.22 | 0 | 0.19 | 194.44 | 0.82 | 0.45 |
| Hex | 14 | A2 | CF | 5A | 16 | 0 | 13 | C2 | 52 | 2D |
| Octal | 24 | 242 | 317 | 132 | 26 | 0 | 23 | 302 | 122 | 55 |
| Binary | 10100 | 10100010 | 11001111 | 1011010 | 10110 | 0 | 10011 | 11000010 | 1010010 | 101101 |
Color Harmonies of #14A2CF
Complementary color
Monochromatic Colors of #14A2CF
Black with #14A2CF
Text Example
Text Example
White with #14A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A2CF; }
p { color: rgb(20,162,207); }
H1.HeaderClassName
{
color: #14A2CF;
}
.AnyTagClassName
{
color: #14A2CF;
}
</style>
background-color css
<style>
a { background-color: #14A2CF; }
a { background-color: rgb(20,162,207); }
div.DivClassName
{
background-color: #14A2CF;
}
.BgClassName
{
background-color: #14A2CF;
}
</style>
border-color css
<style>
span { border-color: #14A2CF; }
span { border-color: rgb(20,162,207); }
td.TdClassName
{
border-color: #14A2CF;
}
.TagClassName
{
border-color: #14A2CF;
}
</style>