Shades of Pacific Blue #089FE6
Tints of Pacific Blue #089FE6
RGB
CMYK
RGB Variations
Color information
#089FE6 (or 0x089FE6) is known color: Pacific Blue. HEX triplet: 08, 9F and E6. RGB value is (8,159,230). Sum of RGB (Red+Green+Blue) = 8+159+230=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #089FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FE6 is #F76019. Grayscale: #797979. Windows color (decimal): -16211994 or 15113992. OLE color: 15113992.
HSL color Cylindrical-coordinate representation of color #089FE6: hue angle of 199.19º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089FE6 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 159 | 230 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.10 |
| HSL | 199.19º | 0.93% | 0.47% | - |
| HSV(B) | 199.19º | 0.97% | 0.9% | - |
| XYZ | 26.78 | 30.56 | 79.35 | - |
| YUV | 121.95 | 188.97 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 230 | 0.97 | 0.31 | 0 | 0.10 | 199.19 | 0.93 | 0.47 |
| Hex | 8 | 9F | E6 | 61 | 1F | 0 | A | C7 | 5D | 2F |
| Octal | 10 | 237 | 346 | 141 | 37 | 0 | 12 | 307 | 135 | 57 |
| Binary | 1000 | 10011111 | 11100110 | 1100001 | 11111 | 0 | 1010 | 11000111 | 1011101 | 101111 |
Color Harmonies of #089FE6
Complementary color
Monochromatic Colors of #089FE6
Black with #089FE6
Text Example
Text Example
White with #089FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FE6; }
p { color: rgb(8,159,230); }
H1.HeaderClassName
{
color: #089FE6;
}
.AnyTagClassName
{
color: #089FE6;
}
</style>
background-color css
<style>
a { background-color: #089FE6; }
a { background-color: rgb(8,159,230); }
div.DivClassName
{
background-color: #089FE6;
}
.BgClassName
{
background-color: #089FE6;
}
</style>
border-color css
<style>
span { border-color: #089FE6; }
span { border-color: rgb(8,159,230); }
td.TdClassName
{
border-color: #089FE6;
}
.TagClassName
{
border-color: #089FE6;
}
</style>