Shades of Pacific Blue #129CC2
Tints of Pacific Blue #129CC2
RGB
CMYK
RGB Variations
Color information
#129CC2 (or 0x129CC2) is known color: Pacific Blue. HEX triplet: 12, 9C and C2. RGB value is (18,156,194). Sum of RGB (Red+Green+Blue) = 18+156+194=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #129CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CC2 is #ED633D. Grayscale: #767676. Windows color (decimal): -15557438 or 12753938. OLE color: 12753938.
HSL color Cylindrical-coordinate representation of color #129CC2: hue angle of 192.95º 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 #129CC2 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 156 | 194 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.24 |
| HSL | 192.95º | 0.83% | 0.42% | - |
| HSV(B) | 192.95º | 0.91% | 0.76% | - |
| XYZ | 21.88 | 27.8 | 55.25 | - |
| YUV | 119.07 | 170.28 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 194 | 0.91 | 0.20 | 0 | 0.24 | 192.95 | 0.83 | 0.42 |
| Hex | 12 | 9C | C2 | 5B | 14 | 0 | 18 | C1 | 53 | 2A |
| Octal | 22 | 234 | 302 | 133 | 24 | 0 | 30 | 301 | 123 | 52 |
| Binary | 10010 | 10011100 | 11000010 | 1011011 | 10100 | 0 | 11000 | 11000001 | 1010011 | 101010 |
Color Harmonies of #129CC2
Complementary color
Monochromatic Colors of #129CC2
Black with #129CC2
Text Example
Text Example
White with #129CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CC2; }
p { color: rgb(18,156,194); }
H1.HeaderClassName
{
color: #129CC2;
}
.AnyTagClassName
{
color: #129CC2;
}
</style>
background-color css
<style>
a { background-color: #129CC2; }
a { background-color: rgb(18,156,194); }
div.DivClassName
{
background-color: #129CC2;
}
.BgClassName
{
background-color: #129CC2;
}
</style>
border-color css
<style>
span { border-color: #129CC2; }
span { border-color: rgb(18,156,194); }
td.TdClassName
{
border-color: #129CC2;
}
.TagClassName
{
border-color: #129CC2;
}
</style>