Shades of Pacific Blue #088FCD
Tints of Pacific Blue #088FCD
RGB
CMYK
RGB Variations
Color information
#088FCD (or 0x088FCD) is known color: Pacific Blue. HEX triplet: 08, 8F and CD. RGB value is (8,143,205). Sum of RGB (Red+Green+Blue) = 8+143+205=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #088FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FCD is #F77032. Grayscale: #6D6D6D. Windows color (decimal): -16216115 or 13471496. OLE color: 13471496.
HSL color Cylindrical-coordinate representation of color #088FCD: hue angle of 198.88º 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 #088FCD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 143 | 205 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.20 |
| HSL | 198.88º | 0.92% | 0.42% | - |
| HSV(B) | 198.88º | 0.96% | 0.8% | - |
| XYZ | 20.94 | 24.1 | 61.31 | - |
| YUV | 109.7 | 181.77 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 205 | 0.96 | 0.30 | 0 | 0.20 | 198.88 | 0.92 | 0.42 |
| Hex | 8 | 8F | CD | 60 | 1E | 0 | 14 | C7 | 5C | 2A |
| Octal | 10 | 217 | 315 | 140 | 36 | 0 | 24 | 307 | 134 | 52 |
| Binary | 1000 | 10001111 | 11001101 | 1100000 | 11110 | 0 | 10100 | 11000111 | 1011100 | 101010 |
Color Harmonies of #088FCD
Complementary color
Monochromatic Colors of #088FCD
Black with #088FCD
Text Example
Text Example
White with #088FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FCD; }
p { color: rgb(8,143,205); }
H1.HeaderClassName
{
color: #088FCD;
}
.AnyTagClassName
{
color: #088FCD;
}
</style>
background-color css
<style>
a { background-color: #088FCD; }
a { background-color: rgb(8,143,205); }
div.DivClassName
{
background-color: #088FCD;
}
.BgClassName
{
background-color: #088FCD;
}
</style>
border-color css
<style>
span { border-color: #088FCD; }
span { border-color: rgb(8,143,205); }
td.TdClassName
{
border-color: #088FCD;
}
.TagClassName
{
border-color: #088FCD;
}
</style>