Shades of Pacific Blue #129BE0
Tints of Pacific Blue #129BE0
RGB
CMYK
RGB Variations
Color information
#129BE0 (or 0x129BE0) is known color: Pacific Blue. HEX triplet: 12, 9B and E0. RGB value is (18,155,224). Sum of RGB (Red+Green+Blue) = 18+155+224=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #129BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BE0 is #ED641F. Grayscale: #797979. Windows color (decimal): -15557664 or 14719762. OLE color: 14719762.
HSL color Cylindrical-coordinate representation of color #129BE0: hue angle of 200.1º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BE0 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 155 | 224 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.12 |
| HSL | 200.1º | 0.85% | 0.47% | - |
| HSV(B) | 200.1º | 0.92% | 0.88% | - |
| XYZ | 25.43 | 28.95 | 74.77 | - |
| YUV | 121.9 | 185.61 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 224 | 0.92 | 0.31 | 0 | 0.12 | 200.1 | 0.85 | 0.47 |
| Hex | 12 | 9B | E0 | 5C | 1F | 0 | C | C8 | 55 | 2F |
| Octal | 22 | 233 | 340 | 134 | 37 | 0 | 14 | 310 | 125 | 57 |
| Binary | 10010 | 10011011 | 11100000 | 1011100 | 11111 | 0 | 1100 | 11001000 | 1010101 | 101111 |
Color Harmonies of #129BE0
Complementary color
Monochromatic Colors of #129BE0
Black with #129BE0
Text Example
Text Example
White with #129BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BE0; }
p { color: rgb(18,155,224); }
H1.HeaderClassName
{
color: #129BE0;
}
.AnyTagClassName
{
color: #129BE0;
}
</style>
background-color css
<style>
a { background-color: #129BE0; }
a { background-color: rgb(18,155,224); }
div.DivClassName
{
background-color: #129BE0;
}
.BgClassName
{
background-color: #129BE0;
}
</style>
border-color css
<style>
span { border-color: #129BE0; }
span { border-color: rgb(18,155,224); }
td.TdClassName
{
border-color: #129BE0;
}
.TagClassName
{
border-color: #129BE0;
}
</style>