Shades of Pacific Blue #129BCC
Tints of Pacific Blue #129BCC
RGB
CMYK
RGB Variations
Color information
#129BCC (or 0x129BCC) is known color: Pacific Blue. HEX triplet: 12, 9B and CC. RGB value is (18,155,204). Sum of RGB (Red+Green+Blue) = 18+155+204=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #129BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BCC is #ED6433. Grayscale: #777777. Windows color (decimal): -15557684 or 13409042. OLE color: 13409042.
HSL color Cylindrical-coordinate representation of color #129BCC: hue angle of 195.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129BCC is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 155 | 204 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.2 |
| HSL | 195.81º | 0.84% | 0.44% | - |
| HSV(B) | 195.81º | 0.91% | 0.8% | - |
| XYZ | 22.87 | 27.93 | 61.31 | - |
| YUV | 119.62 | 175.61 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 204 | 0.91 | 0.24 | 0 | 0.2 | 195.81 | 0.84 | 0.44 |
| Hex | 12 | 9B | CC | 5B | 18 | 0 | 14 | C4 | 54 | 2C |
| Octal | 22 | 233 | 314 | 133 | 30 | 0 | 24 | 304 | 124 | 54 |
| Binary | 10010 | 10011011 | 11001100 | 1011011 | 11000 | 0 | 10100 | 11000100 | 1010100 | 101100 |
Color Harmonies of #129BCC
Complementary color
Monochromatic Colors of #129BCC
Black with #129BCC
Text Example
Text Example
White with #129BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BCC; }
p { color: rgb(18,155,204); }
H1.HeaderClassName
{
color: #129BCC;
}
.AnyTagClassName
{
color: #129BCC;
}
</style>
background-color css
<style>
a { background-color: #129BCC; }
a { background-color: rgb(18,155,204); }
div.DivClassName
{
background-color: #129BCC;
}
.BgClassName
{
background-color: #129BCC;
}
</style>
border-color css
<style>
span { border-color: #129BCC; }
span { border-color: rgb(18,155,204); }
td.TdClassName
{
border-color: #129BCC;
}
.TagClassName
{
border-color: #129BCC;
}
</style>