Shades of Pacific Blue #149CC1
Tints of Pacific Blue #149CC1
RGB
CMYK
RGB Variations
Color information
#149CC1 (or 0x149CC1) is known color: Pacific Blue. HEX triplet: 14, 9C and C1. RGB value is (20,156,193). Sum of RGB (Red+Green+Blue) = 20+156+193=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #149CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CC1 is #EB633E. Grayscale: #777777. Windows color (decimal): -15426367 or 12688404. OLE color: 12688404.
HSL color Cylindrical-coordinate representation of color #149CC1: hue angle of 192.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CC1 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 156 | 193 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.24 |
| HSL | 192.83º | 0.81% | 0.42% | - |
| HSV(B) | 192.83º | 0.9% | 0.76% | - |
| XYZ | 21.8 | 27.78 | 54.66 | - |
| YUV | 119.55 | 169.44 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 193 | 0.90 | 0.19 | 0 | 0.24 | 192.83 | 0.81 | 0.42 |
| Hex | 14 | 9C | C1 | 5A | 13 | 0 | 18 | C1 | 51 | 2A |
| Octal | 24 | 234 | 301 | 132 | 23 | 0 | 30 | 301 | 121 | 52 |
| Binary | 10100 | 10011100 | 11000001 | 1011010 | 10011 | 0 | 11000 | 11000001 | 1010001 | 101010 |
Color Harmonies of #149CC1
Complementary color
Monochromatic Colors of #149CC1
Black with #149CC1
Text Example
Text Example
White with #149CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CC1; }
p { color: rgb(20,156,193); }
H1.HeaderClassName
{
color: #149CC1;
}
.AnyTagClassName
{
color: #149CC1;
}
</style>
background-color css
<style>
a { background-color: #149CC1; }
a { background-color: rgb(20,156,193); }
div.DivClassName
{
background-color: #149CC1;
}
.BgClassName
{
background-color: #149CC1;
}
</style>
border-color css
<style>
span { border-color: #149CC1; }
span { border-color: rgb(20,156,193); }
td.TdClassName
{
border-color: #149CC1;
}
.TagClassName
{
border-color: #149CC1;
}
</style>