Shades of Pacific Blue #0989DC
Tints of Pacific Blue #0989DC
RGB
CMYK
RGB Variations
Color information
#0989DC (or 0x0989DC) is known color: Pacific Blue. HEX triplet: 09, 89 and DC. RGB value is (9,137,220). Sum of RGB (Red+Green+Blue) = 9+137+220=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #0989DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989DC is #F67623. Grayscale: #6B6B6B. Windows color (decimal): -16152100 or 14453001. OLE color: 14453001.
HSL color Cylindrical-coordinate representation of color #0989DC: hue angle of 203.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0989DC is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 137 | 220 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.14 |
| HSL | 203.6º | 0.92% | 0.45% | - |
| HSV(B) | 203.6º | 0.96% | 0.86% | - |
| XYZ | 21.98 | 23.12 | 71.01 | - |
| YUV | 108.19 | 191.09 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 220 | 0.96 | 0.38 | 0 | 0.14 | 203.6 | 0.92 | 0.45 |
| Hex | 9 | 89 | DC | 60 | 26 | 0 | E | CC | 5C | 2D |
| Octal | 11 | 211 | 334 | 140 | 46 | 0 | 16 | 314 | 134 | 55 |
| Binary | 1001 | 10001001 | 11011100 | 1100000 | 100110 | 0 | 1110 | 11001100 | 1011100 | 101101 |
Color Harmonies of #0989DC
Complementary color
Monochromatic Colors of #0989DC
Black with #0989DC
Text Example
Text Example
White with #0989DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0989DC; }
p { color: rgb(9,137,220); }
H1.HeaderClassName
{
color: #0989DC;
}
.AnyTagClassName
{
color: #0989DC;
}
</style>
background-color css
<style>
a { background-color: #0989DC; }
a { background-color: rgb(9,137,220); }
div.DivClassName
{
background-color: #0989DC;
}
.BgClassName
{
background-color: #0989DC;
}
</style>
border-color css
<style>
span { border-color: #0989DC; }
span { border-color: rgb(9,137,220); }
td.TdClassName
{
border-color: #0989DC;
}
.TagClassName
{
border-color: #0989DC;
}
</style>