Shades of Pacific Blue #129ACF
Tints of Pacific Blue #129ACF
RGB
CMYK
RGB Variations
Color information
#129ACF (or 0x129ACF) is known color: Pacific Blue. HEX triplet: 12, 9A and CF. RGB value is (18,154,207). Sum of RGB (Red+Green+Blue) = 18+154+207=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #129ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ACF is #ED6530. Grayscale: #777777. Windows color (decimal): -15557937 or 13605394. OLE color: 13605394.
HSL color Cylindrical-coordinate representation of color #129ACF: hue angle of 196.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129ACF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 154 | 207 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.19 |
| HSL | 196.83º | 0.84% | 0.44% | - |
| HSV(B) | 196.83º | 0.91% | 0.81% | - |
| XYZ | 23.07 | 27.74 | 63.17 | - |
| YUV | 119.38 | 177.44 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 207 | 0.91 | 0.26 | 0 | 0.19 | 196.83 | 0.84 | 0.44 |
| Hex | 12 | 9A | CF | 5B | 1A | 0 | 13 | C5 | 54 | 2C |
| Octal | 22 | 232 | 317 | 133 | 32 | 0 | 23 | 305 | 124 | 54 |
| Binary | 10010 | 10011010 | 11001111 | 1011011 | 11010 | 0 | 10011 | 11000101 | 1010100 | 101100 |
Color Harmonies of #129ACF
Complementary color
Monochromatic Colors of #129ACF
Black with #129ACF
Text Example
Text Example
White with #129ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ACF; }
p { color: rgb(18,154,207); }
H1.HeaderClassName
{
color: #129ACF;
}
.AnyTagClassName
{
color: #129ACF;
}
</style>
background-color css
<style>
a { background-color: #129ACF; }
a { background-color: rgb(18,154,207); }
div.DivClassName
{
background-color: #129ACF;
}
.BgClassName
{
background-color: #129ACF;
}
</style>
border-color css
<style>
span { border-color: #129ACF; }
span { border-color: rgb(18,154,207); }
td.TdClassName
{
border-color: #129ACF;
}
.TagClassName
{
border-color: #129ACF;
}
</style>