Shades of Pacific Blue #149DD1
Tints of Pacific Blue #149DD1
RGB
CMYK
RGB Variations
Color information
#149DD1 (or 0x149DD1) is known color: Pacific Blue. HEX triplet: 14, 9D and D1. RGB value is (20,157,209). Sum of RGB (Red+Green+Blue) = 20+157+209=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #149DD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DD1 is #EB622E. Grayscale: #797979. Windows color (decimal): -15426095 or 13737236. OLE color: 13737236.
HSL color Cylindrical-coordinate representation of color #149DD1: hue angle of 196.51º degrees, saturation: 0.83, 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 #149DD1 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 157 | 209 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.18 |
| HSL | 196.51º | 0.83% | 0.45% | - |
| HSV(B) | 196.51º | 0.9% | 0.82% | - |
| XYZ | 23.85 | 28.87 | 64.64 | - |
| YUV | 121.97 | 177.11 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 209 | 0.90 | 0.25 | 0 | 0.18 | 196.51 | 0.83 | 0.45 |
| Hex | 14 | 9D | D1 | 5A | 19 | 0 | 12 | C5 | 53 | 2D |
| Octal | 24 | 235 | 321 | 132 | 31 | 0 | 22 | 305 | 123 | 55 |
| Binary | 10100 | 10011101 | 11010001 | 1011010 | 11001 | 0 | 10010 | 11000101 | 1010011 | 101101 |
Color Harmonies of #149DD1
Complementary color
Monochromatic Colors of #149DD1
Black with #149DD1
Text Example
Text Example
White with #149DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DD1; }
p { color: rgb(20,157,209); }
H1.HeaderClassName
{
color: #149DD1;
}
.AnyTagClassName
{
color: #149DD1;
}
</style>
background-color css
<style>
a { background-color: #149DD1; }
a { background-color: rgb(20,157,209); }
div.DivClassName
{
background-color: #149DD1;
}
.BgClassName
{
background-color: #149DD1;
}
</style>
border-color css
<style>
span { border-color: #149DD1; }
span { border-color: rgb(20,157,209); }
td.TdClassName
{
border-color: #149DD1;
}
.TagClassName
{
border-color: #149DD1;
}
</style>