Shades of Pacific Blue #0989DB
Tints of Pacific Blue #0989DB
RGB
CMYK
RGB Variations
Color information
#0989DB (or 0x0989DB) is known color: Pacific Blue. HEX triplet: 09, 89 and DB. RGB value is (9,137,219). Sum of RGB (Red+Green+Blue) = 9+137+219=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #0989DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989DB is #F67624. Grayscale: #6B6B6B. Windows color (decimal): -16152101 or 14387465. OLE color: 14387465.
HSL color Cylindrical-coordinate representation of color #0989DB: hue angle of 203.43º 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 #0989DB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 137 | 219 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.14 |
| HSL | 203.43º | 0.92% | 0.45% | - |
| HSV(B) | 203.43º | 0.96% | 0.86% | - |
| XYZ | 21.84 | 23.06 | 70.32 | - |
| YUV | 108.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 219 | 0.96 | 0.37 | 0 | 0.14 | 203.43 | 0.92 | 0.45 |
| Hex | 9 | 89 | DB | 60 | 25 | 0 | E | CB | 5C | 2D |
| Octal | 11 | 211 | 333 | 140 | 45 | 0 | 16 | 313 | 134 | 55 |
| Binary | 1001 | 10001001 | 11011011 | 1100000 | 100101 | 0 | 1110 | 11001011 | 1011100 | 101101 |
Color Harmonies of #0989DB
Complementary color
Monochromatic Colors of #0989DB
Black with #0989DB
Text Example
Text Example
White with #0989DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0989DB; }
p { color: rgb(9,137,219); }
H1.HeaderClassName
{
color: #0989DB;
}
.AnyTagClassName
{
color: #0989DB;
}
</style>
background-color css
<style>
a { background-color: #0989DB; }
a { background-color: rgb(9,137,219); }
div.DivClassName
{
background-color: #0989DB;
}
.BgClassName
{
background-color: #0989DB;
}
</style>
border-color css
<style>
span { border-color: #0989DB; }
span { border-color: rgb(9,137,219); }
td.TdClassName
{
border-color: #0989DB;
}
.TagClassName
{
border-color: #0989DB;
}
</style>