Shades of Pacific Blue #088BCD
Tints of Pacific Blue #088BCD
RGB
CMYK
RGB Variations
Color information
#088BCD (or 0x088BCD) is known color: Pacific Blue. HEX triplet: 08, 8B and CD. RGB value is (8,139,205). Sum of RGB (Red+Green+Blue) = 8+139+205=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #088BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BCD is #F77432. Grayscale: #6A6A6A. Windows color (decimal): -16217139 or 13470472. OLE color: 13470472.
HSL color Cylindrical-coordinate representation of color #088BCD: hue angle of 200.1º 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 #088BCD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 139 | 205 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.20 |
| HSL | 200.1º | 0.92% | 0.42% | - |
| HSV(B) | 200.1º | 0.96% | 0.8% | - |
| XYZ | 20.35 | 22.92 | 61.11 | - |
| YUV | 107.36 | 183.1 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 205 | 0.96 | 0.32 | 0 | 0.20 | 200.1 | 0.92 | 0.42 |
| Hex | 8 | 8B | CD | 60 | 20 | 0 | 14 | C8 | 5C | 2A |
| Octal | 10 | 213 | 315 | 140 | 40 | 0 | 24 | 310 | 134 | 52 |
| Binary | 1000 | 10001011 | 11001101 | 1100000 | 100000 | 0 | 10100 | 11001000 | 1011100 | 101010 |
Color Harmonies of #088BCD
Complementary color
Monochromatic Colors of #088BCD
Black with #088BCD
Text Example
Text Example
White with #088BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BCD; }
p { color: rgb(8,139,205); }
H1.HeaderClassName
{
color: #088BCD;
}
.AnyTagClassName
{
color: #088BCD;
}
</style>
background-color css
<style>
a { background-color: #088BCD; }
a { background-color: rgb(8,139,205); }
div.DivClassName
{
background-color: #088BCD;
}
.BgClassName
{
background-color: #088BCD;
}
</style>
border-color css
<style>
span { border-color: #088BCD; }
span { border-color: rgb(8,139,205); }
td.TdClassName
{
border-color: #088BCD;
}
.TagClassName
{
border-color: #088BCD;
}
</style>