Shades of Pacific Blue #129DDB
Tints of Pacific Blue #129DDB
RGB
CMYK
RGB Variations
Color information
#129DDB (or 0x129DDB) is known color: Pacific Blue. HEX triplet: 12, 9D and DB. RGB value is (18,157,219). Sum of RGB (Red+Green+Blue) = 18+157+219=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #129DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DDB is #ED6224. Grayscale: #7A7A7A. Windows color (decimal): -15557157 or 14392594. OLE color: 14392594.
HSL color Cylindrical-coordinate representation of color #129DDB: hue angle of 198.51º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129DDB is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 157 | 219 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.14 |
| HSL | 198.51º | 0.85% | 0.46% | - |
| HSV(B) | 198.51º | 0.92% | 0.86% | - |
| XYZ | 25.09 | 29.36 | 71.36 | - |
| YUV | 122.51 | 182.45 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 219 | 0.92 | 0.28 | 0 | 0.14 | 198.51 | 0.85 | 0.46 |
| Hex | 12 | 9D | DB | 5C | 1C | 0 | E | C7 | 55 | 2E |
| Octal | 22 | 235 | 333 | 134 | 34 | 0 | 16 | 307 | 125 | 56 |
| Binary | 10010 | 10011101 | 11011011 | 1011100 | 11100 | 0 | 1110 | 11000111 | 1010101 | 101110 |
Color Harmonies of #129DDB
Complementary color
Monochromatic Colors of #129DDB
Black with #129DDB
Text Example
Text Example
White with #129DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DDB; }
p { color: rgb(18,157,219); }
H1.HeaderClassName
{
color: #129DDB;
}
.AnyTagClassName
{
color: #129DDB;
}
</style>
background-color css
<style>
a { background-color: #129DDB; }
a { background-color: rgb(18,157,219); }
div.DivClassName
{
background-color: #129DDB;
}
.BgClassName
{
background-color: #129DDB;
}
</style>
border-color css
<style>
span { border-color: #129DDB; }
span { border-color: rgb(18,157,219); }
td.TdClassName
{
border-color: #129DDB;
}
.TagClassName
{
border-color: #129DDB;
}
</style>