Shades of Pacific Blue #089EC7
Tints of Pacific Blue #089EC7
RGB
CMYK
RGB Variations
Color information
#089EC7 (or 0x089EC7) is known color: Pacific Blue. HEX triplet: 08, 9E and C7. RGB value is (8,158,199). Sum of RGB (Red+Green+Blue) = 8+158+199=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #089EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EC7 is #F76138. Grayscale: #757575. Windows color (decimal): -16212281 or 13082120. OLE color: 13082120.
HSL color Cylindrical-coordinate representation of color #089EC7: hue angle of 192.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EC7 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 158 | 199 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.22 |
| HSL | 192.88º | 0.92% | 0.41% | - |
| HSV(B) | 192.88º | 0.96% | 0.78% | - |
| XYZ | 22.64 | 28.63 | 58.37 | - |
| YUV | 117.82 | 173.81 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 199 | 0.96 | 0.21 | 0 | 0.22 | 192.88 | 0.92 | 0.41 |
| Hex | 8 | 9E | C7 | 60 | 15 | 0 | 16 | C1 | 5C | 29 |
| Octal | 10 | 236 | 307 | 140 | 25 | 0 | 26 | 301 | 134 | 51 |
| Binary | 1000 | 10011110 | 11000111 | 1100000 | 10101 | 0 | 10110 | 11000001 | 1011100 | 101001 |
Color Harmonies of #089EC7
Complementary color
Monochromatic Colors of #089EC7
Black with #089EC7
Text Example
Text Example
White with #089EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EC7; }
p { color: rgb(8,158,199); }
H1.HeaderClassName
{
color: #089EC7;
}
.AnyTagClassName
{
color: #089EC7;
}
</style>
background-color css
<style>
a { background-color: #089EC7; }
a { background-color: rgb(8,158,199); }
div.DivClassName
{
background-color: #089EC7;
}
.BgClassName
{
background-color: #089EC7;
}
</style>
border-color css
<style>
span { border-color: #089EC7; }
span { border-color: rgb(8,158,199); }
td.TdClassName
{
border-color: #089EC7;
}
.TagClassName
{
border-color: #089EC7;
}
</style>