Shades of Pacific Blue #128ED7
Tints of Pacific Blue #128ED7
RGB
CMYK
RGB Variations
Color information
#128ED7 (or 0x128ED7) is known color: Pacific Blue. HEX triplet: 12, 8E and D7. RGB value is (18,142,215). Sum of RGB (Red+Green+Blue) = 18+142+215=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #128ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ED7 is #ED7128. Grayscale: #707070. Windows color (decimal): -15561001 or 14126610. OLE color: 14126610.
HSL color Cylindrical-coordinate representation of color #128ED7: hue angle of 202.23º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128ED7 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 142 | 215 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.16 |
| HSL | 202.23º | 0.85% | 0.46% | - |
| HSV(B) | 202.23º | 0.92% | 0.84% | - |
| XYZ | 22.19 | 24.38 | 67.83 | - |
| YUV | 113.25 | 185.42 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 215 | 0.92 | 0.34 | 0 | 0.16 | 202.23 | 0.85 | 0.46 |
| Hex | 12 | 8E | D7 | 5C | 22 | 0 | 10 | CA | 55 | 2E |
| Octal | 22 | 216 | 327 | 134 | 42 | 0 | 20 | 312 | 125 | 56 |
| Binary | 10010 | 10001110 | 11010111 | 1011100 | 100010 | 0 | 10000 | 11001010 | 1010101 | 101110 |
Color Harmonies of #128ED7
Complementary color
Monochromatic Colors of #128ED7
Black with #128ED7
Text Example
Text Example
White with #128ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128ED7; }
p { color: rgb(18,142,215); }
H1.HeaderClassName
{
color: #128ED7;
}
.AnyTagClassName
{
color: #128ED7;
}
</style>
background-color css
<style>
a { background-color: #128ED7; }
a { background-color: rgb(18,142,215); }
div.DivClassName
{
background-color: #128ED7;
}
.BgClassName
{
background-color: #128ED7;
}
</style>
border-color css
<style>
span { border-color: #128ED7; }
span { border-color: rgb(18,142,215); }
td.TdClassName
{
border-color: #128ED7;
}
.TagClassName
{
border-color: #128ED7;
}
</style>