Shades of Pacific Blue #129DBB
Tints of Pacific Blue #129DBB
RGB
CMYK
RGB Variations
Color information
#129DBB (or 0x129DBB) is known color: Pacific Blue. HEX triplet: 12, 9D and BB. RGB value is (18,157,187). Sum of RGB (Red+Green+Blue) = 18+157+187=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #129DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DBB is #ED6244. Grayscale: #767676. Windows color (decimal): -15557189 or 12295442. OLE color: 12295442.
HSL color Cylindrical-coordinate representation of color #129DBB: hue angle of 190.65º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DBB is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 157 | 187 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.27 |
| HSL | 190.65º | 0.82% | 0.4% | - |
| HSV(B) | 190.65º | 0.9% | 0.73% | - |
| XYZ | 21.28 | 27.83 | 51.26 | - |
| YUV | 118.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 187 | 0.90 | 0.16 | 0 | 0.27 | 190.65 | 0.82 | 0.4 |
| Hex | 12 | 9D | BB | 5A | 10 | 0 | 1B | BF | 52 | 28 |
| Octal | 22 | 235 | 273 | 132 | 20 | 0 | 33 | 277 | 122 | 50 |
| Binary | 10010 | 10011101 | 10111011 | 1011010 | 10000 | 0 | 11011 | 10111111 | 1010010 | 101000 |
Color Harmonies of #129DBB
Complementary color
Monochromatic Colors of #129DBB
Black with #129DBB
Text Example
Text Example
White with #129DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DBB; }
p { color: rgb(18,157,187); }
H1.HeaderClassName
{
color: #129DBB;
}
.AnyTagClassName
{
color: #129DBB;
}
</style>
background-color css
<style>
a { background-color: #129DBB; }
a { background-color: rgb(18,157,187); }
div.DivClassName
{
background-color: #129DBB;
}
.BgClassName
{
background-color: #129DBB;
}
</style>
border-color css
<style>
span { border-color: #129DBB; }
span { border-color: rgb(18,157,187); }
td.TdClassName
{
border-color: #129DBB;
}
.TagClassName
{
border-color: #129DBB;
}
</style>