Shades of Pacific Blue #149FC0
Tints of Pacific Blue #149FC0
RGB
CMYK
RGB Variations
Color information
#149FC0 (or 0x149FC0) is known color: Pacific Blue. HEX triplet: 14, 9F and C0. RGB value is (20,159,192). Sum of RGB (Red+Green+Blue) = 20+159+192=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #149FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FC0 is #EB603F. Grayscale: #787878. Windows color (decimal): -15425600 or 12623636. OLE color: 12623636.
HSL color Cylindrical-coordinate representation of color #149FC0: hue angle of 191.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149FC0 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 159 | 192 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.25 |
| HSL | 191.51º | 0.81% | 0.42% | - |
| HSV(B) | 191.51º | 0.9% | 0.75% | - |
| XYZ | 22.2 | 28.75 | 54.25 | - |
| YUV | 121.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 192 | 0.90 | 0.17 | 0 | 0.25 | 191.51 | 0.81 | 0.42 |
| Hex | 14 | 9F | C0 | 5A | 11 | 0 | 19 | C0 | 51 | 2A |
| Octal | 24 | 237 | 300 | 132 | 21 | 0 | 31 | 300 | 121 | 52 |
| Binary | 10100 | 10011111 | 11000000 | 1011010 | 10001 | 0 | 11001 | 11000000 | 1010001 | 101010 |
Color Harmonies of #149FC0
Complementary color
Monochromatic Colors of #149FC0
Black with #149FC0
Text Example
Text Example
White with #149FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149FC0; }
p { color: rgb(20,159,192); }
H1.HeaderClassName
{
color: #149FC0;
}
.AnyTagClassName
{
color: #149FC0;
}
</style>
background-color css
<style>
a { background-color: #149FC0; }
a { background-color: rgb(20,159,192); }
div.DivClassName
{
background-color: #149FC0;
}
.BgClassName
{
background-color: #149FC0;
}
</style>
border-color css
<style>
span { border-color: #149FC0; }
span { border-color: rgb(20,159,192); }
td.TdClassName
{
border-color: #149FC0;
}
.TagClassName
{
border-color: #149FC0;
}
</style>