Shades of Pacific Blue #129FC4
Tints of Pacific Blue #129FC4
RGB
CMYK
RGB Variations
Color information
#129FC4 (or 0x129FC4) is known color: Pacific Blue. HEX triplet: 12, 9F and C4. RGB value is (18,159,196). Sum of RGB (Red+Green+Blue) = 18+159+196=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #129FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FC4 is #ED603B. Grayscale: #787878. Windows color (decimal): -15556668 or 12885778. OLE color: 12885778.
HSL color Cylindrical-coordinate representation of color #129FC4: hue angle of 192.47º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129FC4 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 159 | 196 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.23 |
| HSL | 192.47º | 0.83% | 0.42% | - |
| HSV(B) | 192.47º | 0.91% | 0.77% | - |
| XYZ | 22.61 | 28.91 | 56.61 | - |
| YUV | 121.06 | 170.29 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 196 | 0.91 | 0.19 | 0 | 0.23 | 192.47 | 0.83 | 0.42 |
| Hex | 12 | 9F | C4 | 5B | 13 | 0 | 17 | C0 | 53 | 2A |
| Octal | 22 | 237 | 304 | 133 | 23 | 0 | 27 | 300 | 123 | 52 |
| Binary | 10010 | 10011111 | 11000100 | 1011011 | 10011 | 0 | 10111 | 11000000 | 1010011 | 101010 |
Color Harmonies of #129FC4
Complementary color
Monochromatic Colors of #129FC4
Black with #129FC4
Text Example
Text Example
White with #129FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FC4; }
p { color: rgb(18,159,196); }
H1.HeaderClassName
{
color: #129FC4;
}
.AnyTagClassName
{
color: #129FC4;
}
</style>
background-color css
<style>
a { background-color: #129FC4; }
a { background-color: rgb(18,159,196); }
div.DivClassName
{
background-color: #129FC4;
}
.BgClassName
{
background-color: #129FC4;
}
</style>
border-color css
<style>
span { border-color: #129FC4; }
span { border-color: rgb(18,159,196); }
td.TdClassName
{
border-color: #129FC4;
}
.TagClassName
{
border-color: #129FC4;
}
</style>