Shades of Pacific Blue #149BBE
Tints of Pacific Blue #149BBE
RGB
CMYK
RGB Variations
Color information
#149BBE (or 0x149BBE) is known color: Pacific Blue. HEX triplet: 14, 9B and BE. RGB value is (20,155,190). Sum of RGB (Red+Green+Blue) = 20+155+190=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #149BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBE is #EB6441. Grayscale: #767676. Windows color (decimal): -15426626 or 12491540. OLE color: 12491540.
HSL color Cylindrical-coordinate representation of color #149BBE: hue angle of 192.35º 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 #149BBE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 155 | 190 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.25 |
| HSL | 192.35º | 0.81% | 0.41% | - |
| HSV(B) | 192.35º | 0.89% | 0.75% | - |
| XYZ | 21.3 | 27.31 | 52.86 | - |
| YUV | 118.63 | 168.27 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 190 | 0.89 | 0.18 | 0 | 0.25 | 192.35 | 0.81 | 0.41 |
| Hex | 14 | 9B | BE | 59 | 12 | 0 | 19 | C0 | 51 | 29 |
| Octal | 24 | 233 | 276 | 131 | 22 | 0 | 31 | 300 | 121 | 51 |
| Binary | 10100 | 10011011 | 10111110 | 1011001 | 10010 | 0 | 11001 | 11000000 | 1010001 | 101001 |
Color Harmonies of #149BBE
Complementary color
Monochromatic Colors of #149BBE
Black with #149BBE
Text Example
Text Example
White with #149BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BBE; }
p { color: rgb(20,155,190); }
H1.HeaderClassName
{
color: #149BBE;
}
.AnyTagClassName
{
color: #149BBE;
}
</style>
background-color css
<style>
a { background-color: #149BBE; }
a { background-color: rgb(20,155,190); }
div.DivClassName
{
background-color: #149BBE;
}
.BgClassName
{
background-color: #149BBE;
}
</style>
border-color css
<style>
span { border-color: #149BBE; }
span { border-color: rgb(20,155,190); }
td.TdClassName
{
border-color: #149BBE;
}
.TagClassName
{
border-color: #149BBE;
}
</style>