Shades of Pacific Blue #14A1CB
Tints of Pacific Blue #14A1CB
RGB
CMYK
RGB Variations
Color information
#14A1CB (or 0x14A1CB) is known color: Pacific Blue. HEX triplet: 14, A1 and CB. RGB value is (20,161,203). Sum of RGB (Red+Green+Blue) = 20+161+203=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #14A1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A1CB is #EB5E34. Grayscale: #7B7B7B. Windows color (decimal): -15425077 or 13345044. OLE color: 13345044.
HSL color Cylindrical-coordinate representation of color #14A1CB: hue angle of 193.77º 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 #14A1CB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 161 | 203 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.20 |
| HSL | 193.77º | 0.82% | 0.44% | - |
| HSV(B) | 193.77º | 0.9% | 0.8% | - |
| XYZ | 23.81 | 29.95 | 61.03 | - |
| YUV | 123.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 203 | 0.90 | 0.21 | 0 | 0.20 | 193.77 | 0.82 | 0.44 |
| Hex | 14 | A1 | CB | 5A | 15 | 0 | 14 | C2 | 52 | 2C |
| Octal | 24 | 241 | 313 | 132 | 25 | 0 | 24 | 302 | 122 | 54 |
| Binary | 10100 | 10100001 | 11001011 | 1011010 | 10101 | 0 | 10100 | 11000010 | 1010010 | 101100 |
Color Harmonies of #14A1CB
Complementary color
Monochromatic Colors of #14A1CB
Black with #14A1CB
Text Example
Text Example
White with #14A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A1CB; }
p { color: rgb(20,161,203); }
H1.HeaderClassName
{
color: #14A1CB;
}
.AnyTagClassName
{
color: #14A1CB;
}
</style>
background-color css
<style>
a { background-color: #14A1CB; }
a { background-color: rgb(20,161,203); }
div.DivClassName
{
background-color: #14A1CB;
}
.BgClassName
{
background-color: #14A1CB;
}
</style>
border-color css
<style>
span { border-color: #14A1CB; }
span { border-color: rgb(20,161,203); }
td.TdClassName
{
border-color: #14A1CB;
}
.TagClassName
{
border-color: #14A1CB;
}
</style>