Shades of Pacific Blue #149DC1
Tints of Pacific Blue #149DC1
RGB
CMYK
RGB Variations
Color information
#149DC1 (or 0x149DC1) is known color: Pacific Blue. HEX triplet: 14, 9D and C1. RGB value is (20,157,193). Sum of RGB (Red+Green+Blue) = 20+157+193=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #149DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DC1 is #EB623E. Grayscale: #777777. Windows color (decimal): -15426111 or 12688660. OLE color: 12688660.
HSL color Cylindrical-coordinate representation of color #149DC1: hue angle of 192.49º 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 #149DC1 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 157 | 193 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.24 |
| HSL | 192.49º | 0.81% | 0.42% | - |
| HSV(B) | 192.49º | 0.9% | 0.76% | - |
| XYZ | 21.97 | 28.11 | 54.72 | - |
| YUV | 120.14 | 169.11 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 193 | 0.90 | 0.19 | 0 | 0.24 | 192.49 | 0.81 | 0.42 |
| Hex | 14 | 9D | C1 | 5A | 13 | 0 | 18 | C0 | 51 | 2A |
| Octal | 24 | 235 | 301 | 132 | 23 | 0 | 30 | 300 | 121 | 52 |
| Binary | 10100 | 10011101 | 11000001 | 1011010 | 10011 | 0 | 11000 | 11000000 | 1010001 | 101010 |
Color Harmonies of #149DC1
Complementary color
Monochromatic Colors of #149DC1
Black with #149DC1
Text Example
Text Example
White with #149DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DC1; }
p { color: rgb(20,157,193); }
H1.HeaderClassName
{
color: #149DC1;
}
.AnyTagClassName
{
color: #149DC1;
}
</style>
background-color css
<style>
a { background-color: #149DC1; }
a { background-color: rgb(20,157,193); }
div.DivClassName
{
background-color: #149DC1;
}
.BgClassName
{
background-color: #149DC1;
}
</style>
border-color css
<style>
span { border-color: #149DC1; }
span { border-color: rgb(20,157,193); }
td.TdClassName
{
border-color: #149DC1;
}
.TagClassName
{
border-color: #149DC1;
}
</style>