Shades of Pacific Blue #128ADB
Tints of Pacific Blue #128ADB
RGB
CMYK
RGB Variations
Color information
#128ADB (or 0x128ADB) is known color: Pacific Blue. HEX triplet: 12, 8A and DB. RGB value is (18,138,219). Sum of RGB (Red+Green+Blue) = 18+138+219=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #128ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ADB is #ED7524. Grayscale: #6E6E6E. Windows color (decimal): -15562021 or 14387730. OLE color: 14387730.
HSL color Cylindrical-coordinate representation of color #128ADB: hue angle of 204.18º 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 #128ADB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 138 | 219 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.14 |
| HSL | 204.18º | 0.85% | 0.46% | - |
| HSV(B) | 204.18º | 0.92% | 0.86% | - |
| XYZ | 22.12 | 23.42 | 70.37 | - |
| YUV | 111.35 | 188.74 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 219 | 0.92 | 0.37 | 0 | 0.14 | 204.18 | 0.85 | 0.46 |
| Hex | 12 | 8A | DB | 5C | 25 | 0 | E | CC | 55 | 2E |
| Octal | 22 | 212 | 333 | 134 | 45 | 0 | 16 | 314 | 125 | 56 |
| Binary | 10010 | 10001010 | 11011011 | 1011100 | 100101 | 0 | 1110 | 11001100 | 1010101 | 101110 |
Color Harmonies of #128ADB
Complementary color
Monochromatic Colors of #128ADB
Black with #128ADB
Text Example
Text Example
White with #128ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128ADB; }
p { color: rgb(18,138,219); }
H1.HeaderClassName
{
color: #128ADB;
}
.AnyTagClassName
{
color: #128ADB;
}
</style>
background-color css
<style>
a { background-color: #128ADB; }
a { background-color: rgb(18,138,219); }
div.DivClassName
{
background-color: #128ADB;
}
.BgClassName
{
background-color: #128ADB;
}
</style>
border-color css
<style>
span { border-color: #128ADB; }
span { border-color: rgb(18,138,219); }
td.TdClassName
{
border-color: #128ADB;
}
.TagClassName
{
border-color: #128ADB;
}
</style>