Shades of Pacific Blue #129DDA
Tints of Pacific Blue #129DDA
RGB
CMYK
RGB Variations
Color information
#129DDA (or 0x129DDA) is known color: Pacific Blue. HEX triplet: 12, 9D and DA. RGB value is (18,157,218). Sum of RGB (Red+Green+Blue) = 18+157+218=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #129DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DDA is #ED6225. Grayscale: #7A7A7A. Windows color (decimal): -15557158 or 14327058. OLE color: 14327058.
HSL color Cylindrical-coordinate representation of color #129DDA: hue angle of 198.3º 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 #129DDA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 157 | 218 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.15 |
| HSL | 198.3º | 0.85% | 0.46% | - |
| HSV(B) | 198.3º | 0.92% | 0.85% | - |
| XYZ | 24.96 | 29.3 | 70.67 | - |
| YUV | 122.39 | 181.95 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 218 | 0.92 | 0.28 | 0 | 0.15 | 198.3 | 0.85 | 0.46 |
| Hex | 12 | 9D | DA | 5C | 1C | 0 | F | C6 | 55 | 2E |
| Octal | 22 | 235 | 332 | 134 | 34 | 0 | 17 | 306 | 125 | 56 |
| Binary | 10010 | 10011101 | 11011010 | 1011100 | 11100 | 0 | 1111 | 11000110 | 1010101 | 101110 |
Color Harmonies of #129DDA
Complementary color
Monochromatic Colors of #129DDA
Black with #129DDA
Text Example
Text Example
White with #129DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DDA; }
p { color: rgb(18,157,218); }
H1.HeaderClassName
{
color: #129DDA;
}
.AnyTagClassName
{
color: #129DDA;
}
</style>
background-color css
<style>
a { background-color: #129DDA; }
a { background-color: rgb(18,157,218); }
div.DivClassName
{
background-color: #129DDA;
}
.BgClassName
{
background-color: #129DDA;
}
</style>
border-color css
<style>
span { border-color: #129DDA; }
span { border-color: rgb(18,157,218); }
td.TdClassName
{
border-color: #129DDA;
}
.TagClassName
{
border-color: #129DDA;
}
</style>