Shades of Pacific Blue #128ACB
Tints of Pacific Blue #128ACB
RGB
CMYK
RGB Variations
Color information
#128ACB (or 0x128ACB) is known color: Pacific Blue. HEX triplet: 12, 8A and CB. RGB value is (18,138,203). Sum of RGB (Red+Green+Blue) = 18+138+203=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #128ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ACB is #ED7534. Grayscale: #6D6D6D. Windows color (decimal): -15562037 or 13339154. OLE color: 13339154.
HSL color Cylindrical-coordinate representation of color #128ACB: hue angle of 201.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128ACB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 138 | 203 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.20 |
| HSL | 201.08º | 0.84% | 0.43% | - |
| HSV(B) | 201.08º | 0.91% | 0.8% | - |
| XYZ | 20.12 | 22.62 | 59.81 | - |
| YUV | 109.53 | 180.74 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 203 | 0.91 | 0.32 | 0 | 0.20 | 201.08 | 0.84 | 0.43 |
| Hex | 12 | 8A | CB | 5B | 20 | 0 | 14 | C9 | 54 | 2B |
| Octal | 22 | 212 | 313 | 133 | 40 | 0 | 24 | 311 | 124 | 53 |
| Binary | 10010 | 10001010 | 11001011 | 1011011 | 100000 | 0 | 10100 | 11001001 | 1010100 | 101011 |
Color Harmonies of #128ACB
Complementary color
Monochromatic Colors of #128ACB
Black with #128ACB
Text Example
Text Example
White with #128ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128ACB; }
p { color: rgb(18,138,203); }
H1.HeaderClassName
{
color: #128ACB;
}
.AnyTagClassName
{
color: #128ACB;
}
</style>
background-color css
<style>
a { background-color: #128ACB; }
a { background-color: rgb(18,138,203); }
div.DivClassName
{
background-color: #128ACB;
}
.BgClassName
{
background-color: #128ACB;
}
</style>
border-color css
<style>
span { border-color: #128ACB; }
span { border-color: rgb(18,138,203); }
td.TdClassName
{
border-color: #128ACB;
}
.TagClassName
{
border-color: #128ACB;
}
</style>