Shades of Pacific Blue #129DDD
Tints of Pacific Blue #129DDD
RGB
CMYK
RGB Variations
Color information
#129DDD (or 0x129DDD) is known color: Pacific Blue. HEX triplet: 12, 9D and DD. RGB value is (18,157,221). Sum of RGB (Red+Green+Blue) = 18+157+221=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #129DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DDD is #ED6222. Grayscale: #7A7A7A. Windows color (decimal): -15557155 or 14523666. OLE color: 14523666.
HSL color Cylindrical-coordinate representation of color #129DDD: hue angle of 198.92º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129DDD is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 157 | 221 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.13 |
| HSL | 198.92º | 0.85% | 0.47% | - |
| HSV(B) | 198.92º | 0.92% | 0.87% | - |
| XYZ | 25.36 | 29.46 | 72.76 | - |
| YUV | 122.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 221 | 0.92 | 0.29 | 0 | 0.13 | 198.92 | 0.85 | 0.47 |
| Hex | 12 | 9D | DD | 5C | 1D | 0 | D | C7 | 55 | 2F |
| Octal | 22 | 235 | 335 | 134 | 35 | 0 | 15 | 307 | 125 | 57 |
| Binary | 10010 | 10011101 | 11011101 | 1011100 | 11101 | 0 | 1101 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129DDD
Complementary color
Monochromatic Colors of #129DDD
Black with #129DDD
Text Example
Text Example
White with #129DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DDD; }
p { color: rgb(18,157,221); }
H1.HeaderClassName
{
color: #129DDD;
}
.AnyTagClassName
{
color: #129DDD;
}
</style>
background-color css
<style>
a { background-color: #129DDD; }
a { background-color: rgb(18,157,221); }
div.DivClassName
{
background-color: #129DDD;
}
.BgClassName
{
background-color: #129DDD;
}
</style>
border-color css
<style>
span { border-color: #129DDD; }
span { border-color: rgb(18,157,221); }
td.TdClassName
{
border-color: #129DDD;
}
.TagClassName
{
border-color: #129DDD;
}
</style>