Shades of Pacific Blue #128FCD
Tints of Pacific Blue #128FCD
RGB
CMYK
RGB Variations
Color information
#128FCD (or 0x128FCD) is known color: Pacific Blue. HEX triplet: 12, 8F and CD. RGB value is (18,143,205). Sum of RGB (Red+Green+Blue) = 18+143+205=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #128FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FCD is #ED7032. Grayscale: #707070. Windows color (decimal): -15560755 or 13471506. OLE color: 13471506.
HSL color Cylindrical-coordinate representation of color #128FCD: hue angle of 199.89º 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 #128FCD is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 143 | 205 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.20 |
| HSL | 199.89º | 0.84% | 0.44% | - |
| HSV(B) | 199.89º | 0.91% | 0.8% | - |
| XYZ | 21.09 | 24.18 | 61.31 | - |
| YUV | 112.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 205 | 0.91 | 0.30 | 0 | 0.20 | 199.89 | 0.84 | 0.44 |
| Hex | 12 | 8F | CD | 5B | 1E | 0 | 14 | C8 | 54 | 2C |
| Octal | 22 | 217 | 315 | 133 | 36 | 0 | 24 | 310 | 124 | 54 |
| Binary | 10010 | 10001111 | 11001101 | 1011011 | 11110 | 0 | 10100 | 11001000 | 1010100 | 101100 |
Color Harmonies of #128FCD
Complementary color
Monochromatic Colors of #128FCD
Black with #128FCD
Text Example
Text Example
White with #128FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FCD; }
p { color: rgb(18,143,205); }
H1.HeaderClassName
{
color: #128FCD;
}
.AnyTagClassName
{
color: #128FCD;
}
</style>
background-color css
<style>
a { background-color: #128FCD; }
a { background-color: rgb(18,143,205); }
div.DivClassName
{
background-color: #128FCD;
}
.BgClassName
{
background-color: #128FCD;
}
</style>
border-color css
<style>
span { border-color: #128FCD; }
span { border-color: rgb(18,143,205); }
td.TdClassName
{
border-color: #128FCD;
}
.TagClassName
{
border-color: #128FCD;
}
</style>