Shades of Pacific Blue #128FD2
Tints of Pacific Blue #128FD2
RGB
CMYK
RGB Variations
Color information
#128FD2 (or 0x128FD2) is known color: Pacific Blue. HEX triplet: 12, 8F and D2. RGB value is (18,143,210). Sum of RGB (Red+Green+Blue) = 18+143+210=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #128FD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FD2 is #ED702D. Grayscale: #707070. Windows color (decimal): -15560750 or 13799186. OLE color: 13799186.
HSL color Cylindrical-coordinate representation of color #128FD2: hue angle of 200.94º 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 #128FD2 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 143 | 210 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.18 |
| HSL | 200.94º | 0.84% | 0.45% | - |
| HSV(B) | 200.94º | 0.91% | 0.82% | - |
| XYZ | 21.7 | 24.43 | 64.54 | - |
| YUV | 113.26 | 182.59 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 210 | 0.91 | 0.32 | 0 | 0.18 | 200.94 | 0.84 | 0.45 |
| Hex | 12 | 8F | D2 | 5B | 20 | 0 | 12 | C9 | 54 | 2D |
| Octal | 22 | 217 | 322 | 133 | 40 | 0 | 22 | 311 | 124 | 55 |
| Binary | 10010 | 10001111 | 11010010 | 1011011 | 100000 | 0 | 10010 | 11001001 | 1010100 | 101101 |
Color Harmonies of #128FD2
Complementary color
Monochromatic Colors of #128FD2
Black with #128FD2
Text Example
Text Example
White with #128FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FD2; }
p { color: rgb(18,143,210); }
H1.HeaderClassName
{
color: #128FD2;
}
.AnyTagClassName
{
color: #128FD2;
}
</style>
background-color css
<style>
a { background-color: #128FD2; }
a { background-color: rgb(18,143,210); }
div.DivClassName
{
background-color: #128FD2;
}
.BgClassName
{
background-color: #128FD2;
}
</style>
border-color css
<style>
span { border-color: #128FD2; }
span { border-color: rgb(18,143,210); }
td.TdClassName
{
border-color: #128FD2;
}
.TagClassName
{
border-color: #128FD2;
}
</style>