Shades of Pacific Blue #089ED8
Tints of Pacific Blue #089ED8
RGB
CMYK
RGB Variations
Color information
#089ED8 (or 0x089ED8) is known color: Pacific Blue. HEX triplet: 08, 9E and D8. RGB value is (8,158,216). Sum of RGB (Red+Green+Blue) = 8+158+216=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #089ED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ED8 is #F76127. Grayscale: #777777. Windows color (decimal): -16212264 or 14196232. OLE color: 14196232.
HSL color Cylindrical-coordinate representation of color #089ED8: hue angle of 196.73º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ED8 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 158 | 216 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.15 |
| HSL | 196.73º | 0.93% | 0.44% | - |
| HSV(B) | 196.73º | 0.96% | 0.85% | - |
| XYZ | 24.72 | 29.46 | 69.35 | - |
| YUV | 119.76 | 182.31 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 216 | 0.96 | 0.27 | 0 | 0.15 | 196.73 | 0.93 | 0.44 |
| Hex | 8 | 9E | D8 | 60 | 1B | 0 | F | C5 | 5D | 2C |
| Octal | 10 | 236 | 330 | 140 | 33 | 0 | 17 | 305 | 135 | 54 |
| Binary | 1000 | 10011110 | 11011000 | 1100000 | 11011 | 0 | 1111 | 11000101 | 1011101 | 101100 |
Color Harmonies of #089ED8
Complementary color
Monochromatic Colors of #089ED8
Black with #089ED8
Text Example
Text Example
White with #089ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ED8; }
p { color: rgb(8,158,216); }
H1.HeaderClassName
{
color: #089ED8;
}
.AnyTagClassName
{
color: #089ED8;
}
</style>
background-color css
<style>
a { background-color: #089ED8; }
a { background-color: rgb(8,158,216); }
div.DivClassName
{
background-color: #089ED8;
}
.BgClassName
{
background-color: #089ED8;
}
</style>
border-color css
<style>
span { border-color: #089ED8; }
span { border-color: rgb(8,158,216); }
td.TdClassName
{
border-color: #089ED8;
}
.TagClassName
{
border-color: #089ED8;
}
</style>