Shades of Pacific Blue #089BC5
Tints of Pacific Blue #089BC5
RGB
CMYK
RGB Variations
Color information
#089BC5 (or 0x089BC5) is known color: Pacific Blue. HEX triplet: 08, 9B and C5. RGB value is (8,155,197). Sum of RGB (Red+Green+Blue) = 8+155+197=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #089BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BC5 is #F7643A. Grayscale: #737373. Windows color (decimal): -16213051 or 12950280. OLE color: 12950280.
HSL color Cylindrical-coordinate representation of color #089BC5: hue angle of 193.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BC5 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 155 | 197 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.23 |
| HSL | 193.33º | 0.92% | 0.4% | - |
| HSV(B) | 193.33º | 0.96% | 0.77% | - |
| XYZ | 21.9 | 27.53 | 56.98 | - |
| YUV | 115.84 | 173.8 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 197 | 0.96 | 0.21 | 0 | 0.23 | 193.33 | 0.92 | 0.4 |
| Hex | 8 | 9B | C5 | 60 | 15 | 0 | 17 | C1 | 5C | 28 |
| Octal | 10 | 233 | 305 | 140 | 25 | 0 | 27 | 301 | 134 | 50 |
| Binary | 1000 | 10011011 | 11000101 | 1100000 | 10101 | 0 | 10111 | 11000001 | 1011100 | 101000 |
Color Harmonies of #089BC5
Complementary color
Monochromatic Colors of #089BC5
Black with #089BC5
Text Example
Text Example
White with #089BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BC5; }
p { color: rgb(8,155,197); }
H1.HeaderClassName
{
color: #089BC5;
}
.AnyTagClassName
{
color: #089BC5;
}
</style>
background-color css
<style>
a { background-color: #089BC5; }
a { background-color: rgb(8,155,197); }
div.DivClassName
{
background-color: #089BC5;
}
.BgClassName
{
background-color: #089BC5;
}
</style>
border-color css
<style>
span { border-color: #089BC5; }
span { border-color: rgb(8,155,197); }
td.TdClassName
{
border-color: #089BC5;
}
.TagClassName
{
border-color: #089BC5;
}
</style>