Shades of Pacific Blue #088CC6
Tints of Pacific Blue #088CC6
RGB
CMYK
RGB Variations
Color information
#088CC6 (or 0x088CC6) is known color: Pacific Blue. HEX triplet: 08, 8C and C6. RGB value is (8,140,198). Sum of RGB (Red+Green+Blue) = 8+140+198=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #088CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CC6 is #F77339. Grayscale: #6A6A6A. Windows color (decimal): -16216890 or 13011976. OLE color: 13011976.
HSL color Cylindrical-coordinate representation of color #088CC6: hue angle of 198.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088CC6 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 140 | 198 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.22 |
| HSL | 198.32º | 0.92% | 0.4% | - |
| HSV(B) | 198.32º | 0.96% | 0.78% | - |
| XYZ | 19.67 | 22.89 | 56.81 | - |
| YUV | 107.14 | 179.27 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 198 | 0.96 | 0.29 | 0 | 0.22 | 198.32 | 0.92 | 0.4 |
| Hex | 8 | 8C | C6 | 60 | 1D | 0 | 16 | C6 | 5C | 28 |
| Octal | 10 | 214 | 306 | 140 | 35 | 0 | 26 | 306 | 134 | 50 |
| Binary | 1000 | 10001100 | 11000110 | 1100000 | 11101 | 0 | 10110 | 11000110 | 1011100 | 101000 |
Color Harmonies of #088CC6
Complementary color
Monochromatic Colors of #088CC6
Black with #088CC6
Text Example
Text Example
White with #088CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088CC6; }
p { color: rgb(8,140,198); }
H1.HeaderClassName
{
color: #088CC6;
}
.AnyTagClassName
{
color: #088CC6;
}
</style>
background-color css
<style>
a { background-color: #088CC6; }
a { background-color: rgb(8,140,198); }
div.DivClassName
{
background-color: #088CC6;
}
.BgClassName
{
background-color: #088CC6;
}
</style>
border-color css
<style>
span { border-color: #088CC6; }
span { border-color: rgb(8,140,198); }
td.TdClassName
{
border-color: #088CC6;
}
.TagClassName
{
border-color: #088CC6;
}
</style>