Shades of Pacific Blue #089FE3
Tints of Pacific Blue #089FE3
RGB
CMYK
RGB Variations
Color information
#089FE3 (or 0x089FE3) is known color: Pacific Blue. HEX triplet: 08, 9F and E3. RGB value is (8,159,227). Sum of RGB (Red+Green+Blue) = 8+159+227=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #089FE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FE3 is #F7601C. Grayscale: #797979. Windows color (decimal): -16211997 or 14917384. OLE color: 14917384.
HSL color Cylindrical-coordinate representation of color #089FE3: hue angle of 198.63º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FE3 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 159 | 227 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.11 |
| HSL | 198.63º | 0.93% | 0.46% | - |
| HSV(B) | 198.63º | 0.96% | 0.89% | - |
| XYZ | 26.36 | 30.39 | 77.15 | - |
| YUV | 121.6 | 187.47 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 227 | 0.96 | 0.30 | 0 | 0.11 | 198.63 | 0.93 | 0.46 |
| Hex | 8 | 9F | E3 | 60 | 1E | 0 | B | C7 | 5D | 2E |
| Octal | 10 | 237 | 343 | 140 | 36 | 0 | 13 | 307 | 135 | 56 |
| Binary | 1000 | 10011111 | 11100011 | 1100000 | 11110 | 0 | 1011 | 11000111 | 1011101 | 101110 |
Color Harmonies of #089FE3
Complementary color
Monochromatic Colors of #089FE3
Black with #089FE3
Text Example
Text Example
White with #089FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FE3; }
p { color: rgb(8,159,227); }
H1.HeaderClassName
{
color: #089FE3;
}
.AnyTagClassName
{
color: #089FE3;
}
</style>
background-color css
<style>
a { background-color: #089FE3; }
a { background-color: rgb(8,159,227); }
div.DivClassName
{
background-color: #089FE3;
}
.BgClassName
{
background-color: #089FE3;
}
</style>
border-color css
<style>
span { border-color: #089FE3; }
span { border-color: rgb(8,159,227); }
td.TdClassName
{
border-color: #089FE3;
}
.TagClassName
{
border-color: #089FE3;
}
</style>