Shades of Pacific Blue #088ECB
Tints of Pacific Blue #088ECB
RGB
CMYK
RGB Variations
Color information
#088ECB (or 0x088ECB) is known color: Pacific Blue. HEX triplet: 08, 8E and CB. RGB value is (8,142,203). Sum of RGB (Red+Green+Blue) = 8+142+203=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #088ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ECB is #F77134. Grayscale: #6C6C6C. Windows color (decimal): -16216373 or 13340168. OLE color: 13340168.
HSL color Cylindrical-coordinate representation of color #088ECB: hue angle of 198.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ECB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 142 | 203 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.20 |
| HSL | 198.77º | 0.92% | 0.41% | - |
| HSV(B) | 198.77º | 0.96% | 0.8% | - |
| XYZ | 20.55 | 23.71 | 59.99 | - |
| YUV | 108.89 | 181.11 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 203 | 0.96 | 0.30 | 0 | 0.20 | 198.77 | 0.92 | 0.41 |
| Hex | 8 | 8E | CB | 60 | 1E | 0 | 14 | C7 | 5C | 29 |
| Octal | 10 | 216 | 313 | 140 | 36 | 0 | 24 | 307 | 134 | 51 |
| Binary | 1000 | 10001110 | 11001011 | 1100000 | 11110 | 0 | 10100 | 11000111 | 1011100 | 101001 |
Color Harmonies of #088ECB
Complementary color
Monochromatic Colors of #088ECB
Black with #088ECB
Text Example
Text Example
White with #088ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088ECB; }
p { color: rgb(8,142,203); }
H1.HeaderClassName
{
color: #088ECB;
}
.AnyTagClassName
{
color: #088ECB;
}
</style>
background-color css
<style>
a { background-color: #088ECB; }
a { background-color: rgb(8,142,203); }
div.DivClassName
{
background-color: #088ECB;
}
.BgClassName
{
background-color: #088ECB;
}
</style>
border-color css
<style>
span { border-color: #088ECB; }
span { border-color: rgb(8,142,203); }
td.TdClassName
{
border-color: #088ECB;
}
.TagClassName
{
border-color: #088ECB;
}
</style>