Shades of Pacific Blue #129CDA
Tints of Pacific Blue #129CDA
RGB
CMYK
RGB Variations
Color information
#129CDA (or 0x129CDA) is known color: Pacific Blue. HEX triplet: 12, 9C and DA. RGB value is (18,156,218). Sum of RGB (Red+Green+Blue) = 18+156+218=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #129CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CDA is #ED6325. Grayscale: #797979. Windows color (decimal): -15557414 or 14326802. OLE color: 14326802.
HSL color Cylindrical-coordinate representation of color #129CDA: hue angle of 198.6º 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 #129CDA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 156 | 218 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.15 |
| HSL | 198.6º | 0.85% | 0.46% | - |
| HSV(B) | 198.6º | 0.92% | 0.85% | - |
| XYZ | 24.79 | 28.97 | 70.61 | - |
| YUV | 121.81 | 182.28 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 218 | 0.92 | 0.28 | 0 | 0.15 | 198.6 | 0.85 | 0.46 |
| Hex | 12 | 9C | DA | 5C | 1C | 0 | F | C7 | 55 | 2E |
| Octal | 22 | 234 | 332 | 134 | 34 | 0 | 17 | 307 | 125 | 56 |
| Binary | 10010 | 10011100 | 11011010 | 1011100 | 11100 | 0 | 1111 | 11000111 | 1010101 | 101110 |
Color Harmonies of #129CDA
Complementary color
Monochromatic Colors of #129CDA
Black with #129CDA
Text Example
Text Example
White with #129CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CDA; }
p { color: rgb(18,156,218); }
H1.HeaderClassName
{
color: #129CDA;
}
.AnyTagClassName
{
color: #129CDA;
}
</style>
background-color css
<style>
a { background-color: #129CDA; }
a { background-color: rgb(18,156,218); }
div.DivClassName
{
background-color: #129CDA;
}
.BgClassName
{
background-color: #129CDA;
}
</style>
border-color css
<style>
span { border-color: #129CDA; }
span { border-color: rgb(18,156,218); }
td.TdClassName
{
border-color: #129CDA;
}
.TagClassName
{
border-color: #129CDA;
}
</style>