Shades of Pacific Blue #088BDC
Tints of Pacific Blue #088BDC
RGB
CMYK
RGB Variations
Color information
#088BDC (or 0x088BDC) is known color: Pacific Blue. HEX triplet: 08, 8B and DC. RGB value is (8,139,220). Sum of RGB (Red+Green+Blue) = 8+139+220=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #088BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BDC is #F77423. Grayscale: #6C6C6C. Windows color (decimal): -16217124 or 14453512. OLE color: 14453512.
HSL color Cylindrical-coordinate representation of color #088BDC: hue angle of 202.92º 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 #088BDC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 139 | 220 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.14 |
| HSL | 202.92º | 0.93% | 0.45% | - |
| HSV(B) | 202.92º | 0.96% | 0.86% | - |
| XYZ | 22.25 | 23.68 | 71.11 | - |
| YUV | 109.07 | 190.6 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 220 | 0.96 | 0.37 | 0 | 0.14 | 202.92 | 0.93 | 0.45 |
| Hex | 8 | 8B | DC | 60 | 25 | 0 | E | CB | 5D | 2D |
| Octal | 10 | 213 | 334 | 140 | 45 | 0 | 16 | 313 | 135 | 55 |
| Binary | 1000 | 10001011 | 11011100 | 1100000 | 100101 | 0 | 1110 | 11001011 | 1011101 | 101101 |
Color Harmonies of #088BDC
Complementary color
Monochromatic Colors of #088BDC
Black with #088BDC
Text Example
Text Example
White with #088BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BDC; }
p { color: rgb(8,139,220); }
H1.HeaderClassName
{
color: #088BDC;
}
.AnyTagClassName
{
color: #088BDC;
}
</style>
background-color css
<style>
a { background-color: #088BDC; }
a { background-color: rgb(8,139,220); }
div.DivClassName
{
background-color: #088BDC;
}
.BgClassName
{
background-color: #088BDC;
}
</style>
border-color css
<style>
span { border-color: #088BDC; }
span { border-color: rgb(8,139,220); }
td.TdClassName
{
border-color: #088BDC;
}
.TagClassName
{
border-color: #088BDC;
}
</style>