Shades of Pacific Blue #149DBE
Tints of Pacific Blue #149DBE
RGB
CMYK
RGB Variations
Color information
#149DBE (or 0x149DBE) is known color: Pacific Blue. HEX triplet: 14, 9D and BE. RGB value is (20,157,190). Sum of RGB (Red+Green+Blue) = 20+157+190=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #149DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DBE is #EB6241. Grayscale: #777777. Windows color (decimal): -15426114 or 12492052. OLE color: 12492052.
HSL color Cylindrical-coordinate representation of color #149DBE: hue angle of 191.65º 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 #149DBE is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 157 | 190 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.25 |
| HSL | 191.65º | 0.81% | 0.41% | - |
| HSV(B) | 191.65º | 0.89% | 0.75% | - |
| XYZ | 21.64 | 27.98 | 52.98 | - |
| YUV | 119.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 190 | 0.89 | 0.17 | 0 | 0.25 | 191.65 | 0.81 | 0.41 |
| Hex | 14 | 9D | BE | 59 | 11 | 0 | 19 | C0 | 51 | 29 |
| Octal | 24 | 235 | 276 | 131 | 21 | 0 | 31 | 300 | 121 | 51 |
| Binary | 10100 | 10011101 | 10111110 | 1011001 | 10001 | 0 | 11001 | 11000000 | 1010001 | 101001 |
Color Harmonies of #149DBE
Complementary color
Monochromatic Colors of #149DBE
Black with #149DBE
Text Example
Text Example
White with #149DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DBE; }
p { color: rgb(20,157,190); }
H1.HeaderClassName
{
color: #149DBE;
}
.AnyTagClassName
{
color: #149DBE;
}
</style>
background-color css
<style>
a { background-color: #149DBE; }
a { background-color: rgb(20,157,190); }
div.DivClassName
{
background-color: #149DBE;
}
.BgClassName
{
background-color: #149DBE;
}
</style>
border-color css
<style>
span { border-color: #149DBE; }
span { border-color: rgb(20,157,190); }
td.TdClassName
{
border-color: #149DBE;
}
.TagClassName
{
border-color: #149DBE;
}
</style>