Shades of Pacific Blue #129FCC
Tints of Pacific Blue #129FCC
RGB
CMYK
RGB Variations
Color information
#129FCC (or 0x129FCC) is known color: Pacific Blue. HEX triplet: 12, 9F and CC. RGB value is (18,159,204). Sum of RGB (Red+Green+Blue) = 18+159+204=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #129FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FCC is #ED6033. Grayscale: #797979. Windows color (decimal): -15556660 or 13410066. OLE color: 13410066.
HSL color Cylindrical-coordinate representation of color #129FCC: hue angle of 194.52º 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 #129FCC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 159 | 204 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.2 |
| HSL | 194.52º | 0.84% | 0.44% | - |
| HSV(B) | 194.52º | 0.91% | 0.8% | - |
| XYZ | 23.55 | 29.28 | 61.54 | - |
| YUV | 121.97 | 174.29 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 204 | 0.91 | 0.22 | 0 | 0.2 | 194.52 | 0.84 | 0.44 |
| Hex | 12 | 9F | CC | 5B | 16 | 0 | 14 | C3 | 54 | 2C |
| Octal | 22 | 237 | 314 | 133 | 26 | 0 | 24 | 303 | 124 | 54 |
| Binary | 10010 | 10011111 | 11001100 | 1011011 | 10110 | 0 | 10100 | 11000011 | 1010100 | 101100 |
Color Harmonies of #129FCC
Complementary color
Monochromatic Colors of #129FCC
Black with #129FCC
Text Example
Text Example
White with #129FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FCC; }
p { color: rgb(18,159,204); }
H1.HeaderClassName
{
color: #129FCC;
}
.AnyTagClassName
{
color: #129FCC;
}
</style>
background-color css
<style>
a { background-color: #129FCC; }
a { background-color: rgb(18,159,204); }
div.DivClassName
{
background-color: #129FCC;
}
.BgClassName
{
background-color: #129FCC;
}
</style>
border-color css
<style>
span { border-color: #129FCC; }
span { border-color: rgb(18,159,204); }
td.TdClassName
{
border-color: #129FCC;
}
.TagClassName
{
border-color: #129FCC;
}
</style>