Shades of Pacific Blue #0089CC
Tints of Pacific Blue #0089CC
RGB
CMYK
RGB Variations
Color information
#0089CC (or 0x0089CC) is known color: Pacific Blue. HEX triplet: 00, 89 and CC. RGB value is (0,137,204). Sum of RGB (Red+Green+Blue) = 0+137+204=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #0089CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089CC is #FF7633. Grayscale: #676767. Windows color (decimal): -16741940 or 13404416. OLE color: 13404416.
HSL color Cylindrical-coordinate representation of color #0089CC: hue angle of 199.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089CC is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 137 | 204 | - |
| CMYK | 1 | 0.33 | 0 | 0.2 |
| HSL | 199.71º | 1% | 0.4% | - |
| HSV(B) | 199.71º | 1% | 0.8% | - |
| XYZ | 19.84 | 22.25 | 60.38 | - |
| YUV | 103.68 | 184.61 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 204 | 1 | 0.33 | 0 | 0.2 | 199.71 | 1 | 0.4 |
| Hex | 0 | 89 | CC | 64 | 21 | 0 | 14 | C8 | 64 | 28 |
| Octal | 0 | 211 | 314 | 144 | 41 | 0 | 24 | 310 | 144 | 50 |
| Binary | 0 | 10001001 | 11001100 | 1100100 | 100001 | 0 | 10100 | 11001000 | 1100100 | 101000 |
Color Harmonies of #0089CC
Complementary color
Monochromatic Colors of #0089CC
Black with #0089CC
Text Example
Text Example
White with #0089CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0089CC; }
p { color: rgb(0,137,204); }
H1.HeaderClassName
{
color: #0089CC;
}
.AnyTagClassName
{
color: #0089CC;
}
</style>
background-color css
<style>
a { background-color: #0089CC; }
a { background-color: rgb(0,137,204); }
div.DivClassName
{
background-color: #0089CC;
}
.BgClassName
{
background-color: #0089CC;
}
</style>
border-color css
<style>
span { border-color: #0089CC; }
span { border-color: rgb(0,137,204); }
td.TdClassName
{
border-color: #0089CC;
}
.TagClassName
{
border-color: #0089CC;
}
</style>