Shades of Pacific Blue #129BDC
Tints of Pacific Blue #129BDC
RGB
CMYK
RGB Variations
Color information
#129BDC (or 0x129BDC) is known color: Pacific Blue. HEX triplet: 12, 9B and DC. RGB value is (18,155,220). Sum of RGB (Red+Green+Blue) = 18+155+220=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #129BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BDC is #ED6423. Grayscale: #797979. Windows color (decimal): -15557668 or 14457618. OLE color: 14457618.
HSL color Cylindrical-coordinate representation of color #129BDC: hue angle of 199.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BDC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 155 | 220 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.14 |
| HSL | 199.31º | 0.85% | 0.47% | - |
| HSV(B) | 199.31º | 0.92% | 0.86% | - |
| XYZ | 24.89 | 28.74 | 71.95 | - |
| YUV | 121.45 | 183.61 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 220 | 0.92 | 0.30 | 0 | 0.14 | 199.31 | 0.85 | 0.47 |
| Hex | 12 | 9B | DC | 5C | 1E | 0 | E | C7 | 55 | 2F |
| Octal | 22 | 233 | 334 | 134 | 36 | 0 | 16 | 307 | 125 | 57 |
| Binary | 10010 | 10011011 | 11011100 | 1011100 | 11110 | 0 | 1110 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129BDC
Complementary color
Monochromatic Colors of #129BDC
Black with #129BDC
Text Example
Text Example
White with #129BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BDC; }
p { color: rgb(18,155,220); }
H1.HeaderClassName
{
color: #129BDC;
}
.AnyTagClassName
{
color: #129BDC;
}
</style>
background-color css
<style>
a { background-color: #129BDC; }
a { background-color: rgb(18,155,220); }
div.DivClassName
{
background-color: #129BDC;
}
.BgClassName
{
background-color: #129BDC;
}
</style>
border-color css
<style>
span { border-color: #129BDC; }
span { border-color: rgb(18,155,220); }
td.TdClassName
{
border-color: #129BDC;
}
.TagClassName
{
border-color: #129BDC;
}
</style>