Shades of Pacific Blue #089FE5
Tints of Pacific Blue #089FE5
RGB
CMYK
RGB Variations
Color information
#089FE5 (or 0x089FE5) is known color: Pacific Blue. HEX triplet: 08, 9F and E5. RGB value is (8,159,229). Sum of RGB (Red+Green+Blue) = 8+159+229=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #089FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FE5 is #F7601A. Grayscale: #797979. Windows color (decimal): -16211995 or 15048456. OLE color: 15048456.
HSL color Cylindrical-coordinate representation of color #089FE5: hue angle of 199º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089FE5 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 159 | 229 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.10 |
| HSL | 199º | 0.93% | 0.46% | - |
| HSV(B) | 199º | 0.97% | 0.9% | - |
| XYZ | 26.64 | 30.51 | 78.61 | - |
| YUV | 121.83 | 188.47 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 229 | 0.97 | 0.31 | 0 | 0.10 | 199 | 0.93 | 0.46 |
| Hex | 8 | 9F | E5 | 61 | 1F | 0 | A | C7 | 5D | 2E |
| Octal | 10 | 237 | 345 | 141 | 37 | 0 | 12 | 307 | 135 | 56 |
| Binary | 1000 | 10011111 | 11100101 | 1100001 | 11111 | 0 | 1010 | 11000111 | 1011101 | 101110 |
Color Harmonies of #089FE5
Complementary color
Monochromatic Colors of #089FE5
Black with #089FE5
Text Example
Text Example
White with #089FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FE5; }
p { color: rgb(8,159,229); }
H1.HeaderClassName
{
color: #089FE5;
}
.AnyTagClassName
{
color: #089FE5;
}
</style>
background-color css
<style>
a { background-color: #089FE5; }
a { background-color: rgb(8,159,229); }
div.DivClassName
{
background-color: #089FE5;
}
.BgClassName
{
background-color: #089FE5;
}
</style>
border-color css
<style>
span { border-color: #089FE5; }
span { border-color: rgb(8,159,229); }
td.TdClassName
{
border-color: #089FE5;
}
.TagClassName
{
border-color: #089FE5;
}
</style>