Shades of Pacific Blue #0088CF
Tints of Pacific Blue #0088CF
RGB
CMYK
RGB Variations
Color information
#0088CF (or 0x0088CF) is known color: Pacific Blue. HEX triplet: 00, 88 and CF. RGB value is (0,136,207). Sum of RGB (Red+Green+Blue) = 0+136+207=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #0088CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088CF is #FF7730. Grayscale: #676767. Windows color (decimal): -16742193 or 13600768. OLE color: 13600768.
HSL color Cylindrical-coordinate representation of color #0088CF: hue angle of 200.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088CF is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 136 | 207 | - |
| CMYK | 1 | 0.34 | 0 | 0.19 |
| HSL | 200.58º | 1% | 0.41% | - |
| HSV(B) | 200.58º | 1% | 0.81% | - |
| XYZ | 20.07 | 22.11 | 62.24 | - |
| YUV | 103.43 | 186.44 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 207 | 1 | 0.34 | 0 | 0.19 | 200.58 | 1 | 0.41 |
| Hex | 0 | 88 | CF | 64 | 22 | 0 | 13 | C9 | 64 | 29 |
| Octal | 0 | 210 | 317 | 144 | 42 | 0 | 23 | 311 | 144 | 51 |
| Binary | 0 | 10001000 | 11001111 | 1100100 | 100010 | 0 | 10011 | 11001001 | 1100100 | 101001 |
Color Harmonies of #0088CF
Complementary color
Monochromatic Colors of #0088CF
Black with #0088CF
Text Example
Text Example
White with #0088CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088CF; }
p { color: rgb(0,136,207); }
H1.HeaderClassName
{
color: #0088CF;
}
.AnyTagClassName
{
color: #0088CF;
}
</style>
background-color css
<style>
a { background-color: #0088CF; }
a { background-color: rgb(0,136,207); }
div.DivClassName
{
background-color: #0088CF;
}
.BgClassName
{
background-color: #0088CF;
}
</style>
border-color css
<style>
span { border-color: #0088CF; }
span { border-color: rgb(0,136,207); }
td.TdClassName
{
border-color: #0088CF;
}
.TagClassName
{
border-color: #0088CF;
}
</style>