Shades of Pacific Blue #129BCF
Tints of Pacific Blue #129BCF
RGB
CMYK
RGB Variations
Color information
#129BCF (or 0x129BCF) is known color: Pacific Blue. HEX triplet: 12, 9B and CF. RGB value is (18,155,207). Sum of RGB (Red+Green+Blue) = 18+155+207=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #129BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BCF is #ED6430. Grayscale: #777777. Windows color (decimal): -15557681 or 13605650. OLE color: 13605650.
HSL color Cylindrical-coordinate representation of color #129BCF: hue angle of 196.51º 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 #129BCF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 155 | 207 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.19 |
| HSL | 196.51º | 0.84% | 0.44% | - |
| HSV(B) | 196.51º | 0.91% | 0.81% | - |
| XYZ | 23.23 | 28.08 | 63.23 | - |
| YUV | 119.97 | 177.11 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 207 | 0.91 | 0.25 | 0 | 0.19 | 196.51 | 0.84 | 0.44 |
| Hex | 12 | 9B | CF | 5B | 19 | 0 | 13 | C5 | 54 | 2C |
| Octal | 22 | 233 | 317 | 133 | 31 | 0 | 23 | 305 | 124 | 54 |
| Binary | 10010 | 10011011 | 11001111 | 1011011 | 11001 | 0 | 10011 | 11000101 | 1010100 | 101100 |
Color Harmonies of #129BCF
Complementary color
Monochromatic Colors of #129BCF
Black with #129BCF
Text Example
Text Example
White with #129BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BCF; }
p { color: rgb(18,155,207); }
H1.HeaderClassName
{
color: #129BCF;
}
.AnyTagClassName
{
color: #129BCF;
}
</style>
background-color css
<style>
a { background-color: #129BCF; }
a { background-color: rgb(18,155,207); }
div.DivClassName
{
background-color: #129BCF;
}
.BgClassName
{
background-color: #129BCF;
}
</style>
border-color css
<style>
span { border-color: #129BCF; }
span { border-color: rgb(18,155,207); }
td.TdClassName
{
border-color: #129BCF;
}
.TagClassName
{
border-color: #129BCF;
}
</style>