Shades of Pacific Blue #088ED0
Tints of Pacific Blue #088ED0
RGB
CMYK
RGB Variations
Color information
#088ED0 (or 0x088ED0) is known color: Pacific Blue. HEX triplet: 08, 8E and D0. RGB value is (8,142,208). Sum of RGB (Red+Green+Blue) = 8+142+208=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #088ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ED0 is #F7712F. Grayscale: #6D6D6D. Windows color (decimal): -16216368 or 13667848. OLE color: 13667848.
HSL color Cylindrical-coordinate representation of color #088ED0: hue angle of 199.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ED0 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 142 | 208 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.18 |
| HSL | 199.8º | 0.93% | 0.42% | - |
| HSV(B) | 199.8º | 0.96% | 0.82% | - |
| XYZ | 21.16 | 23.95 | 63.18 | - |
| YUV | 109.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 208 | 0.96 | 0.32 | 0 | 0.18 | 199.8 | 0.93 | 0.42 |
| Hex | 8 | 8E | D0 | 60 | 20 | 0 | 12 | C8 | 5D | 2A |
| Octal | 10 | 216 | 320 | 140 | 40 | 0 | 22 | 310 | 135 | 52 |
| Binary | 1000 | 10001110 | 11010000 | 1100000 | 100000 | 0 | 10010 | 11001000 | 1011101 | 101010 |
Color Harmonies of #088ED0
Complementary color
Monochromatic Colors of #088ED0
Black with #088ED0
Text Example
Text Example
White with #088ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088ED0; }
p { color: rgb(8,142,208); }
H1.HeaderClassName
{
color: #088ED0;
}
.AnyTagClassName
{
color: #088ED0;
}
</style>
background-color css
<style>
a { background-color: #088ED0; }
a { background-color: rgb(8,142,208); }
div.DivClassName
{
background-color: #088ED0;
}
.BgClassName
{
background-color: #088ED0;
}
</style>
border-color css
<style>
span { border-color: #088ED0; }
span { border-color: rgb(8,142,208); }
td.TdClassName
{
border-color: #088ED0;
}
.TagClassName
{
border-color: #088ED0;
}
</style>