Shades of Pacific Blue #149BD0
Tints of Pacific Blue #149BD0
RGB
CMYK
RGB Variations
Color information
#149BD0 (or 0x149BD0) is known color: Pacific Blue. HEX triplet: 14, 9B and D0. RGB value is (20,155,208). Sum of RGB (Red+Green+Blue) = 20+155+208=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #149BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BD0 is #EB642F. Grayscale: #787878. Windows color (decimal): -15426608 or 13671188. OLE color: 13671188.
HSL color Cylindrical-coordinate representation of color #149BD0: hue angle of 196.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149BD0 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 155 | 208 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.18 |
| HSL | 196.91º | 0.82% | 0.45% | - |
| HSV(B) | 196.91º | 0.9% | 0.82% | - |
| XYZ | 23.4 | 28.15 | 63.87 | - |
| YUV | 120.68 | 177.27 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 208 | 0.90 | 0.25 | 0 | 0.18 | 196.91 | 0.82 | 0.45 |
| Hex | 14 | 9B | D0 | 5A | 19 | 0 | 12 | C5 | 52 | 2D |
| Octal | 24 | 233 | 320 | 132 | 31 | 0 | 22 | 305 | 122 | 55 |
| Binary | 10100 | 10011011 | 11010000 | 1011010 | 11001 | 0 | 10010 | 11000101 | 1010010 | 101101 |
Color Harmonies of #149BD0
Complementary color
Monochromatic Colors of #149BD0
Black with #149BD0
Text Example
Text Example
White with #149BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BD0; }
p { color: rgb(20,155,208); }
H1.HeaderClassName
{
color: #149BD0;
}
.AnyTagClassName
{
color: #149BD0;
}
</style>
background-color css
<style>
a { background-color: #149BD0; }
a { background-color: rgb(20,155,208); }
div.DivClassName
{
background-color: #149BD0;
}
.BgClassName
{
background-color: #149BD0;
}
</style>
border-color css
<style>
span { border-color: #149BD0; }
span { border-color: rgb(20,155,208); }
td.TdClassName
{
border-color: #149BD0;
}
.TagClassName
{
border-color: #149BD0;
}
</style>