Shades of Pacific Blue #0788CB
Tints of Pacific Blue #0788CB
RGB
CMYK
RGB Variations
Color information
#0788CB (or 0x0788CB) is known color: Pacific Blue. HEX triplet: 07, 88 and CB. RGB value is (7,136,203). Sum of RGB (Red+Green+Blue) = 7+136+203=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #0788CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0788CB is #F87734. Grayscale: #686868. Windows color (decimal): -16283445 or 13338631. OLE color: 13338631.
HSL color Cylindrical-coordinate representation of color #0788CB: hue angle of 200.51º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0788CB is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 136 | 203 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.20 |
| HSL | 200.51º | 0.93% | 0.41% | - |
| HSV(B) | 200.51º | 0.97% | 0.8% | - |
| XYZ | 19.67 | 21.97 | 59.7 | - |
| YUV | 105.07 | 183.26 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 203 | 0.97 | 0.33 | 0 | 0.20 | 200.51 | 0.93 | 0.41 |
| Hex | 7 | 88 | CB | 61 | 21 | 0 | 14 | C9 | 5D | 29 |
| Octal | 7 | 210 | 313 | 141 | 41 | 0 | 24 | 311 | 135 | 51 |
| Binary | 111 | 10001000 | 11001011 | 1100001 | 100001 | 0 | 10100 | 11001001 | 1011101 | 101001 |
Color Harmonies of #0788CB
Complementary color
Monochromatic Colors of #0788CB
Black with #0788CB
Text Example
Text Example
White with #0788CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0788CB; }
p { color: rgb(7,136,203); }
H1.HeaderClassName
{
color: #0788CB;
}
.AnyTagClassName
{
color: #0788CB;
}
</style>
background-color css
<style>
a { background-color: #0788CB; }
a { background-color: rgb(7,136,203); }
div.DivClassName
{
background-color: #0788CB;
}
.BgClassName
{
background-color: #0788CB;
}
</style>
border-color css
<style>
span { border-color: #0788CB; }
span { border-color: rgb(7,136,203); }
td.TdClassName
{
border-color: #0788CB;
}
.TagClassName
{
border-color: #0788CB;
}
</style>