Shades of Pacific Blue #128FDB
Tints of Pacific Blue #128FDB
RGB
CMYK
RGB Variations
Color information
#128FDB (or 0x128FDB) is known color: Pacific Blue. HEX triplet: 12, 8F and DB. RGB value is (18,143,219). Sum of RGB (Red+Green+Blue) = 18+143+219=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #128FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FDB is #ED7024. Grayscale: #717171. Windows color (decimal): -15560741 or 14389010. OLE color: 14389010.
HSL color Cylindrical-coordinate representation of color #128FDB: hue angle of 202.69º 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 #128FDB is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 143 | 219 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.14 |
| HSL | 202.69º | 0.85% | 0.46% | - |
| HSV(B) | 202.69º | 0.92% | 0.86% | - |
| XYZ | 22.86 | 24.89 | 70.62 | - |
| YUV | 114.29 | 187.09 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 219 | 0.92 | 0.35 | 0 | 0.14 | 202.69 | 0.85 | 0.46 |
| Hex | 12 | 8F | DB | 5C | 23 | 0 | E | CB | 55 | 2E |
| Octal | 22 | 217 | 333 | 134 | 43 | 0 | 16 | 313 | 125 | 56 |
| Binary | 10010 | 10001111 | 11011011 | 1011100 | 100011 | 0 | 1110 | 11001011 | 1010101 | 101110 |
Color Harmonies of #128FDB
Complementary color
Monochromatic Colors of #128FDB
Black with #128FDB
Text Example
Text Example
White with #128FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FDB; }
p { color: rgb(18,143,219); }
H1.HeaderClassName
{
color: #128FDB;
}
.AnyTagClassName
{
color: #128FDB;
}
</style>
background-color css
<style>
a { background-color: #128FDB; }
a { background-color: rgb(18,143,219); }
div.DivClassName
{
background-color: #128FDB;
}
.BgClassName
{
background-color: #128FDB;
}
</style>
border-color css
<style>
span { border-color: #128FDB; }
span { border-color: rgb(18,143,219); }
td.TdClassName
{
border-color: #128FDB;
}
.TagClassName
{
border-color: #128FDB;
}
</style>