Shades of Pacific Blue #128CDA
Tints of Pacific Blue #128CDA
RGB
CMYK
RGB Variations
Color information
#128CDA (or 0x128CDA) is known color: Pacific Blue. HEX triplet: 12, 8C and DA. RGB value is (18,140,218). Sum of RGB (Red+Green+Blue) = 18+140+218=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #128CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CDA is #ED7325. Grayscale: #6F6F6F. Windows color (decimal): -15561510 or 14322706. OLE color: 14322706.
HSL color Cylindrical-coordinate representation of color #128CDA: hue angle of 203.4º 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 #128CDA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 140 | 218 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.15 |
| HSL | 203.4º | 0.85% | 0.46% | - |
| HSV(B) | 203.4º | 0.92% | 0.85% | - |
| XYZ | 22.28 | 23.95 | 69.78 | - |
| YUV | 112.41 | 187.58 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 218 | 0.92 | 0.36 | 0 | 0.15 | 203.4 | 0.85 | 0.46 |
| Hex | 12 | 8C | DA | 5C | 24 | 0 | F | CB | 55 | 2E |
| Octal | 22 | 214 | 332 | 134 | 44 | 0 | 17 | 313 | 125 | 56 |
| Binary | 10010 | 10001100 | 11011010 | 1011100 | 100100 | 0 | 1111 | 11001011 | 1010101 | 101110 |
Color Harmonies of #128CDA
Complementary color
Monochromatic Colors of #128CDA
Black with #128CDA
Text Example
Text Example
White with #128CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CDA; }
p { color: rgb(18,140,218); }
H1.HeaderClassName
{
color: #128CDA;
}
.AnyTagClassName
{
color: #128CDA;
}
</style>
background-color css
<style>
a { background-color: #128CDA; }
a { background-color: rgb(18,140,218); }
div.DivClassName
{
background-color: #128CDA;
}
.BgClassName
{
background-color: #128CDA;
}
</style>
border-color css
<style>
span { border-color: #128CDA; }
span { border-color: rgb(18,140,218); }
td.TdClassName
{
border-color: #128CDA;
}
.TagClassName
{
border-color: #128CDA;
}
</style>