Shades of Pacific Blue #088ACC
Tints of Pacific Blue #088ACC
RGB
CMYK
RGB Variations
Color information
#088ACC (or 0x088ACC) is known color: Pacific Blue. HEX triplet: 08, 8A and CC. RGB value is (8,138,204). Sum of RGB (Red+Green+Blue) = 8+138+204=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #088ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ACC is #F77533. Grayscale: #6A6A6A. Windows color (decimal): -16217396 or 13404680. OLE color: 13404680.
HSL color Cylindrical-coordinate representation of color #088ACC: hue angle of 200.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ACC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 138 | 204 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.2 |
| HSL | 200.2º | 0.92% | 0.42% | - |
| HSV(B) | 200.2º | 0.96% | 0.8% | - |
| XYZ | 20.09 | 22.59 | 60.43 | - |
| YUV | 106.65 | 182.93 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 204 | 0.96 | 0.32 | 0 | 0.2 | 200.2 | 0.92 | 0.42 |
| Hex | 8 | 8A | CC | 60 | 20 | 0 | 14 | C8 | 5C | 2A |
| Octal | 10 | 212 | 314 | 140 | 40 | 0 | 24 | 310 | 134 | 52 |
| Binary | 1000 | 10001010 | 11001100 | 1100000 | 100000 | 0 | 10100 | 11001000 | 1011100 | 101010 |
Color Harmonies of #088ACC
Complementary color
Monochromatic Colors of #088ACC
Black with #088ACC
Text Example
Text Example
White with #088ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088ACC; }
p { color: rgb(8,138,204); }
H1.HeaderClassName
{
color: #088ACC;
}
.AnyTagClassName
{
color: #088ACC;
}
</style>
background-color css
<style>
a { background-color: #088ACC; }
a { background-color: rgb(8,138,204); }
div.DivClassName
{
background-color: #088ACC;
}
.BgClassName
{
background-color: #088ACC;
}
</style>
border-color css
<style>
span { border-color: #088ACC; }
span { border-color: rgb(8,138,204); }
td.TdClassName
{
border-color: #088ACC;
}
.TagClassName
{
border-color: #088ACC;
}
</style>