Shades of Pacific Blue #089BC0
Tints of Pacific Blue #089BC0
RGB
CMYK
RGB Variations
Color information
#089BC0 (or 0x089BC0) is known color: Pacific Blue. HEX triplet: 08, 9B and C0. RGB value is (8,155,192). Sum of RGB (Red+Green+Blue) = 8+155+192=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #089BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BC0 is #F7643F. Grayscale: #727272. Windows color (decimal): -16213056 or 12622600. OLE color: 12622600.
HSL color Cylindrical-coordinate representation of color #089BC0: hue angle of 192.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BC0 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 155 | 192 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.25 |
| HSL | 192.07º | 0.92% | 0.39% | - |
| HSV(B) | 192.07º | 0.96% | 0.75% | - |
| XYZ | 21.34 | 27.3 | 54.01 | - |
| YUV | 115.27 | 171.3 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 192 | 0.96 | 0.19 | 0 | 0.25 | 192.07 | 0.92 | 0.39 |
| Hex | 8 | 9B | C0 | 60 | 13 | 0 | 19 | C0 | 5C | 27 |
| Octal | 10 | 233 | 300 | 140 | 23 | 0 | 31 | 300 | 134 | 47 |
| Binary | 1000 | 10011011 | 11000000 | 1100000 | 10011 | 0 | 11001 | 11000000 | 1011100 | 100111 |
Color Harmonies of #089BC0
Complementary color
Monochromatic Colors of #089BC0
Black with #089BC0
Text Example
Text Example
White with #089BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BC0; }
p { color: rgb(8,155,192); }
H1.HeaderClassName
{
color: #089BC0;
}
.AnyTagClassName
{
color: #089BC0;
}
</style>
background-color css
<style>
a { background-color: #089BC0; }
a { background-color: rgb(8,155,192); }
div.DivClassName
{
background-color: #089BC0;
}
.BgClassName
{
background-color: #089BC0;
}
</style>
border-color css
<style>
span { border-color: #089BC0; }
span { border-color: rgb(8,155,192); }
td.TdClassName
{
border-color: #089BC0;
}
.TagClassName
{
border-color: #089BC0;
}
</style>