Shades of Pacific Blue #129FE0
Tints of Pacific Blue #129FE0
RGB
CMYK
RGB Variations
Color information
#129FE0 (or 0x129FE0) is known color: Pacific Blue. HEX triplet: 12, 9F and E0. RGB value is (18,159,224). Sum of RGB (Red+Green+Blue) = 18+159+224=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #129FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FE0 is #ED601F. Grayscale: #7B7B7B. Windows color (decimal): -15556640 or 14720786. OLE color: 14720786.
HSL color Cylindrical-coordinate representation of color #129FE0: hue angle of 198.93º 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 #129FE0 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 159 | 224 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.12 |
| HSL | 198.93º | 0.85% | 0.47% | - |
| HSV(B) | 198.93º | 0.92% | 0.88% | - |
| XYZ | 26.1 | 30.31 | 75 | - |
| YUV | 124.25 | 184.29 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 224 | 0.92 | 0.29 | 0 | 0.12 | 198.93 | 0.85 | 0.47 |
| Hex | 12 | 9F | E0 | 5C | 1D | 0 | C | C7 | 55 | 2F |
| Octal | 22 | 237 | 340 | 134 | 35 | 0 | 14 | 307 | 125 | 57 |
| Binary | 10010 | 10011111 | 11100000 | 1011100 | 11101 | 0 | 1100 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129FE0
Complementary color
Monochromatic Colors of #129FE0
Black with #129FE0
Text Example
Text Example
White with #129FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FE0; }
p { color: rgb(18,159,224); }
H1.HeaderClassName
{
color: #129FE0;
}
.AnyTagClassName
{
color: #129FE0;
}
</style>
background-color css
<style>
a { background-color: #129FE0; }
a { background-color: rgb(18,159,224); }
div.DivClassName
{
background-color: #129FE0;
}
.BgClassName
{
background-color: #129FE0;
}
</style>
border-color css
<style>
span { border-color: #129FE0; }
span { border-color: rgb(18,159,224); }
td.TdClassName
{
border-color: #129FE0;
}
.TagClassName
{
border-color: #129FE0;
}
</style>