Shades of Pacific Blue #149ED1
Tints of Pacific Blue #149ED1
RGB
CMYK
RGB Variations
Color information
#149ED1 (or 0x149ED1) is known color: Pacific Blue. HEX triplet: 14, 9E and D1. RGB value is (20,158,209). Sum of RGB (Red+Green+Blue) = 20+158+209=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #149ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED1 is #EB612E. Grayscale: #7A7A7A. Windows color (decimal): -15425839 or 13737492. OLE color: 13737492.
HSL color Cylindrical-coordinate representation of color #149ED1: hue angle of 196.19º 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 #149ED1 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 158 | 209 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.18 |
| HSL | 196.19º | 0.83% | 0.45% | - |
| HSV(B) | 196.19º | 0.9% | 0.82% | - |
| XYZ | 24.02 | 29.21 | 64.69 | - |
| YUV | 122.55 | 176.78 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 209 | 0.90 | 0.24 | 0 | 0.18 | 196.19 | 0.83 | 0.45 |
| Hex | 14 | 9E | D1 | 5A | 18 | 0 | 12 | C4 | 53 | 2D |
| Octal | 24 | 236 | 321 | 132 | 30 | 0 | 22 | 304 | 123 | 55 |
| Binary | 10100 | 10011110 | 11010001 | 1011010 | 11000 | 0 | 10010 | 11000100 | 1010011 | 101101 |
Color Harmonies of #149ED1
Complementary color
Monochromatic Colors of #149ED1
Black with #149ED1
Text Example
Text Example
White with #149ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ED1; }
p { color: rgb(20,158,209); }
H1.HeaderClassName
{
color: #149ED1;
}
.AnyTagClassName
{
color: #149ED1;
}
</style>
background-color css
<style>
a { background-color: #149ED1; }
a { background-color: rgb(20,158,209); }
div.DivClassName
{
background-color: #149ED1;
}
.BgClassName
{
background-color: #149ED1;
}
</style>
border-color css
<style>
span { border-color: #149ED1; }
span { border-color: rgb(20,158,209); }
td.TdClassName
{
border-color: #149ED1;
}
.TagClassName
{
border-color: #149ED1;
}
</style>