Shades of Pacific Blue #088BCB
Tints of Pacific Blue #088BCB
RGB
CMYK
RGB Variations
Color information
#088BCB (or 0x088BCB) is known color: Pacific Blue. HEX triplet: 08, 8B and CB. RGB value is (8,139,203). Sum of RGB (Red+Green+Blue) = 8+139+203=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #088BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BCB is #F77434. Grayscale: #6A6A6A. Windows color (decimal): -16217141 or 13339400. OLE color: 13339400.
HSL color Cylindrical-coordinate representation of color #088BCB: hue angle of 199.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088BCB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 139 | 203 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.20 |
| HSL | 199.69º | 0.92% | 0.41% | - |
| HSV(B) | 199.69º | 0.96% | 0.8% | - |
| XYZ | 20.11 | 22.83 | 59.85 | - |
| YUV | 107.13 | 182.1 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 203 | 0.96 | 0.32 | 0 | 0.20 | 199.69 | 0.92 | 0.41 |
| Hex | 8 | 8B | CB | 60 | 20 | 0 | 14 | C8 | 5C | 29 |
| Octal | 10 | 213 | 313 | 140 | 40 | 0 | 24 | 310 | 134 | 51 |
| Binary | 1000 | 10001011 | 11001011 | 1100000 | 100000 | 0 | 10100 | 11001000 | 1011100 | 101001 |
Color Harmonies of #088BCB
Complementary color
Monochromatic Colors of #088BCB
Black with #088BCB
Text Example
Text Example
White with #088BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BCB; }
p { color: rgb(8,139,203); }
H1.HeaderClassName
{
color: #088BCB;
}
.AnyTagClassName
{
color: #088BCB;
}
</style>
background-color css
<style>
a { background-color: #088BCB; }
a { background-color: rgb(8,139,203); }
div.DivClassName
{
background-color: #088BCB;
}
.BgClassName
{
background-color: #088BCB;
}
</style>
border-color css
<style>
span { border-color: #088BCB; }
span { border-color: rgb(8,139,203); }
td.TdClassName
{
border-color: #088BCB;
}
.TagClassName
{
border-color: #088BCB;
}
</style>