Shades of Pacific Blue #0889CC
Tints of Pacific Blue #0889CC
RGB
CMYK
RGB Variations
Color information
#0889CC (or 0x0889CC) is known color: Pacific Blue. HEX triplet: 08, 89 and CC. RGB value is (8,137,204). Sum of RGB (Red+Green+Blue) = 8+137+204=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #0889CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889CC is #F77633. Grayscale: #696969. Windows color (decimal): -16217652 or 13404424. OLE color: 13404424.
HSL color Cylindrical-coordinate representation of color #0889CC: hue angle of 200.51º 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 #0889CC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 137 | 204 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.2 |
| HSL | 200.51º | 0.92% | 0.42% | - |
| HSV(B) | 200.51º | 0.96% | 0.8% | - |
| XYZ | 19.94 | 22.3 | 60.38 | - |
| YUV | 106.07 | 183.26 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 204 | 0.96 | 0.33 | 0 | 0.2 | 200.51 | 0.92 | 0.42 |
| Hex | 8 | 89 | CC | 60 | 21 | 0 | 14 | C9 | 5C | 2A |
| Octal | 10 | 211 | 314 | 140 | 41 | 0 | 24 | 311 | 134 | 52 |
| Binary | 1000 | 10001001 | 11001100 | 1100000 | 100001 | 0 | 10100 | 11001001 | 1011100 | 101010 |
Color Harmonies of #0889CC
Complementary color
Monochromatic Colors of #0889CC
Black with #0889CC
Text Example
Text Example
White with #0889CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889CC; }
p { color: rgb(8,137,204); }
H1.HeaderClassName
{
color: #0889CC;
}
.AnyTagClassName
{
color: #0889CC;
}
</style>
background-color css
<style>
a { background-color: #0889CC; }
a { background-color: rgb(8,137,204); }
div.DivClassName
{
background-color: #0889CC;
}
.BgClassName
{
background-color: #0889CC;
}
</style>
border-color css
<style>
span { border-color: #0889CC; }
span { border-color: rgb(8,137,204); }
td.TdClassName
{
border-color: #0889CC;
}
.TagClassName
{
border-color: #0889CC;
}
</style>