Shades of Pacific Blue #128DDB
Tints of Pacific Blue #128DDB
RGB
CMYK
RGB Variations
Color information
#128DDB (or 0x128DDB) is known color: Pacific Blue. HEX triplet: 12, 8D and DB. RGB value is (18,141,219). Sum of RGB (Red+Green+Blue) = 18+141+219=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #128DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DDB is #ED7224. Grayscale: #707070. Windows color (decimal): -15561253 or 14388498. OLE color: 14388498.
HSL color Cylindrical-coordinate representation of color #128DDB: hue angle of 203.28º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128DDB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 141 | 219 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.14 |
| HSL | 203.28º | 0.85% | 0.46% | - |
| HSV(B) | 203.28º | 0.92% | 0.86% | - |
| XYZ | 22.56 | 24.29 | 70.52 | - |
| YUV | 113.12 | 187.75 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 219 | 0.92 | 0.36 | 0 | 0.14 | 203.28 | 0.85 | 0.46 |
| Hex | 12 | 8D | DB | 5C | 24 | 0 | E | CB | 55 | 2E |
| Octal | 22 | 215 | 333 | 134 | 44 | 0 | 16 | 313 | 125 | 56 |
| Binary | 10010 | 10001101 | 11011011 | 1011100 | 100100 | 0 | 1110 | 11001011 | 1010101 | 101110 |
Color Harmonies of #128DDB
Complementary color
Monochromatic Colors of #128DDB
Black with #128DDB
Text Example
Text Example
White with #128DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DDB; }
p { color: rgb(18,141,219); }
H1.HeaderClassName
{
color: #128DDB;
}
.AnyTagClassName
{
color: #128DDB;
}
</style>
background-color css
<style>
a { background-color: #128DDB; }
a { background-color: rgb(18,141,219); }
div.DivClassName
{
background-color: #128DDB;
}
.BgClassName
{
background-color: #128DDB;
}
</style>
border-color css
<style>
span { border-color: #128DDB; }
span { border-color: rgb(18,141,219); }
td.TdClassName
{
border-color: #128DDB;
}
.TagClassName
{
border-color: #128DDB;
}
</style>