Shades of Pacific Blue #149DDB
Tints of Pacific Blue #149DDB
RGB
CMYK
RGB Variations
Color information
#149DDB (or 0x149DDB) is known color: Pacific Blue. HEX triplet: 14, 9D and DB. RGB value is (20,157,219). Sum of RGB (Red+Green+Blue) = 20+157+219=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #149DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DDB is #EB6224. Grayscale: #7A7A7A. Windows color (decimal): -15426085 or 14392596. OLE color: 14392596.
HSL color Cylindrical-coordinate representation of color #149DDB: hue angle of 198.69º 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 #149DDB is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 157 | 219 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.14 |
| HSL | 198.69º | 0.83% | 0.47% | - |
| HSV(B) | 198.69º | 0.91% | 0.86% | - |
| XYZ | 25.13 | 29.38 | 71.36 | - |
| YUV | 123.11 | 182.11 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 219 | 0.91 | 0.28 | 0 | 0.14 | 198.69 | 0.83 | 0.47 |
| Hex | 14 | 9D | DB | 5B | 1C | 0 | E | C7 | 53 | 2F |
| Octal | 24 | 235 | 333 | 133 | 34 | 0 | 16 | 307 | 123 | 57 |
| Binary | 10100 | 10011101 | 11011011 | 1011011 | 11100 | 0 | 1110 | 11000111 | 1010011 | 101111 |
Color Harmonies of #149DDB
Complementary color
Monochromatic Colors of #149DDB
Black with #149DDB
Text Example
Text Example
White with #149DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DDB; }
p { color: rgb(20,157,219); }
H1.HeaderClassName
{
color: #149DDB;
}
.AnyTagClassName
{
color: #149DDB;
}
</style>
background-color css
<style>
a { background-color: #149DDB; }
a { background-color: rgb(20,157,219); }
div.DivClassName
{
background-color: #149DDB;
}
.BgClassName
{
background-color: #149DDB;
}
</style>
border-color css
<style>
span { border-color: #149DDB; }
span { border-color: rgb(20,157,219); }
td.TdClassName
{
border-color: #149DDB;
}
.TagClassName
{
border-color: #149DDB;
}
</style>