Shades of Pacific Blue #129DC7
Tints of Pacific Blue #129DC7
RGB
CMYK
RGB Variations
Color information
#129DC7 (or 0x129DC7) is known color: Pacific Blue. HEX triplet: 12, 9D and C7. RGB value is (18,157,199). Sum of RGB (Red+Green+Blue) = 18+157+199=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #129DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DC7 is #ED6238. Grayscale: #777777. Windows color (decimal): -15557177 or 13081874. OLE color: 13081874.
HSL color Cylindrical-coordinate representation of color #129DC7: hue angle of 193.92º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129DC7 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 157 | 199 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.22 |
| HSL | 193.92º | 0.83% | 0.43% | - |
| HSV(B) | 193.92º | 0.91% | 0.78% | - |
| XYZ | 22.62 | 28.37 | 58.32 | - |
| YUV | 120.23 | 172.45 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 199 | 0.91 | 0.21 | 0 | 0.22 | 193.92 | 0.83 | 0.43 |
| Hex | 12 | 9D | C7 | 5B | 15 | 0 | 16 | C2 | 53 | 2B |
| Octal | 22 | 235 | 307 | 133 | 25 | 0 | 26 | 302 | 123 | 53 |
| Binary | 10010 | 10011101 | 11000111 | 1011011 | 10101 | 0 | 10110 | 11000010 | 1010011 | 101011 |
Color Harmonies of #129DC7
Complementary color
Monochromatic Colors of #129DC7
Black with #129DC7
Text Example
Text Example
White with #129DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DC7; }
p { color: rgb(18,157,199); }
H1.HeaderClassName
{
color: #129DC7;
}
.AnyTagClassName
{
color: #129DC7;
}
</style>
background-color css
<style>
a { background-color: #129DC7; }
a { background-color: rgb(18,157,199); }
div.DivClassName
{
background-color: #129DC7;
}
.BgClassName
{
background-color: #129DC7;
}
</style>
border-color css
<style>
span { border-color: #129DC7; }
span { border-color: rgb(18,157,199); }
td.TdClassName
{
border-color: #129DC7;
}
.TagClassName
{
border-color: #129DC7;
}
</style>