Shades of Pacific Blue #089BBC
Tints of Pacific Blue #089BBC
RGB
CMYK
RGB Variations
Color information
#089BBC (or 0x089BBC) is known color: Pacific Blue. HEX triplet: 08, 9B and BC. RGB value is (8,155,188). Sum of RGB (Red+Green+Blue) = 8+155+188=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #089BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BBC is #F76443. Grayscale: #727272. Windows color (decimal): -16213060 or 12360456. OLE color: 12360456.
HSL color Cylindrical-coordinate representation of color #089BBC: hue angle of 191º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BBC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 155 | 188 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.26 |
| HSL | 191º | 0.92% | 0.38% | - |
| HSV(B) | 191º | 0.96% | 0.74% | - |
| XYZ | 20.9 | 27.13 | 51.71 | - |
| YUV | 114.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 188 | 0.96 | 0.18 | 0 | 0.26 | 191 | 0.92 | 0.38 |
| Hex | 8 | 9B | BC | 60 | 12 | 0 | 1A | BF | 5C | 26 |
| Octal | 10 | 233 | 274 | 140 | 22 | 0 | 32 | 277 | 134 | 46 |
| Binary | 1000 | 10011011 | 10111100 | 1100000 | 10010 | 0 | 11010 | 10111111 | 1011100 | 100110 |
Color Harmonies of #089BBC
Complementary color
Monochromatic Colors of #089BBC
Black with #089BBC
Text Example
Text Example
White with #089BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BBC; }
p { color: rgb(8,155,188); }
H1.HeaderClassName
{
color: #089BBC;
}
.AnyTagClassName
{
color: #089BBC;
}
</style>
background-color css
<style>
a { background-color: #089BBC; }
a { background-color: rgb(8,155,188); }
div.DivClassName
{
background-color: #089BBC;
}
.BgClassName
{
background-color: #089BBC;
}
</style>
border-color css
<style>
span { border-color: #089BBC; }
span { border-color: rgb(8,155,188); }
td.TdClassName
{
border-color: #089BBC;
}
.TagClassName
{
border-color: #089BBC;
}
</style>