Shades of Pacific Blue #098ADB
Tints of Pacific Blue #098ADB
RGB
CMYK
RGB Variations
Color information
#098ADB (or 0x098ADB) is known color: Pacific Blue. HEX triplet: 09, 8A and DB. RGB value is (9,138,219). Sum of RGB (Red+Green+Blue) = 9+138+219=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #098ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ADB is #F67524. Grayscale: #6C6C6C. Windows color (decimal): -16151845 or 14387721. OLE color: 14387721.
HSL color Cylindrical-coordinate representation of color #098ADB: hue angle of 203.14º 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 #098ADB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 138 | 219 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.14 |
| HSL | 203.14º | 0.92% | 0.45% | - |
| HSV(B) | 203.14º | 0.96% | 0.86% | - |
| XYZ | 21.99 | 23.35 | 70.37 | - |
| YUV | 108.66 | 190.26 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 219 | 0.96 | 0.37 | 0 | 0.14 | 203.14 | 0.92 | 0.45 |
| Hex | 9 | 8A | DB | 60 | 25 | 0 | E | CB | 5C | 2D |
| Octal | 11 | 212 | 333 | 140 | 45 | 0 | 16 | 313 | 134 | 55 |
| Binary | 1001 | 10001010 | 11011011 | 1100000 | 100101 | 0 | 1110 | 11001011 | 1011100 | 101101 |
Color Harmonies of #098ADB
Complementary color
Monochromatic Colors of #098ADB
Black with #098ADB
Text Example
Text Example
White with #098ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ADB; }
p { color: rgb(9,138,219); }
H1.HeaderClassName
{
color: #098ADB;
}
.AnyTagClassName
{
color: #098ADB;
}
</style>
background-color css
<style>
a { background-color: #098ADB; }
a { background-color: rgb(9,138,219); }
div.DivClassName
{
background-color: #098ADB;
}
.BgClassName
{
background-color: #098ADB;
}
</style>
border-color css
<style>
span { border-color: #098ADB; }
span { border-color: rgb(9,138,219); }
td.TdClassName
{
border-color: #098ADB;
}
.TagClassName
{
border-color: #098ADB;
}
</style>