Shades of Pacific Blue #128FD1
Tints of Pacific Blue #128FD1
RGB
CMYK
RGB Variations
Color information
#128FD1 (or 0x128FD1) is known color: Pacific Blue. HEX triplet: 12, 8F and D1. RGB value is (18,143,209). Sum of RGB (Red+Green+Blue) = 18+143+209=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #128FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FD1 is #ED702E. Grayscale: #707070. Windows color (decimal): -15560751 or 13733650. OLE color: 13733650.
HSL color Cylindrical-coordinate representation of color #128FD1: hue angle of 200.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128FD1 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 143 | 209 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.18 |
| HSL | 200.73º | 0.84% | 0.45% | - |
| HSV(B) | 200.73º | 0.91% | 0.82% | - |
| XYZ | 21.58 | 24.38 | 63.89 | - |
| YUV | 113.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 209 | 0.91 | 0.32 | 0 | 0.18 | 200.73 | 0.84 | 0.45 |
| Hex | 12 | 8F | D1 | 5B | 20 | 0 | 12 | C9 | 54 | 2D |
| Octal | 22 | 217 | 321 | 133 | 40 | 0 | 22 | 311 | 124 | 55 |
| Binary | 10010 | 10001111 | 11010001 | 1011011 | 100000 | 0 | 10010 | 11001001 | 1010100 | 101101 |
Color Harmonies of #128FD1
Complementary color
Monochromatic Colors of #128FD1
Black with #128FD1
Text Example
Text Example
White with #128FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FD1; }
p { color: rgb(18,143,209); }
H1.HeaderClassName
{
color: #128FD1;
}
.AnyTagClassName
{
color: #128FD1;
}
</style>
background-color css
<style>
a { background-color: #128FD1; }
a { background-color: rgb(18,143,209); }
div.DivClassName
{
background-color: #128FD1;
}
.BgClassName
{
background-color: #128FD1;
}
</style>
border-color css
<style>
span { border-color: #128FD1; }
span { border-color: rgb(18,143,209); }
td.TdClassName
{
border-color: #128FD1;
}
.TagClassName
{
border-color: #128FD1;
}
</style>