Shades of Pacific Blue #129ECF
Tints of Pacific Blue #129ECF
RGB
CMYK
RGB Variations
Color information
#129ECF (or 0x129ECF) is known color: Pacific Blue. HEX triplet: 12, 9E and CF. RGB value is (18,158,207). Sum of RGB (Red+Green+Blue) = 18+158+207=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #129ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ECF is #ED6130. Grayscale: #797979. Windows color (decimal): -15556913 or 13606418. OLE color: 13606418.
HSL color Cylindrical-coordinate representation of color #129ECF: hue angle of 195.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129ECF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 158 | 207 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.19 |
| HSL | 195.56º | 0.84% | 0.44% | - |
| HSV(B) | 195.56º | 0.91% | 0.81% | - |
| XYZ | 23.74 | 29.09 | 63.39 | - |
| YUV | 121.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 207 | 0.91 | 0.24 | 0 | 0.19 | 195.56 | 0.84 | 0.44 |
| Hex | 12 | 9E | CF | 5B | 18 | 0 | 13 | C4 | 54 | 2C |
| Octal | 22 | 236 | 317 | 133 | 30 | 0 | 23 | 304 | 124 | 54 |
| Binary | 10010 | 10011110 | 11001111 | 1011011 | 11000 | 0 | 10011 | 11000100 | 1010100 | 101100 |
Color Harmonies of #129ECF
Complementary color
Monochromatic Colors of #129ECF
Black with #129ECF
Text Example
Text Example
White with #129ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ECF; }
p { color: rgb(18,158,207); }
H1.HeaderClassName
{
color: #129ECF;
}
.AnyTagClassName
{
color: #129ECF;
}
</style>
background-color css
<style>
a { background-color: #129ECF; }
a { background-color: rgb(18,158,207); }
div.DivClassName
{
background-color: #129ECF;
}
.BgClassName
{
background-color: #129ECF;
}
</style>
border-color css
<style>
span { border-color: #129ECF; }
span { border-color: rgb(18,158,207); }
td.TdClassName
{
border-color: #129ECF;
}
.TagClassName
{
border-color: #129ECF;
}
</style>