Shades of Pacific Blue #088EC5
Tints of Pacific Blue #088EC5
RGB
CMYK
RGB Variations
Color information
#088EC5 (or 0x088EC5) is known color: Pacific Blue. HEX triplet: 08, 8E and C5. RGB value is (8,142,197). Sum of RGB (Red+Green+Blue) = 8+142+197=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #088EC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EC5 is #F7713A. Grayscale: #6B6B6B. Windows color (decimal): -16216379 or 12946952. OLE color: 12946952.
HSL color Cylindrical-coordinate representation of color #088EC5: hue angle of 197.46º 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 #088EC5 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 142 | 197 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.23 |
| HSL | 197.46º | 0.92% | 0.4% | - |
| HSV(B) | 197.46º | 0.96% | 0.77% | - |
| XYZ | 19.85 | 23.43 | 56.3 | - |
| YUV | 108.2 | 178.11 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 197 | 0.96 | 0.28 | 0 | 0.23 | 197.46 | 0.92 | 0.4 |
| Hex | 8 | 8E | C5 | 60 | 1C | 0 | 17 | C5 | 5C | 28 |
| Octal | 10 | 216 | 305 | 140 | 34 | 0 | 27 | 305 | 134 | 50 |
| Binary | 1000 | 10001110 | 11000101 | 1100000 | 11100 | 0 | 10111 | 11000101 | 1011100 | 101000 |
Color Harmonies of #088EC5
Complementary color
Monochromatic Colors of #088EC5
Black with #088EC5
Text Example
Text Example
White with #088EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EC5; }
p { color: rgb(8,142,197); }
H1.HeaderClassName
{
color: #088EC5;
}
.AnyTagClassName
{
color: #088EC5;
}
</style>
background-color css
<style>
a { background-color: #088EC5; }
a { background-color: rgb(8,142,197); }
div.DivClassName
{
background-color: #088EC5;
}
.BgClassName
{
background-color: #088EC5;
}
</style>
border-color css
<style>
span { border-color: #088EC5; }
span { border-color: rgb(8,142,197); }
td.TdClassName
{
border-color: #088EC5;
}
.TagClassName
{
border-color: #088EC5;
}
</style>