Shades of Pacific Blue #129CC7
Tints of Pacific Blue #129CC7
RGB
CMYK
RGB Variations
Color information
#129CC7 (or 0x129CC7) is known color: Pacific Blue. HEX triplet: 12, 9C and C7. RGB value is (18,156,199). Sum of RGB (Red+Green+Blue) = 18+156+199=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #129CC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CC7 is #ED6338. Grayscale: #777777. Windows color (decimal): -15557433 or 13081618. OLE color: 13081618.
HSL color Cylindrical-coordinate representation of color #129CC7: hue angle of 194.25º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129CC7 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 156 | 199 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.22 |
| HSL | 194.25º | 0.83% | 0.43% | - |
| HSV(B) | 194.25º | 0.91% | 0.78% | - |
| XYZ | 22.45 | 28.03 | 58.26 | - |
| YUV | 119.64 | 172.78 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 199 | 0.91 | 0.22 | 0 | 0.22 | 194.25 | 0.83 | 0.43 |
| Hex | 12 | 9C | C7 | 5B | 16 | 0 | 16 | C2 | 53 | 2B |
| Octal | 22 | 234 | 307 | 133 | 26 | 0 | 26 | 302 | 123 | 53 |
| Binary | 10010 | 10011100 | 11000111 | 1011011 | 10110 | 0 | 10110 | 11000010 | 1010011 | 101011 |
Color Harmonies of #129CC7
Complementary color
Monochromatic Colors of #129CC7
Black with #129CC7
Text Example
Text Example
White with #129CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CC7; }
p { color: rgb(18,156,199); }
H1.HeaderClassName
{
color: #129CC7;
}
.AnyTagClassName
{
color: #129CC7;
}
</style>
background-color css
<style>
a { background-color: #129CC7; }
a { background-color: rgb(18,156,199); }
div.DivClassName
{
background-color: #129CC7;
}
.BgClassName
{
background-color: #129CC7;
}
</style>
border-color css
<style>
span { border-color: #129CC7; }
span { border-color: rgb(18,156,199); }
td.TdClassName
{
border-color: #129CC7;
}
.TagClassName
{
border-color: #129CC7;
}
</style>