Shades of Pacific Blue #128DC9
Tints of Pacific Blue #128DC9
RGB
CMYK
RGB Variations
Color information
#128DC9 (or 0x128DC9) is known color: Pacific Blue. HEX triplet: 12, 8D and C9. RGB value is (18,141,201). Sum of RGB (Red+Green+Blue) = 18+141+201=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #128DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DC9 is #ED7236. Grayscale: #6E6E6E. Windows color (decimal): -15561271 or 13208850. OLE color: 13208850.
HSL color Cylindrical-coordinate representation of color #128DC9: hue angle of 199.67º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128DC9 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 141 | 201 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.21 |
| HSL | 199.67º | 0.84% | 0.43% | - |
| HSV(B) | 199.67º | 0.91% | 0.79% | - |
| XYZ | 20.32 | 23.4 | 58.7 | - |
| YUV | 111.06 | 178.75 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 201 | 0.91 | 0.30 | 0 | 0.21 | 199.67 | 0.84 | 0.43 |
| Hex | 12 | 8D | C9 | 5B | 1E | 0 | 15 | C8 | 54 | 2B |
| Octal | 22 | 215 | 311 | 133 | 36 | 0 | 25 | 310 | 124 | 53 |
| Binary | 10010 | 10001101 | 11001001 | 1011011 | 11110 | 0 | 10101 | 11001000 | 1010100 | 101011 |
Color Harmonies of #128DC9
Complementary color
Monochromatic Colors of #128DC9
Black with #128DC9
Text Example
Text Example
White with #128DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DC9; }
p { color: rgb(18,141,201); }
H1.HeaderClassName
{
color: #128DC9;
}
.AnyTagClassName
{
color: #128DC9;
}
</style>
background-color css
<style>
a { background-color: #128DC9; }
a { background-color: rgb(18,141,201); }
div.DivClassName
{
background-color: #128DC9;
}
.BgClassName
{
background-color: #128DC9;
}
</style>
border-color css
<style>
span { border-color: #128DC9; }
span { border-color: rgb(18,141,201); }
td.TdClassName
{
border-color: #128DC9;
}
.TagClassName
{
border-color: #128DC9;
}
</style>