Shades of Pacific Blue #129ACB
Tints of Pacific Blue #129ACB
RGB
CMYK
RGB Variations
Color information
#129ACB (or 0x129ACB) is known color: Pacific Blue. HEX triplet: 12, 9A and CB. RGB value is (18,154,203). Sum of RGB (Red+Green+Blue) = 18+154+203=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #129ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ACB is #ED6534. Grayscale: #767676. Windows color (decimal): -15557941 or 13343250. OLE color: 13343250.
HSL color Cylindrical-coordinate representation of color #129ACB: hue angle of 195.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129ACB is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 154 | 203 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.20 |
| HSL | 195.89º | 0.84% | 0.43% | - |
| HSV(B) | 195.89º | 0.91% | 0.8% | - |
| XYZ | 22.58 | 27.55 | 60.63 | - |
| YUV | 118.92 | 175.44 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 203 | 0.91 | 0.24 | 0 | 0.20 | 195.89 | 0.84 | 0.43 |
| Hex | 12 | 9A | CB | 5B | 18 | 0 | 14 | C4 | 54 | 2B |
| Octal | 22 | 232 | 313 | 133 | 30 | 0 | 24 | 304 | 124 | 53 |
| Binary | 10010 | 10011010 | 11001011 | 1011011 | 11000 | 0 | 10100 | 11000100 | 1010100 | 101011 |
Color Harmonies of #129ACB
Complementary color
Monochromatic Colors of #129ACB
Black with #129ACB
Text Example
Text Example
White with #129ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ACB; }
p { color: rgb(18,154,203); }
H1.HeaderClassName
{
color: #129ACB;
}
.AnyTagClassName
{
color: #129ACB;
}
</style>
background-color css
<style>
a { background-color: #129ACB; }
a { background-color: rgb(18,154,203); }
div.DivClassName
{
background-color: #129ACB;
}
.BgClassName
{
background-color: #129ACB;
}
</style>
border-color css
<style>
span { border-color: #129ACB; }
span { border-color: rgb(18,154,203); }
td.TdClassName
{
border-color: #129ACB;
}
.TagClassName
{
border-color: #129ACB;
}
</style>