Shades of Pacific Blue #129CC1
Tints of Pacific Blue #129CC1
RGB
CMYK
RGB Variations
Color information
#129CC1 (or 0x129CC1) is known color: Pacific Blue. HEX triplet: 12, 9C and C1. RGB value is (18,156,193). Sum of RGB (Red+Green+Blue) = 18+156+193=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #129CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CC1 is #ED633E. Grayscale: #767676. Windows color (decimal): -15557439 or 12688402. OLE color: 12688402.
HSL color Cylindrical-coordinate representation of color #129CC1: hue angle of 192.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129CC1 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 156 | 193 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.24 |
| HSL | 192.69º | 0.83% | 0.41% | - |
| HSV(B) | 192.69º | 0.91% | 0.76% | - |
| XYZ | 21.76 | 27.76 | 54.66 | - |
| YUV | 118.96 | 169.78 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 193 | 0.91 | 0.19 | 0 | 0.24 | 192.69 | 0.83 | 0.41 |
| Hex | 12 | 9C | C1 | 5B | 13 | 0 | 18 | C1 | 53 | 29 |
| Octal | 22 | 234 | 301 | 133 | 23 | 0 | 30 | 301 | 123 | 51 |
| Binary | 10010 | 10011100 | 11000001 | 1011011 | 10011 | 0 | 11000 | 11000001 | 1010011 | 101001 |
Color Harmonies of #129CC1
Complementary color
Monochromatic Colors of #129CC1
Black with #129CC1
Text Example
Text Example
White with #129CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CC1; }
p { color: rgb(18,156,193); }
H1.HeaderClassName
{
color: #129CC1;
}
.AnyTagClassName
{
color: #129CC1;
}
</style>
background-color css
<style>
a { background-color: #129CC1; }
a { background-color: rgb(18,156,193); }
div.DivClassName
{
background-color: #129CC1;
}
.BgClassName
{
background-color: #129CC1;
}
</style>
border-color css
<style>
span { border-color: #129CC1; }
span { border-color: rgb(18,156,193); }
td.TdClassName
{
border-color: #129CC1;
}
.TagClassName
{
border-color: #129CC1;
}
</style>