Shades of Pacific Blue #088DDC
Tints of Pacific Blue #088DDC
RGB
CMYK
RGB Variations
Color information
#088DDC (or 0x088DDC) is known color: Pacific Blue. HEX triplet: 08, 8D and DC. RGB value is (8,141,220). Sum of RGB (Red+Green+Blue) = 8+141+220=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #088DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DDC is #F77223. Grayscale: #6D6D6D. Windows color (decimal): -16216612 or 14454024. OLE color: 14454024.
HSL color Cylindrical-coordinate representation of color #088DDC: hue angle of 202.36º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DDC is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 141 | 220 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.14 |
| HSL | 202.36º | 0.93% | 0.45% | - |
| HSV(B) | 202.36º | 0.96% | 0.86% | - |
| XYZ | 22.54 | 24.27 | 71.21 | - |
| YUV | 110.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 220 | 0.96 | 0.36 | 0 | 0.14 | 202.36 | 0.93 | 0.45 |
| Hex | 8 | 8D | DC | 60 | 24 | 0 | E | CA | 5D | 2D |
| Octal | 10 | 215 | 334 | 140 | 44 | 0 | 16 | 312 | 135 | 55 |
| Binary | 1000 | 10001101 | 11011100 | 1100000 | 100100 | 0 | 1110 | 11001010 | 1011101 | 101101 |
Color Harmonies of #088DDC
Complementary color
Monochromatic Colors of #088DDC
Black with #088DDC
Text Example
Text Example
White with #088DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DDC; }
p { color: rgb(8,141,220); }
H1.HeaderClassName
{
color: #088DDC;
}
.AnyTagClassName
{
color: #088DDC;
}
</style>
background-color css
<style>
a { background-color: #088DDC; }
a { background-color: rgb(8,141,220); }
div.DivClassName
{
background-color: #088DDC;
}
.BgClassName
{
background-color: #088DDC;
}
</style>
border-color css
<style>
span { border-color: #088DDC; }
span { border-color: rgb(8,141,220); }
td.TdClassName
{
border-color: #088DDC;
}
.TagClassName
{
border-color: #088DDC;
}
</style>