Shades of Pacific Blue #129DCB
Tints of Pacific Blue #129DCB
RGB
CMYK
RGB Variations
Color information
#129DCB (or 0x129DCB) is known color: Pacific Blue. HEX triplet: 12, 9D and CB. RGB value is (18,157,203). Sum of RGB (Red+Green+Blue) = 18+157+203=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #129DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DCB is #ED6234. Grayscale: #787878. Windows color (decimal): -15557173 or 13344018. OLE color: 13344018.
HSL color Cylindrical-coordinate representation of color #129DCB: hue angle of 194.92º 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 #129DCB is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 157 | 203 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.20 |
| HSL | 194.92º | 0.84% | 0.43% | - |
| HSV(B) | 194.92º | 0.91% | 0.8% | - |
| XYZ | 23.09 | 28.55 | 60.79 | - |
| YUV | 120.68 | 174.45 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 203 | 0.91 | 0.23 | 0 | 0.20 | 194.92 | 0.84 | 0.43 |
| Hex | 12 | 9D | CB | 5B | 17 | 0 | 14 | C3 | 54 | 2B |
| Octal | 22 | 235 | 313 | 133 | 27 | 0 | 24 | 303 | 124 | 53 |
| Binary | 10010 | 10011101 | 11001011 | 1011011 | 10111 | 0 | 10100 | 11000011 | 1010100 | 101011 |
Color Harmonies of #129DCB
Complementary color
Monochromatic Colors of #129DCB
Black with #129DCB
Text Example
Text Example
White with #129DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DCB; }
p { color: rgb(18,157,203); }
H1.HeaderClassName
{
color: #129DCB;
}
.AnyTagClassName
{
color: #129DCB;
}
</style>
background-color css
<style>
a { background-color: #129DCB; }
a { background-color: rgb(18,157,203); }
div.DivClassName
{
background-color: #129DCB;
}
.BgClassName
{
background-color: #129DCB;
}
</style>
border-color css
<style>
span { border-color: #129DCB; }
span { border-color: rgb(18,157,203); }
td.TdClassName
{
border-color: #129DCB;
}
.TagClassName
{
border-color: #129DCB;
}
</style>