Shades of Pacific Blue #149CBE
Tints of Pacific Blue #149CBE
RGB
CMYK
RGB Variations
Color information
#149CBE (or 0x149CBE) is known color: Pacific Blue. HEX triplet: 14, 9C and BE. RGB value is (20,156,190). Sum of RGB (Red+Green+Blue) = 20+156+190=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #149CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CBE is #EB6341. Grayscale: #767676. Windows color (decimal): -15426370 or 12491796. OLE color: 12491796.
HSL color Cylindrical-coordinate representation of color #149CBE: hue angle of 192º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149CBE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 156 | 190 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.25 |
| HSL | 192º | 0.81% | 0.41% | - |
| HSV(B) | 192º | 0.89% | 0.75% | - |
| XYZ | 21.47 | 27.64 | 52.92 | - |
| YUV | 119.21 | 167.94 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 190 | 0.89 | 0.18 | 0 | 0.25 | 192 | 0.81 | 0.41 |
| Hex | 14 | 9C | BE | 59 | 12 | 0 | 19 | C0 | 51 | 29 |
| Octal | 24 | 234 | 276 | 131 | 22 | 0 | 31 | 300 | 121 | 51 |
| Binary | 10100 | 10011100 | 10111110 | 1011001 | 10010 | 0 | 11001 | 11000000 | 1010001 | 101001 |
Color Harmonies of #149CBE
Complementary color
Monochromatic Colors of #149CBE
Black with #149CBE
Text Example
Text Example
White with #149CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CBE; }
p { color: rgb(20,156,190); }
H1.HeaderClassName
{
color: #149CBE;
}
.AnyTagClassName
{
color: #149CBE;
}
</style>
background-color css
<style>
a { background-color: #149CBE; }
a { background-color: rgb(20,156,190); }
div.DivClassName
{
background-color: #149CBE;
}
.BgClassName
{
background-color: #149CBE;
}
</style>
border-color css
<style>
span { border-color: #149CBE; }
span { border-color: rgb(20,156,190); }
td.TdClassName
{
border-color: #149CBE;
}
.TagClassName
{
border-color: #149CBE;
}
</style>