Shades of Pacific Blue #089BC9
Tints of Pacific Blue #089BC9
RGB
CMYK
RGB Variations
Color information
#089BC9 (or 0x089BC9) is known color: Pacific Blue. HEX triplet: 08, 9B and C9. RGB value is (8,155,201). Sum of RGB (Red+Green+Blue) = 8+155+201=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #089BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BC9 is #F76436. Grayscale: #737373. Windows color (decimal): -16213047 or 13212424. OLE color: 13212424.
HSL color Cylindrical-coordinate representation of color #089BC9: hue angle of 194.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BC9 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 155 | 201 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.21 |
| HSL | 194.3º | 0.92% | 0.41% | - |
| HSV(B) | 194.3º | 0.96% | 0.79% | - |
| XYZ | 22.36 | 27.71 | 59.43 | - |
| YUV | 116.29 | 175.8 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 201 | 0.96 | 0.23 | 0 | 0.21 | 194.3 | 0.92 | 0.41 |
| Hex | 8 | 9B | C9 | 60 | 17 | 0 | 15 | C2 | 5C | 29 |
| Octal | 10 | 233 | 311 | 140 | 27 | 0 | 25 | 302 | 134 | 51 |
| Binary | 1000 | 10011011 | 11001001 | 1100000 | 10111 | 0 | 10101 | 11000010 | 1011100 | 101001 |
Color Harmonies of #089BC9
Complementary color
Monochromatic Colors of #089BC9
Black with #089BC9
Text Example
Text Example
White with #089BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BC9; }
p { color: rgb(8,155,201); }
H1.HeaderClassName
{
color: #089BC9;
}
.AnyTagClassName
{
color: #089BC9;
}
</style>
background-color css
<style>
a { background-color: #089BC9; }
a { background-color: rgb(8,155,201); }
div.DivClassName
{
background-color: #089BC9;
}
.BgClassName
{
background-color: #089BC9;
}
</style>
border-color css
<style>
span { border-color: #089BC9; }
span { border-color: rgb(8,155,201); }
td.TdClassName
{
border-color: #089BC9;
}
.TagClassName
{
border-color: #089BC9;
}
</style>