Shades of Pacific Blue #128FCC
Tints of Pacific Blue #128FCC
RGB
CMYK
RGB Variations
Color information
#128FCC (or 0x128FCC) is known color: Pacific Blue. HEX triplet: 12, 8F and CC. RGB value is (18,143,204). Sum of RGB (Red+Green+Blue) = 18+143+204=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #128FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FCC is #ED7033. Grayscale: #707070. Windows color (decimal): -15560756 or 13405970. OLE color: 13405970.
HSL color Cylindrical-coordinate representation of color #128FCC: hue angle of 199.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128FCC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 143 | 204 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.2 |
| HSL | 199.68º | 0.84% | 0.44% | - |
| HSV(B) | 199.68º | 0.91% | 0.8% | - |
| XYZ | 20.97 | 24.13 | 60.68 | - |
| YUV | 112.58 | 179.59 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 204 | 0.91 | 0.30 | 0 | 0.2 | 199.68 | 0.84 | 0.44 |
| Hex | 12 | 8F | CC | 5B | 1E | 0 | 14 | C8 | 54 | 2C |
| Octal | 22 | 217 | 314 | 133 | 36 | 0 | 24 | 310 | 124 | 54 |
| Binary | 10010 | 10001111 | 11001100 | 1011011 | 11110 | 0 | 10100 | 11001000 | 1010100 | 101100 |
Color Harmonies of #128FCC
Complementary color
Monochromatic Colors of #128FCC
Black with #128FCC
Text Example
Text Example
White with #128FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FCC; }
p { color: rgb(18,143,204); }
H1.HeaderClassName
{
color: #128FCC;
}
.AnyTagClassName
{
color: #128FCC;
}
</style>
background-color css
<style>
a { background-color: #128FCC; }
a { background-color: rgb(18,143,204); }
div.DivClassName
{
background-color: #128FCC;
}
.BgClassName
{
background-color: #128FCC;
}
</style>
border-color css
<style>
span { border-color: #128FCC; }
span { border-color: rgb(18,143,204); }
td.TdClassName
{
border-color: #128FCC;
}
.TagClassName
{
border-color: #128FCC;
}
</style>