Shades of Pacific Blue #089EE1
Tints of Pacific Blue #089EE1
RGB
CMYK
RGB Variations
Color information
#089EE1 (or 0x089EE1) is known color: Pacific Blue. HEX triplet: 08, 9E and E1. RGB value is (8,158,225). Sum of RGB (Red+Green+Blue) = 8+158+225=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #089EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EE1 is #F7611E. Grayscale: #787878. Windows color (decimal): -16212255 or 14786056. OLE color: 14786056.
HSL color Cylindrical-coordinate representation of color #089EE1: hue angle of 198.53º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EE1 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 158 | 225 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.12 |
| HSL | 198.53º | 0.93% | 0.46% | - |
| HSV(B) | 198.53º | 0.96% | 0.88% | - |
| XYZ | 25.92 | 29.94 | 75.65 | - |
| YUV | 120.79 | 186.81 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 225 | 0.96 | 0.30 | 0 | 0.12 | 198.53 | 0.93 | 0.46 |
| Hex | 8 | 9E | E1 | 60 | 1E | 0 | C | C7 | 5D | 2E |
| Octal | 10 | 236 | 341 | 140 | 36 | 0 | 14 | 307 | 135 | 56 |
| Binary | 1000 | 10011110 | 11100001 | 1100000 | 11110 | 0 | 1100 | 11000111 | 1011101 | 101110 |
Color Harmonies of #089EE1
Complementary color
Monochromatic Colors of #089EE1
Black with #089EE1
Text Example
Text Example
White with #089EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EE1; }
p { color: rgb(8,158,225); }
H1.HeaderClassName
{
color: #089EE1;
}
.AnyTagClassName
{
color: #089EE1;
}
</style>
background-color css
<style>
a { background-color: #089EE1; }
a { background-color: rgb(8,158,225); }
div.DivClassName
{
background-color: #089EE1;
}
.BgClassName
{
background-color: #089EE1;
}
</style>
border-color css
<style>
span { border-color: #089EE1; }
span { border-color: rgb(8,158,225); }
td.TdClassName
{
border-color: #089EE1;
}
.TagClassName
{
border-color: #089EE1;
}
</style>