Shades of Pacific Blue #128AC5
Tints of Pacific Blue #128AC5
RGB
CMYK
RGB Variations
Color information
#128AC5 (or 0x128AC5) is known color: Pacific Blue. HEX triplet: 12, 8A and C5. RGB value is (18,138,197). Sum of RGB (Red+Green+Blue) = 18+138+197=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #128AC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128AC5 is #ED753A. Grayscale: #6C6C6C. Windows color (decimal): -15562043 or 12945938. OLE color: 12945938.
HSL color Cylindrical-coordinate representation of color #128AC5: hue angle of 199.78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128AC5 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 138 | 197 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.23 |
| HSL | 199.78º | 0.83% | 0.42% | - |
| HSV(B) | 199.78º | 0.91% | 0.77% | - |
| XYZ | 19.42 | 22.34 | 56.11 | - |
| YUV | 108.85 | 177.74 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 197 | 0.91 | 0.30 | 0 | 0.23 | 199.78 | 0.83 | 0.42 |
| Hex | 12 | 8A | C5 | 5B | 1E | 0 | 17 | C8 | 53 | 2A |
| Octal | 22 | 212 | 305 | 133 | 36 | 0 | 27 | 310 | 123 | 52 |
| Binary | 10010 | 10001010 | 11000101 | 1011011 | 11110 | 0 | 10111 | 11001000 | 1010011 | 101010 |
Color Harmonies of #128AC5
Complementary color
Monochromatic Colors of #128AC5
Black with #128AC5
Text Example
Text Example
White with #128AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128AC5; }
p { color: rgb(18,138,197); }
H1.HeaderClassName
{
color: #128AC5;
}
.AnyTagClassName
{
color: #128AC5;
}
</style>
background-color css
<style>
a { background-color: #128AC5; }
a { background-color: rgb(18,138,197); }
div.DivClassName
{
background-color: #128AC5;
}
.BgClassName
{
background-color: #128AC5;
}
</style>
border-color css
<style>
span { border-color: #128AC5; }
span { border-color: rgb(18,138,197); }
td.TdClassName
{
border-color: #128AC5;
}
.TagClassName
{
border-color: #128AC5;
}
</style>