Shades of Pacific Blue #089ED7
Tints of Pacific Blue #089ED7
RGB
CMYK
RGB Variations
Color information
#089ED7 (or 0x089ED7) is known color: Pacific Blue. HEX triplet: 08, 9E and D7. RGB value is (8,158,215). Sum of RGB (Red+Green+Blue) = 8+158+215=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #089ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ED7 is #F76128. Grayscale: #777777. Windows color (decimal): -16212265 or 14130696. OLE color: 14130696.
HSL color Cylindrical-coordinate representation of color #089ED7: hue angle of 196.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ED7 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 158 | 215 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.16 |
| HSL | 196.52º | 0.93% | 0.44% | - |
| HSV(B) | 196.52º | 0.96% | 0.84% | - |
| XYZ | 24.59 | 29.41 | 68.67 | - |
| YUV | 119.65 | 181.81 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 215 | 0.96 | 0.27 | 0 | 0.16 | 196.52 | 0.93 | 0.44 |
| Hex | 8 | 9E | D7 | 60 | 1B | 0 | 10 | C5 | 5D | 2C |
| Octal | 10 | 236 | 327 | 140 | 33 | 0 | 20 | 305 | 135 | 54 |
| Binary | 1000 | 10011110 | 11010111 | 1100000 | 11011 | 0 | 10000 | 11000101 | 1011101 | 101100 |
Color Harmonies of #089ED7
Complementary color
Monochromatic Colors of #089ED7
Black with #089ED7
Text Example
Text Example
White with #089ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ED7; }
p { color: rgb(8,158,215); }
H1.HeaderClassName
{
color: #089ED7;
}
.AnyTagClassName
{
color: #089ED7;
}
</style>
background-color css
<style>
a { background-color: #089ED7; }
a { background-color: rgb(8,158,215); }
div.DivClassName
{
background-color: #089ED7;
}
.BgClassName
{
background-color: #089ED7;
}
</style>
border-color css
<style>
span { border-color: #089ED7; }
span { border-color: rgb(8,158,215); }
td.TdClassName
{
border-color: #089ED7;
}
.TagClassName
{
border-color: #089ED7;
}
</style>