Shades of Pacific Blue #149CBF
Tints of Pacific Blue #149CBF
RGB
CMYK
RGB Variations
Color information
#149CBF (or 0x149CBF) is known color: Pacific Blue. HEX triplet: 14, 9C and BF. RGB value is (20,156,191). Sum of RGB (Red+Green+Blue) = 20+156+191=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #149CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CBF is #EB6340. Grayscale: #777777. Windows color (decimal): -15426369 or 12557332. OLE color: 12557332.
HSL color Cylindrical-coordinate representation of color #149CBF: hue angle of 192.28º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CBF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 156 | 191 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.25 |
| HSL | 192.28º | 0.81% | 0.41% | - |
| HSV(B) | 192.28º | 0.9% | 0.75% | - |
| XYZ | 21.58 | 27.69 | 53.5 | - |
| YUV | 119.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 191 | 0.90 | 0.18 | 0 | 0.25 | 192.28 | 0.81 | 0.41 |
| Hex | 14 | 9C | BF | 5A | 12 | 0 | 19 | C0 | 51 | 29 |
| Octal | 24 | 234 | 277 | 132 | 22 | 0 | 31 | 300 | 121 | 51 |
| Binary | 10100 | 10011100 | 10111111 | 1011010 | 10010 | 0 | 11001 | 11000000 | 1010001 | 101001 |
Color Harmonies of #149CBF
Complementary color
Monochromatic Colors of #149CBF
Black with #149CBF
Text Example
Text Example
White with #149CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CBF; }
p { color: rgb(20,156,191); }
H1.HeaderClassName
{
color: #149CBF;
}
.AnyTagClassName
{
color: #149CBF;
}
</style>
background-color css
<style>
a { background-color: #149CBF; }
a { background-color: rgb(20,156,191); }
div.DivClassName
{
background-color: #149CBF;
}
.BgClassName
{
background-color: #149CBF;
}
</style>
border-color css
<style>
span { border-color: #149CBF; }
span { border-color: rgb(20,156,191); }
td.TdClassName
{
border-color: #149CBF;
}
.TagClassName
{
border-color: #149CBF;
}
</style>