Shades of Pacific Blue #128BD3
Tints of Pacific Blue #128BD3
RGB
CMYK
RGB Variations
Color information
#128BD3 (or 0x128BD3) is known color: Pacific Blue. HEX triplet: 12, 8B and D3. RGB value is (18,139,211). Sum of RGB (Red+Green+Blue) = 18+139+211=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 211 (82.81% from 255 or 57.34% from 368); Max value from RGB is 211 - color contains mainly: blue. Hex color #128BD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BD3 is #ED742C. Grayscale: #6E6E6E. Windows color (decimal): -15561773 or 13863698. OLE color: 13863698.
HSL color Cylindrical-coordinate representation of color #128BD3: hue angle of 202.38º 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 #128BD3 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 139 | 211 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.17 |
| HSL | 202.38º | 0.84% | 0.45% | - |
| HSV(B) | 202.38º | 0.91% | 0.83% | - |
| XYZ | 21.24 | 23.3 | 65.01 | - |
| YUV | 111.03 | 184.41 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 211 | 0.91 | 0.34 | 0 | 0.17 | 202.38 | 0.84 | 0.45 |
| Hex | 12 | 8B | D3 | 5B | 22 | 0 | 11 | CA | 54 | 2D |
| Octal | 22 | 213 | 323 | 133 | 42 | 0 | 21 | 312 | 124 | 55 |
| Binary | 10010 | 10001011 | 11010011 | 1011011 | 100010 | 0 | 10001 | 11001010 | 1010100 | 101101 |
Color Harmonies of #128BD3
Complementary color
Monochromatic Colors of #128BD3
Black with #128BD3
Text Example
Text Example
White with #128BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BD3; }
p { color: rgb(18,139,211); }
H1.HeaderClassName
{
color: #128BD3;
}
.AnyTagClassName
{
color: #128BD3;
}
</style>
background-color css
<style>
a { background-color: #128BD3; }
a { background-color: rgb(18,139,211); }
div.DivClassName
{
background-color: #128BD3;
}
.BgClassName
{
background-color: #128BD3;
}
</style>
border-color css
<style>
span { border-color: #128BD3; }
span { border-color: rgb(18,139,211); }
td.TdClassName
{
border-color: #128BD3;
}
.TagClassName
{
border-color: #128BD3;
}
</style>