Shades of Pacific Blue #149EDB
Tints of Pacific Blue #149EDB
RGB
CMYK
RGB Variations
Color information
#149EDB (or 0x149EDB) is known color: Pacific Blue. HEX triplet: 14, 9E and DB. RGB value is (20,158,219). Sum of RGB (Red+Green+Blue) = 20+158+219=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #149EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EDB is #EB6124. Grayscale: #7B7B7B. Windows color (decimal): -15425829 or 14392852. OLE color: 14392852.
HSL color Cylindrical-coordinate representation of color #149EDB: hue angle of 198.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149EDB is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 158 | 219 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.14 |
| HSL | 198.39º | 0.83% | 0.47% | - |
| HSV(B) | 198.39º | 0.91% | 0.86% | - |
| XYZ | 25.3 | 29.72 | 71.42 | - |
| YUV | 123.69 | 181.78 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 219 | 0.91 | 0.28 | 0 | 0.14 | 198.39 | 0.83 | 0.47 |
| Hex | 14 | 9E | DB | 5B | 1C | 0 | E | C6 | 53 | 2F |
| Octal | 24 | 236 | 333 | 133 | 34 | 0 | 16 | 306 | 123 | 57 |
| Binary | 10100 | 10011110 | 11011011 | 1011011 | 11100 | 0 | 1110 | 11000110 | 1010011 | 101111 |
Color Harmonies of #149EDB
Complementary color
Monochromatic Colors of #149EDB
Black with #149EDB
Text Example
Text Example
White with #149EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EDB; }
p { color: rgb(20,158,219); }
H1.HeaderClassName
{
color: #149EDB;
}
.AnyTagClassName
{
color: #149EDB;
}
</style>
background-color css
<style>
a { background-color: #149EDB; }
a { background-color: rgb(20,158,219); }
div.DivClassName
{
background-color: #149EDB;
}
.BgClassName
{
background-color: #149EDB;
}
</style>
border-color css
<style>
span { border-color: #149EDB; }
span { border-color: rgb(20,158,219); }
td.TdClassName
{
border-color: #149EDB;
}
.TagClassName
{
border-color: #149EDB;
}
</style>