Shades of Pacific Blue #089EC6
Tints of Pacific Blue #089EC6
RGB
CMYK
RGB Variations
Color information
#089EC6 (or 0x089EC6) is known color: Pacific Blue. HEX triplet: 08, 9E and C6. RGB value is (8,158,198). Sum of RGB (Red+Green+Blue) = 8+158+198=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #089EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EC6 is #F76139. Grayscale: #757575. Windows color (decimal): -16212282 or 13016584. OLE color: 13016584.
HSL color Cylindrical-coordinate representation of color #089EC6: hue angle of 192.63º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EC6 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 158 | 198 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.22 |
| HSL | 192.63º | 0.92% | 0.4% | - |
| HSV(B) | 192.63º | 0.96% | 0.78% | - |
| XYZ | 22.52 | 28.58 | 57.76 | - |
| YUV | 117.71 | 173.31 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 198 | 0.96 | 0.20 | 0 | 0.22 | 192.63 | 0.92 | 0.4 |
| Hex | 8 | 9E | C6 | 60 | 14 | 0 | 16 | C1 | 5C | 28 |
| Octal | 10 | 236 | 306 | 140 | 24 | 0 | 26 | 301 | 134 | 50 |
| Binary | 1000 | 10011110 | 11000110 | 1100000 | 10100 | 0 | 10110 | 11000001 | 1011100 | 101000 |
Color Harmonies of #089EC6
Complementary color
Monochromatic Colors of #089EC6
Black with #089EC6
Text Example
Text Example
White with #089EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EC6; }
p { color: rgb(8,158,198); }
H1.HeaderClassName
{
color: #089EC6;
}
.AnyTagClassName
{
color: #089EC6;
}
</style>
background-color css
<style>
a { background-color: #089EC6; }
a { background-color: rgb(8,158,198); }
div.DivClassName
{
background-color: #089EC6;
}
.BgClassName
{
background-color: #089EC6;
}
</style>
border-color css
<style>
span { border-color: #089EC6; }
span { border-color: rgb(8,158,198); }
td.TdClassName
{
border-color: #089EC6;
}
.TagClassName
{
border-color: #089EC6;
}
</style>