Shades of Pacific Blue #089EC8
Tints of Pacific Blue #089EC8
RGB
CMYK
RGB Variations
Color information
#089EC8 (or 0x089EC8) is known color: Pacific Blue. HEX triplet: 08, 9E and C8. RGB value is (8,158,200). Sum of RGB (Red+Green+Blue) = 8+158+200=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #089EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EC8 is #F76137. Grayscale: #757575. Windows color (decimal): -16212280 or 13147656. OLE color: 13147656.
HSL color Cylindrical-coordinate representation of color #089EC8: hue angle of 193.12º 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 #089EC8 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 158 | 200 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.22 |
| HSL | 193.13º | 0.92% | 0.41% | - |
| HSV(B) | 193.13º | 0.96% | 0.78% | - |
| XYZ | 22.75 | 28.68 | 58.98 | - |
| YUV | 117.94 | 174.31 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 200 | 0.96 | 0.21 | 0 | 0.22 | 193.13 | 0.92 | 0.41 |
| Hex | 8 | 9E | C8 | 60 | 15 | 0 | 16 | C1 | 5C | 29 |
| Octal | 10 | 236 | 310 | 140 | 25 | 0 | 26 | 301 | 134 | 51 |
| Binary | 1000 | 10011110 | 11001000 | 1100000 | 10101 | 0 | 10110 | 11000001 | 1011100 | 101001 |
Color Harmonies of #089EC8
Complementary color
Monochromatic Colors of #089EC8
Black with #089EC8
Text Example
Text Example
White with #089EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EC8; }
p { color: rgb(8,158,200); }
H1.HeaderClassName
{
color: #089EC8;
}
.AnyTagClassName
{
color: #089EC8;
}
</style>
background-color css
<style>
a { background-color: #089EC8; }
a { background-color: rgb(8,158,200); }
div.DivClassName
{
background-color: #089EC8;
}
.BgClassName
{
background-color: #089EC8;
}
</style>
border-color css
<style>
span { border-color: #089EC8; }
span { border-color: rgb(8,158,200); }
td.TdClassName
{
border-color: #089EC8;
}
.TagClassName
{
border-color: #089EC8;
}
</style>