Shades of Pacific Blue #129ECC
Tints of Pacific Blue #129ECC
RGB
CMYK
RGB Variations
Color information
#129ECC (or 0x129ECC) is known color: Pacific Blue. HEX triplet: 12, 9E and CC. RGB value is (18,158,204). Sum of RGB (Red+Green+Blue) = 18+158+204=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #129ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ECC is #ED6133. Grayscale: #797979. Windows color (decimal): -15556916 or 13409810. OLE color: 13409810.
HSL color Cylindrical-coordinate representation of color #129ECC: hue angle of 194.84º 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 #129ECC is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 158 | 204 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.2 |
| HSL | 194.84º | 0.84% | 0.44% | - |
| HSV(B) | 194.84º | 0.91% | 0.8% | - |
| XYZ | 23.38 | 28.94 | 61.48 | - |
| YUV | 121.38 | 174.62 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 204 | 0.91 | 0.23 | 0 | 0.2 | 194.84 | 0.84 | 0.44 |
| Hex | 12 | 9E | CC | 5B | 17 | 0 | 14 | C3 | 54 | 2C |
| Octal | 22 | 236 | 314 | 133 | 27 | 0 | 24 | 303 | 124 | 54 |
| Binary | 10010 | 10011110 | 11001100 | 1011011 | 10111 | 0 | 10100 | 11000011 | 1010100 | 101100 |
Color Harmonies of #129ECC
Complementary color
Monochromatic Colors of #129ECC
Black with #129ECC
Text Example
Text Example
White with #129ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ECC; }
p { color: rgb(18,158,204); }
H1.HeaderClassName
{
color: #129ECC;
}
.AnyTagClassName
{
color: #129ECC;
}
</style>
background-color css
<style>
a { background-color: #129ECC; }
a { background-color: rgb(18,158,204); }
div.DivClassName
{
background-color: #129ECC;
}
.BgClassName
{
background-color: #129ECC;
}
</style>
border-color css
<style>
span { border-color: #129ECC; }
span { border-color: rgb(18,158,204); }
td.TdClassName
{
border-color: #129ECC;
}
.TagClassName
{
border-color: #129ECC;
}
</style>