Shades of Pacific Blue #129DD2
Tints of Pacific Blue #129DD2
RGB
CMYK
RGB Variations
Color information
#129DD2 (or 0x129DD2) is known color: Pacific Blue. HEX triplet: 12, 9D and D2. RGB value is (18,157,210). Sum of RGB (Red+Green+Blue) = 18+157+210=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #129DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DD2 is #ED622D. Grayscale: #797979. Windows color (decimal): -15557166 or 13802770. OLE color: 13802770.
HSL color Cylindrical-coordinate representation of color #129DD2: hue angle of 196.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129DD2 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 157 | 210 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.18 |
| HSL | 196.56º | 0.84% | 0.45% | - |
| HSV(B) | 196.56º | 0.91% | 0.82% | - |
| XYZ | 23.94 | 28.9 | 65.29 | - |
| YUV | 121.48 | 177.95 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 210 | 0.91 | 0.25 | 0 | 0.18 | 196.56 | 0.84 | 0.45 |
| Hex | 12 | 9D | D2 | 5B | 19 | 0 | 12 | C5 | 54 | 2D |
| Octal | 22 | 235 | 322 | 133 | 31 | 0 | 22 | 305 | 124 | 55 |
| Binary | 10010 | 10011101 | 11010010 | 1011011 | 11001 | 0 | 10010 | 11000101 | 1010100 | 101101 |
Color Harmonies of #129DD2
Complementary color
Monochromatic Colors of #129DD2
Black with #129DD2
Text Example
Text Example
White with #129DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DD2; }
p { color: rgb(18,157,210); }
H1.HeaderClassName
{
color: #129DD2;
}
.AnyTagClassName
{
color: #129DD2;
}
</style>
background-color css
<style>
a { background-color: #129DD2; }
a { background-color: rgb(18,157,210); }
div.DivClassName
{
background-color: #129DD2;
}
.BgClassName
{
background-color: #129DD2;
}
</style>
border-color css
<style>
span { border-color: #129DD2; }
span { border-color: rgb(18,157,210); }
td.TdClassName
{
border-color: #129DD2;
}
.TagClassName
{
border-color: #129DD2;
}
</style>