Shades of Pacific Blue #128BDA
Tints of Pacific Blue #128BDA
RGB
CMYK
RGB Variations
Color information
#128BDA (or 0x128BDA) is known color: Pacific Blue. HEX triplet: 12, 8B and DA. RGB value is (18,139,218). Sum of RGB (Red+Green+Blue) = 18+139+218=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #128BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BDA is #ED7425. Grayscale: #6F6F6F. Windows color (decimal): -15561766 or 14322450. OLE color: 14322450.
HSL color Cylindrical-coordinate representation of color #128BDA: hue angle of 203.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128BDA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 139 | 218 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.15 |
| HSL | 203.7º | 0.85% | 0.46% | - |
| HSV(B) | 203.7º | 0.92% | 0.85% | - |
| XYZ | 22.14 | 23.66 | 69.73 | - |
| YUV | 111.83 | 187.91 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 218 | 0.92 | 0.36 | 0 | 0.15 | 203.7 | 0.85 | 0.46 |
| Hex | 12 | 8B | DA | 5C | 24 | 0 | F | CC | 55 | 2E |
| Octal | 22 | 213 | 332 | 134 | 44 | 0 | 17 | 314 | 125 | 56 |
| Binary | 10010 | 10001011 | 11011010 | 1011100 | 100100 | 0 | 1111 | 11001100 | 1010101 | 101110 |
Color Harmonies of #128BDA
Complementary color
Monochromatic Colors of #128BDA
Black with #128BDA
Text Example
Text Example
White with #128BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BDA; }
p { color: rgb(18,139,218); }
H1.HeaderClassName
{
color: #128BDA;
}
.AnyTagClassName
{
color: #128BDA;
}
</style>
background-color css
<style>
a { background-color: #128BDA; }
a { background-color: rgb(18,139,218); }
div.DivClassName
{
background-color: #128BDA;
}
.BgClassName
{
background-color: #128BDA;
}
</style>
border-color css
<style>
span { border-color: #128BDA; }
span { border-color: rgb(18,139,218); }
td.TdClassName
{
border-color: #128BDA;
}
.TagClassName
{
border-color: #128BDA;
}
</style>