Shades of Pacific Blue #088DC5
Tints of Pacific Blue #088DC5
RGB
CMYK
RGB Variations
Color information
#088DC5 (or 0x088DC5) is known color: Pacific Blue. HEX triplet: 08, 8D and C5. RGB value is (8,141,197). Sum of RGB (Red+Green+Blue) = 8+141+197=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 197 (77.34% from 255 or 56.94% from 346); Max value from RGB is 197 - color contains mainly: blue. Hex color #088DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DC5 is #F7723A. Grayscale: #6B6B6B. Windows color (decimal): -16216635 or 12946696. OLE color: 12946696.
HSL color Cylindrical-coordinate representation of color #088DC5: hue angle of 197.78º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DC5 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 141 | 197 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.23 |
| HSL | 197.78º | 0.92% | 0.4% | - |
| HSV(B) | 197.78º | 0.96% | 0.77% | - |
| XYZ | 19.7 | 23.13 | 56.25 | - |
| YUV | 107.62 | 178.44 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 197 | 0.96 | 0.28 | 0 | 0.23 | 197.78 | 0.92 | 0.4 |
| Hex | 8 | 8D | C5 | 60 | 1C | 0 | 17 | C6 | 5C | 28 |
| Octal | 10 | 215 | 305 | 140 | 34 | 0 | 27 | 306 | 134 | 50 |
| Binary | 1000 | 10001101 | 11000101 | 1100000 | 11100 | 0 | 10111 | 11000110 | 1011100 | 101000 |
Color Harmonies of #088DC5
Complementary color
Monochromatic Colors of #088DC5
Black with #088DC5
Text Example
Text Example
White with #088DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DC5; }
p { color: rgb(8,141,197); }
H1.HeaderClassName
{
color: #088DC5;
}
.AnyTagClassName
{
color: #088DC5;
}
</style>
background-color css
<style>
a { background-color: #088DC5; }
a { background-color: rgb(8,141,197); }
div.DivClassName
{
background-color: #088DC5;
}
.BgClassName
{
background-color: #088DC5;
}
</style>
border-color css
<style>
span { border-color: #088DC5; }
span { border-color: rgb(8,141,197); }
td.TdClassName
{
border-color: #088DC5;
}
.TagClassName
{
border-color: #088DC5;
}
</style>