Shades of Pacific Blue #129ECD
Tints of Pacific Blue #129ECD
RGB
CMYK
RGB Variations
Color information
#129ECD (or 0x129ECD) is known color: Pacific Blue. HEX triplet: 12, 9E and CD. RGB value is (18,158,205). Sum of RGB (Red+Green+Blue) = 18+158+205=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #129ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ECD is #ED6132. Grayscale: #797979. Windows color (decimal): -15556915 or 13475346. OLE color: 13475346.
HSL color Cylindrical-coordinate representation of color #129ECD: hue angle of 195.08º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129ECD is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 158 | 205 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.20 |
| HSL | 195.08º | 0.84% | 0.44% | - |
| HSV(B) | 195.08º | 0.91% | 0.8% | - |
| XYZ | 23.5 | 28.99 | 62.11 | - |
| YUV | 121.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 205 | 0.91 | 0.23 | 0 | 0.20 | 195.08 | 0.84 | 0.44 |
| Hex | 12 | 9E | CD | 5B | 17 | 0 | 14 | C3 | 54 | 2C |
| Octal | 22 | 236 | 315 | 133 | 27 | 0 | 24 | 303 | 124 | 54 |
| Binary | 10010 | 10011110 | 11001101 | 1011011 | 10111 | 0 | 10100 | 11000011 | 1010100 | 101100 |
Color Harmonies of #129ECD
Complementary color
Monochromatic Colors of #129ECD
Black with #129ECD
Text Example
Text Example
White with #129ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ECD; }
p { color: rgb(18,158,205); }
H1.HeaderClassName
{
color: #129ECD;
}
.AnyTagClassName
{
color: #129ECD;
}
</style>
background-color css
<style>
a { background-color: #129ECD; }
a { background-color: rgb(18,158,205); }
div.DivClassName
{
background-color: #129ECD;
}
.BgClassName
{
background-color: #129ECD;
}
</style>
border-color css
<style>
span { border-color: #129ECD; }
span { border-color: rgb(18,158,205); }
td.TdClassName
{
border-color: #129ECD;
}
.TagClassName
{
border-color: #129ECD;
}
</style>