Shades of Pacific Blue #129ADB
Tints of Pacific Blue #129ADB
RGB
CMYK
RGB Variations
Color information
#129ADB (or 0x129ADB) is known color: Pacific Blue. HEX triplet: 12, 9A and DB. RGB value is (18,154,219). Sum of RGB (Red+Green+Blue) = 18+154+219=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #129ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ADB is #ED6524. Grayscale: #787878. Windows color (decimal): -15557925 or 14391826. OLE color: 14391826.
HSL color Cylindrical-coordinate representation of color #129ADB: hue angle of 199.4º 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 #129ADB is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 154 | 219 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.14 |
| HSL | 199.4º | 0.85% | 0.46% | - |
| HSV(B) | 199.4º | 0.92% | 0.86% | - |
| XYZ | 24.59 | 28.35 | 71.19 | - |
| YUV | 120.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 219 | 0.92 | 0.30 | 0 | 0.14 | 199.4 | 0.85 | 0.46 |
| Hex | 12 | 9A | DB | 5C | 1E | 0 | E | C7 | 55 | 2E |
| Octal | 22 | 232 | 333 | 134 | 36 | 0 | 16 | 307 | 125 | 56 |
| Binary | 10010 | 10011010 | 11011011 | 1011100 | 11110 | 0 | 1110 | 11000111 | 1010101 | 101110 |
Color Harmonies of #129ADB
Complementary color
Monochromatic Colors of #129ADB
Black with #129ADB
Text Example
Text Example
White with #129ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ADB; }
p { color: rgb(18,154,219); }
H1.HeaderClassName
{
color: #129ADB;
}
.AnyTagClassName
{
color: #129ADB;
}
</style>
background-color css
<style>
a { background-color: #129ADB; }
a { background-color: rgb(18,154,219); }
div.DivClassName
{
background-color: #129ADB;
}
.BgClassName
{
background-color: #129ADB;
}
</style>
border-color css
<style>
span { border-color: #129ADB; }
span { border-color: rgb(18,154,219); }
td.TdClassName
{
border-color: #129ADB;
}
.TagClassName
{
border-color: #129ADB;
}
</style>