Shades of Pacific Blue #129DC9
Tints of Pacific Blue #129DC9
RGB
CMYK
RGB Variations
Color information
#129DC9 (or 0x129DC9) is known color: Pacific Blue. HEX triplet: 12, 9D and C9. RGB value is (18,157,201). Sum of RGB (Red+Green+Blue) = 18+157+201=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #129DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DC9 is #ED6236. Grayscale: #787878. Windows color (decimal): -15557175 or 13212946. OLE color: 13212946.
HSL color Cylindrical-coordinate representation of color #129DC9: hue angle of 194.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129DC9 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 157 | 201 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.21 |
| HSL | 194.43º | 0.84% | 0.43% | - |
| HSV(B) | 194.43º | 0.91% | 0.79% | - |
| XYZ | 22.85 | 28.46 | 59.55 | - |
| YUV | 120.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 201 | 0.91 | 0.22 | 0 | 0.21 | 194.43 | 0.84 | 0.43 |
| Hex | 12 | 9D | C9 | 5B | 16 | 0 | 15 | C2 | 54 | 2B |
| Octal | 22 | 235 | 311 | 133 | 26 | 0 | 25 | 302 | 124 | 53 |
| Binary | 10010 | 10011101 | 11001001 | 1011011 | 10110 | 0 | 10101 | 11000010 | 1010100 | 101011 |
Color Harmonies of #129DC9
Complementary color
Monochromatic Colors of #129DC9
Black with #129DC9
Text Example
Text Example
White with #129DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DC9; }
p { color: rgb(18,157,201); }
H1.HeaderClassName
{
color: #129DC9;
}
.AnyTagClassName
{
color: #129DC9;
}
</style>
background-color css
<style>
a { background-color: #129DC9; }
a { background-color: rgb(18,157,201); }
div.DivClassName
{
background-color: #129DC9;
}
.BgClassName
{
background-color: #129DC9;
}
</style>
border-color css
<style>
span { border-color: #129DC9; }
span { border-color: rgb(18,157,201); }
td.TdClassName
{
border-color: #129DC9;
}
.TagClassName
{
border-color: #129DC9;
}
</style>