Shades of Pacific Blue #089EC0
Tints of Pacific Blue #089EC0
RGB
CMYK
RGB Variations
Color information
#089EC0 (or 0x089EC0) is known color: Pacific Blue. HEX triplet: 08, 9E and C0. RGB value is (8,158,192). Sum of RGB (Red+Green+Blue) = 8+158+192=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #089EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EC0 is #F7613F. Grayscale: #747474. Windows color (decimal): -16212288 or 12623368. OLE color: 12623368.
HSL color Cylindrical-coordinate representation of color #089EC0: hue angle of 191.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EC0 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 158 | 192 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.25 |
| HSL | 191.09º | 0.92% | 0.39% | - |
| HSV(B) | 191.09º | 0.96% | 0.75% | - |
| XYZ | 21.84 | 28.31 | 54.18 | - |
| YUV | 117.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 192 | 0.96 | 0.18 | 0 | 0.25 | 191.09 | 0.92 | 0.39 |
| Hex | 8 | 9E | C0 | 60 | 12 | 0 | 19 | BF | 5C | 27 |
| Octal | 10 | 236 | 300 | 140 | 22 | 0 | 31 | 277 | 134 | 47 |
| Binary | 1000 | 10011110 | 11000000 | 1100000 | 10010 | 0 | 11001 | 10111111 | 1011100 | 100111 |
Color Harmonies of #089EC0
Complementary color
Monochromatic Colors of #089EC0
Black with #089EC0
Text Example
Text Example
White with #089EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EC0; }
p { color: rgb(8,158,192); }
H1.HeaderClassName
{
color: #089EC0;
}
.AnyTagClassName
{
color: #089EC0;
}
</style>
background-color css
<style>
a { background-color: #089EC0; }
a { background-color: rgb(8,158,192); }
div.DivClassName
{
background-color: #089EC0;
}
.BgClassName
{
background-color: #089EC0;
}
</style>
border-color css
<style>
span { border-color: #089EC0; }
span { border-color: rgb(8,158,192); }
td.TdClassName
{
border-color: #089EC0;
}
.TagClassName
{
border-color: #089EC0;
}
</style>