Shades of Pacific Blue #089AD9
Tints of Pacific Blue #089AD9
RGB
CMYK
RGB Variations
Color information
#089AD9 (or 0x089AD9) is known color: Pacific Blue. HEX triplet: 08, 9A and D9. RGB value is (8,154,217). Sum of RGB (Red+Green+Blue) = 8+154+217=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #089AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AD9 is #F76526. Grayscale: #757575. Windows color (decimal): -16213287 or 14260744. OLE color: 14260744.
HSL color Cylindrical-coordinate representation of color #089AD9: hue angle of 198.09º 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 #089AD9 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 154 | 217 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.15 |
| HSL | 198.09º | 0.93% | 0.44% | - |
| HSV(B) | 198.09º | 0.96% | 0.85% | - |
| XYZ | 24.18 | 28.17 | 69.81 | - |
| YUV | 117.53 | 184.13 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 217 | 0.96 | 0.29 | 0 | 0.15 | 198.09 | 0.93 | 0.44 |
| Hex | 8 | 9A | D9 | 60 | 1D | 0 | F | C6 | 5D | 2C |
| Octal | 10 | 232 | 331 | 140 | 35 | 0 | 17 | 306 | 135 | 54 |
| Binary | 1000 | 10011010 | 11011001 | 1100000 | 11101 | 0 | 1111 | 11000110 | 1011101 | 101100 |
Color Harmonies of #089AD9
Complementary color
Monochromatic Colors of #089AD9
Black with #089AD9
Text Example
Text Example
White with #089AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AD9; }
p { color: rgb(8,154,217); }
H1.HeaderClassName
{
color: #089AD9;
}
.AnyTagClassName
{
color: #089AD9;
}
</style>
background-color css
<style>
a { background-color: #089AD9; }
a { background-color: rgb(8,154,217); }
div.DivClassName
{
background-color: #089AD9;
}
.BgClassName
{
background-color: #089AD9;
}
</style>
border-color css
<style>
span { border-color: #089AD9; }
span { border-color: rgb(8,154,217); }
td.TdClassName
{
border-color: #089AD9;
}
.TagClassName
{
border-color: #089AD9;
}
</style>