Shades of Pacific Blue #128FD3
Tints of Pacific Blue #128FD3
RGB
CMYK
RGB Variations
Color information
#128FD3 (or 0x128FD3) is known color: Pacific Blue. HEX triplet: 12, 8F and D3. RGB value is (18,143,211). Sum of RGB (Red+Green+Blue) = 18+143+211=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #128FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FD3 is #ED702C. Grayscale: #707070. Windows color (decimal): -15560749 or 13864722. OLE color: 13864722.
HSL color Cylindrical-coordinate representation of color #128FD3: hue angle of 201.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128FD3 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 143 | 211 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.17 |
| HSL | 201.14º | 0.84% | 0.45% | - |
| HSV(B) | 201.14º | 0.91% | 0.83% | - |
| XYZ | 21.83 | 24.48 | 65.2 | - |
| YUV | 113.38 | 183.09 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 211 | 0.91 | 0.32 | 0 | 0.17 | 201.14 | 0.84 | 0.45 |
| Hex | 12 | 8F | D3 | 5B | 20 | 0 | 11 | C9 | 54 | 2D |
| Octal | 22 | 217 | 323 | 133 | 40 | 0 | 21 | 311 | 124 | 55 |
| Binary | 10010 | 10001111 | 11010011 | 1011011 | 100000 | 0 | 10001 | 11001001 | 1010100 | 101101 |
Color Harmonies of #128FD3
Complementary color
Monochromatic Colors of #128FD3
Black with #128FD3
Text Example
Text Example
White with #128FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FD3; }
p { color: rgb(18,143,211); }
H1.HeaderClassName
{
color: #128FD3;
}
.AnyTagClassName
{
color: #128FD3;
}
</style>
background-color css
<style>
a { background-color: #128FD3; }
a { background-color: rgb(18,143,211); }
div.DivClassName
{
background-color: #128FD3;
}
.BgClassName
{
background-color: #128FD3;
}
</style>
border-color css
<style>
span { border-color: #128FD3; }
span { border-color: rgb(18,143,211); }
td.TdClassName
{
border-color: #128FD3;
}
.TagClassName
{
border-color: #128FD3;
}
</style>