Shades of Pacific Blue #129CCA
Tints of Pacific Blue #129CCA
RGB
CMYK
RGB Variations
Color information
#129CCA (or 0x129CCA) is known color: Pacific Blue. HEX triplet: 12, 9C and CA. RGB value is (18,156,202). Sum of RGB (Red+Green+Blue) = 18+156+202=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #129CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CCA is #ED6335. Grayscale: #777777. Windows color (decimal): -15557430 or 13278226. OLE color: 13278226.
HSL color Cylindrical-coordinate representation of color #129CCA: hue angle of 195º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129CCA is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 156 | 202 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.21 |
| HSL | 195º | 0.84% | 0.43% | - |
| HSV(B) | 195º | 0.91% | 0.79% | - |
| XYZ | 22.8 | 28.17 | 60.11 | - |
| YUV | 119.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 202 | 0.91 | 0.23 | 0 | 0.21 | 195 | 0.84 | 0.43 |
| Hex | 12 | 9C | CA | 5B | 17 | 0 | 15 | C3 | 54 | 2B |
| Octal | 22 | 234 | 312 | 133 | 27 | 0 | 25 | 303 | 124 | 53 |
| Binary | 10010 | 10011100 | 11001010 | 1011011 | 10111 | 0 | 10101 | 11000011 | 1010100 | 101011 |
Color Harmonies of #129CCA
Complementary color
Monochromatic Colors of #129CCA
Black with #129CCA
Text Example
Text Example
White with #129CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CCA; }
p { color: rgb(18,156,202); }
H1.HeaderClassName
{
color: #129CCA;
}
.AnyTagClassName
{
color: #129CCA;
}
</style>
background-color css
<style>
a { background-color: #129CCA; }
a { background-color: rgb(18,156,202); }
div.DivClassName
{
background-color: #129CCA;
}
.BgClassName
{
background-color: #129CCA;
}
</style>
border-color css
<style>
span { border-color: #129CCA; }
span { border-color: rgb(18,156,202); }
td.TdClassName
{
border-color: #129CCA;
}
.TagClassName
{
border-color: #129CCA;
}
</style>