Shades of Pacific Blue #089BC8
Tints of Pacific Blue #089BC8
RGB
CMYK
RGB Variations
Color information
#089BC8 (or 0x089BC8) is known color: Pacific Blue. HEX triplet: 08, 9B and C8. RGB value is (8,155,200). Sum of RGB (Red+Green+Blue) = 8+155+200=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #089BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BC8 is #F76437. Grayscale: #737373. Windows color (decimal): -16213048 or 13146888. OLE color: 13146888.
HSL color Cylindrical-coordinate representation of color #089BC8: hue angle of 194.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BC8 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 155 | 200 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.22 |
| HSL | 194.06º | 0.92% | 0.41% | - |
| HSV(B) | 194.06º | 0.96% | 0.78% | - |
| XYZ | 22.25 | 27.66 | 58.81 | - |
| YUV | 116.18 | 175.3 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 200 | 0.96 | 0.22 | 0 | 0.22 | 194.06 | 0.92 | 0.41 |
| Hex | 8 | 9B | C8 | 60 | 16 | 0 | 16 | C2 | 5C | 29 |
| Octal | 10 | 233 | 310 | 140 | 26 | 0 | 26 | 302 | 134 | 51 |
| Binary | 1000 | 10011011 | 11001000 | 1100000 | 10110 | 0 | 10110 | 11000010 | 1011100 | 101001 |
Color Harmonies of #089BC8
Complementary color
Monochromatic Colors of #089BC8
Black with #089BC8
Text Example
Text Example
White with #089BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BC8; }
p { color: rgb(8,155,200); }
H1.HeaderClassName
{
color: #089BC8;
}
.AnyTagClassName
{
color: #089BC8;
}
</style>
background-color css
<style>
a { background-color: #089BC8; }
a { background-color: rgb(8,155,200); }
div.DivClassName
{
background-color: #089BC8;
}
.BgClassName
{
background-color: #089BC8;
}
</style>
border-color css
<style>
span { border-color: #089BC8; }
span { border-color: rgb(8,155,200); }
td.TdClassName
{
border-color: #089BC8;
}
.TagClassName
{
border-color: #089BC8;
}
</style>