Shades of Pacific Blue #128CCC
Tints of Pacific Blue #128CCC
RGB
CMYK
RGB Variations
Color information
#128CCC (or 0x128CCC) is known color: Pacific Blue. HEX triplet: 12, 8C and CC. RGB value is (18,140,204). Sum of RGB (Red+Green+Blue) = 18+140+204=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #128CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CCC is #ED7333. Grayscale: #6E6E6E. Windows color (decimal): -15561524 or 13405202. OLE color: 13405202.
HSL color Cylindrical-coordinate representation of color #128CCC: hue angle of 200.65º 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 #128CCC is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 140 | 204 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.2 |
| HSL | 200.65º | 0.84% | 0.44% | - |
| HSV(B) | 200.65º | 0.91% | 0.8% | - |
| XYZ | 20.53 | 23.24 | 60.53 | - |
| YUV | 110.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 204 | 0.91 | 0.31 | 0 | 0.2 | 200.65 | 0.84 | 0.44 |
| Hex | 12 | 8C | CC | 5B | 1F | 0 | 14 | C9 | 54 | 2C |
| Octal | 22 | 214 | 314 | 133 | 37 | 0 | 24 | 311 | 124 | 54 |
| Binary | 10010 | 10001100 | 11001100 | 1011011 | 11111 | 0 | 10100 | 11001001 | 1010100 | 101100 |
Color Harmonies of #128CCC
Complementary color
Monochromatic Colors of #128CCC
Black with #128CCC
Text Example
Text Example
White with #128CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CCC; }
p { color: rgb(18,140,204); }
H1.HeaderClassName
{
color: #128CCC;
}
.AnyTagClassName
{
color: #128CCC;
}
</style>
background-color css
<style>
a { background-color: #128CCC; }
a { background-color: rgb(18,140,204); }
div.DivClassName
{
background-color: #128CCC;
}
.BgClassName
{
background-color: #128CCC;
}
</style>
border-color css
<style>
span { border-color: #128CCC; }
span { border-color: rgb(18,140,204); }
td.TdClassName
{
border-color: #128CCC;
}
.TagClassName
{
border-color: #128CCC;
}
</style>