Shades of Pacific Blue #129BC1
Tints of Pacific Blue #129BC1
RGB
CMYK
RGB Variations
Color information
#129BC1 (or 0x129BC1) is known color: Pacific Blue. HEX triplet: 12, 9B and C1. RGB value is (18,155,193). Sum of RGB (Red+Green+Blue) = 18+155+193=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #129BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BC1 is #ED643E. Grayscale: #767676. Windows color (decimal): -15557695 or 12688146. OLE color: 12688146.
HSL color Cylindrical-coordinate representation of color #129BC1: hue angle of 193.03º 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 #129BC1 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 155 | 193 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.24 |
| HSL | 193.03º | 0.83% | 0.41% | - |
| HSV(B) | 193.03º | 0.91% | 0.76% | - |
| XYZ | 21.6 | 27.42 | 54.61 | - |
| YUV | 118.37 | 170.11 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 193 | 0.91 | 0.20 | 0 | 0.24 | 193.03 | 0.83 | 0.41 |
| Hex | 12 | 9B | C1 | 5B | 14 | 0 | 18 | C1 | 53 | 29 |
| Octal | 22 | 233 | 301 | 133 | 24 | 0 | 30 | 301 | 123 | 51 |
| Binary | 10010 | 10011011 | 11000001 | 1011011 | 10100 | 0 | 11000 | 11000001 | 1010011 | 101001 |
Color Harmonies of #129BC1
Complementary color
Monochromatic Colors of #129BC1
Black with #129BC1
Text Example
Text Example
White with #129BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BC1; }
p { color: rgb(18,155,193); }
H1.HeaderClassName
{
color: #129BC1;
}
.AnyTagClassName
{
color: #129BC1;
}
</style>
background-color css
<style>
a { background-color: #129BC1; }
a { background-color: rgb(18,155,193); }
div.DivClassName
{
background-color: #129BC1;
}
.BgClassName
{
background-color: #129BC1;
}
</style>
border-color css
<style>
span { border-color: #129BC1; }
span { border-color: rgb(18,155,193); }
td.TdClassName
{
border-color: #129BC1;
}
.TagClassName
{
border-color: #129BC1;
}
</style>