Shades of Pacific Blue #129EE0
Tints of Pacific Blue #129EE0
RGB
CMYK
RGB Variations
Color information
#129EE0 (or 0x129EE0) is known color: Pacific Blue. HEX triplet: 12, 9E and E0. RGB value is (18,158,224). Sum of RGB (Red+Green+Blue) = 18+158+224=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #129EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EE0 is #ED611F. Grayscale: #7B7B7B. Windows color (decimal): -15556896 or 14720530. OLE color: 14720530.
HSL color Cylindrical-coordinate representation of color #129EE0: hue angle of 199.22º 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 #129EE0 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 158 | 224 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.12 |
| HSL | 199.22º | 0.85% | 0.47% | - |
| HSV(B) | 199.22º | 0.92% | 0.88% | - |
| XYZ | 25.93 | 29.96 | 74.94 | - |
| YUV | 123.66 | 184.62 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 224 | 0.92 | 0.29 | 0 | 0.12 | 199.22 | 0.85 | 0.47 |
| Hex | 12 | 9E | E0 | 5C | 1D | 0 | C | C7 | 55 | 2F |
| Octal | 22 | 236 | 340 | 134 | 35 | 0 | 14 | 307 | 125 | 57 |
| Binary | 10010 | 10011110 | 11100000 | 1011100 | 11101 | 0 | 1100 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129EE0
Complementary color
Monochromatic Colors of #129EE0
Black with #129EE0
Text Example
Text Example
White with #129EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EE0; }
p { color: rgb(18,158,224); }
H1.HeaderClassName
{
color: #129EE0;
}
.AnyTagClassName
{
color: #129EE0;
}
</style>
background-color css
<style>
a { background-color: #129EE0; }
a { background-color: rgb(18,158,224); }
div.DivClassName
{
background-color: #129EE0;
}
.BgClassName
{
background-color: #129EE0;
}
</style>
border-color css
<style>
span { border-color: #129EE0; }
span { border-color: rgb(18,158,224); }
td.TdClassName
{
border-color: #129EE0;
}
.TagClassName
{
border-color: #129EE0;
}
</style>