Shades of Pacific Blue #129EDA
Tints of Pacific Blue #129EDA
RGB
CMYK
RGB Variations
Color information
#129EDA (or 0x129EDA) is known color: Pacific Blue. HEX triplet: 12, 9E and DA. RGB value is (18,158,218). Sum of RGB (Red+Green+Blue) = 18+158+218=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #129EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EDA is #ED6125. Grayscale: #7A7A7A. Windows color (decimal): -15556902 or 14327314. OLE color: 14327314.
HSL color Cylindrical-coordinate representation of color #129EDA: hue angle of 198º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129EDA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 158 | 218 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.15 |
| HSL | 198º | 0.85% | 0.46% | - |
| HSV(B) | 198º | 0.92% | 0.85% | - |
| XYZ | 25.13 | 29.64 | 70.73 | - |
| YUV | 122.98 | 181.62 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 218 | 0.92 | 0.28 | 0 | 0.15 | 198 | 0.85 | 0.46 |
| Hex | 12 | 9E | DA | 5C | 1C | 0 | F | C6 | 55 | 2E |
| Octal | 22 | 236 | 332 | 134 | 34 | 0 | 17 | 306 | 125 | 56 |
| Binary | 10010 | 10011110 | 11011010 | 1011100 | 11100 | 0 | 1111 | 11000110 | 1010101 | 101110 |
Color Harmonies of #129EDA
Complementary color
Monochromatic Colors of #129EDA
Black with #129EDA
Text Example
Text Example
White with #129EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EDA; }
p { color: rgb(18,158,218); }
H1.HeaderClassName
{
color: #129EDA;
}
.AnyTagClassName
{
color: #129EDA;
}
</style>
background-color css
<style>
a { background-color: #129EDA; }
a { background-color: rgb(18,158,218); }
div.DivClassName
{
background-color: #129EDA;
}
.BgClassName
{
background-color: #129EDA;
}
</style>
border-color css
<style>
span { border-color: #129EDA; }
span { border-color: rgb(18,158,218); }
td.TdClassName
{
border-color: #129EDA;
}
.TagClassName
{
border-color: #129EDA;
}
</style>