Shades of Pacific Blue #129ABE
Tints of Pacific Blue #129ABE
RGB
CMYK
RGB Variations
Color information
#129ABE (or 0x129ABE) is known color: Pacific Blue. HEX triplet: 12, 9A and BE. RGB value is (18,154,190). Sum of RGB (Red+Green+Blue) = 18+154+190=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #129ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ABE is #ED6541. Grayscale: #757575. Windows color (decimal): -15557954 or 12491282. OLE color: 12491282.
HSL color Cylindrical-coordinate representation of color #129ABE: hue angle of 192.56º 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 #129ABE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 154 | 190 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.25 |
| HSL | 192.56º | 0.83% | 0.41% | - |
| HSV(B) | 192.56º | 0.91% | 0.75% | - |
| XYZ | 21.1 | 26.96 | 52.81 | - |
| YUV | 117.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 190 | 0.91 | 0.19 | 0 | 0.25 | 192.56 | 0.83 | 0.41 |
| Hex | 12 | 9A | BE | 5B | 13 | 0 | 19 | C1 | 53 | 29 |
| Octal | 22 | 232 | 276 | 133 | 23 | 0 | 31 | 301 | 123 | 51 |
| Binary | 10010 | 10011010 | 10111110 | 1011011 | 10011 | 0 | 11001 | 11000001 | 1010011 | 101001 |
Color Harmonies of #129ABE
Complementary color
Monochromatic Colors of #129ABE
Black with #129ABE
Text Example
Text Example
White with #129ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ABE; }
p { color: rgb(18,154,190); }
H1.HeaderClassName
{
color: #129ABE;
}
.AnyTagClassName
{
color: #129ABE;
}
</style>
background-color css
<style>
a { background-color: #129ABE; }
a { background-color: rgb(18,154,190); }
div.DivClassName
{
background-color: #129ABE;
}
.BgClassName
{
background-color: #129ABE;
}
</style>
border-color css
<style>
span { border-color: #129ABE; }
span { border-color: rgb(18,154,190); }
td.TdClassName
{
border-color: #129ABE;
}
.TagClassName
{
border-color: #129ABE;
}
</style>