Shades of Pacific Blue #129AC2
Tints of Pacific Blue #129AC2
RGB
CMYK
RGB Variations
Color information
#129AC2 (or 0x129AC2) is known color: Pacific Blue. HEX triplet: 12, 9A and C2. RGB value is (18,154,194). Sum of RGB (Red+Green+Blue) = 18+154+194=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #129AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AC2 is #ED653D. Grayscale: #757575. Windows color (decimal): -15557950 or 12753426. OLE color: 12753426.
HSL color Cylindrical-coordinate representation of color #129AC2: hue angle of 193.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129AC2 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 154 | 194 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.24 |
| HSL | 193.64º | 0.83% | 0.42% | - |
| HSV(B) | 193.64º | 0.91% | 0.76% | - |
| XYZ | 21.54 | 27.13 | 55.14 | - |
| YUV | 117.9 | 170.94 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 194 | 0.91 | 0.21 | 0 | 0.24 | 193.64 | 0.83 | 0.42 |
| Hex | 12 | 9A | C2 | 5B | 15 | 0 | 18 | C2 | 53 | 2A |
| Octal | 22 | 232 | 302 | 133 | 25 | 0 | 30 | 302 | 123 | 52 |
| Binary | 10010 | 10011010 | 11000010 | 1011011 | 10101 | 0 | 11000 | 11000010 | 1010011 | 101010 |
Color Harmonies of #129AC2
Complementary color
Monochromatic Colors of #129AC2
Black with #129AC2
Text Example
Text Example
White with #129AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129AC2; }
p { color: rgb(18,154,194); }
H1.HeaderClassName
{
color: #129AC2;
}
.AnyTagClassName
{
color: #129AC2;
}
</style>
background-color css
<style>
a { background-color: #129AC2; }
a { background-color: rgb(18,154,194); }
div.DivClassName
{
background-color: #129AC2;
}
.BgClassName
{
background-color: #129AC2;
}
</style>
border-color css
<style>
span { border-color: #129AC2; }
span { border-color: rgb(18,154,194); }
td.TdClassName
{
border-color: #129AC2;
}
.TagClassName
{
border-color: #129AC2;
}
</style>