Shades of Pacific Blue #129BBE
Tints of Pacific Blue #129BBE
RGB
CMYK
RGB Variations
Color information
#129BBE (or 0x129BBE) is known color: Pacific Blue. HEX triplet: 12, 9B and BE. RGB value is (18,155,190). Sum of RGB (Red+Green+Blue) = 18+155+190=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #129BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BBE is #ED6441. Grayscale: #757575. Windows color (decimal): -15557698 or 12491538. OLE color: 12491538.
HSL color Cylindrical-coordinate representation of color #129BBE: hue angle of 192.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129BBE is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 155 | 190 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.25 |
| HSL | 192.21º | 0.83% | 0.41% | - |
| HSV(B) | 192.21º | 0.91% | 0.75% | - |
| XYZ | 21.27 | 27.29 | 52.86 | - |
| YUV | 118.03 | 168.61 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 190 | 0.91 | 0.18 | 0 | 0.25 | 192.21 | 0.83 | 0.41 |
| Hex | 12 | 9B | BE | 5B | 12 | 0 | 19 | C0 | 53 | 29 |
| Octal | 22 | 233 | 276 | 133 | 22 | 0 | 31 | 300 | 123 | 51 |
| Binary | 10010 | 10011011 | 10111110 | 1011011 | 10010 | 0 | 11001 | 11000000 | 1010011 | 101001 |
Color Harmonies of #129BBE
Complementary color
Monochromatic Colors of #129BBE
Black with #129BBE
Text Example
Text Example
White with #129BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BBE; }
p { color: rgb(18,155,190); }
H1.HeaderClassName
{
color: #129BBE;
}
.AnyTagClassName
{
color: #129BBE;
}
</style>
background-color css
<style>
a { background-color: #129BBE; }
a { background-color: rgb(18,155,190); }
div.DivClassName
{
background-color: #129BBE;
}
.BgClassName
{
background-color: #129BBE;
}
</style>
border-color css
<style>
span { border-color: #129BBE; }
span { border-color: rgb(18,155,190); }
td.TdClassName
{
border-color: #129BBE;
}
.TagClassName
{
border-color: #129BBE;
}
</style>