Shades of Pacific Blue #098ADE
Tints of Pacific Blue #098ADE
RGB
CMYK
RGB Variations
Color information
#098ADE (or 0x098ADE) is known color: Pacific Blue. HEX triplet: 09, 8A and DE. RGB value is (9,138,222). Sum of RGB (Red+Green+Blue) = 9+138+222=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #098ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ADE is #F67521. Grayscale: #6C6C6C. Windows color (decimal): -16151842 or 14584329. OLE color: 14584329.
HSL color Cylindrical-coordinate representation of color #098ADE: hue angle of 203.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ADE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 138 | 222 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.13 |
| HSL | 203.66º | 0.92% | 0.45% | - |
| HSV(B) | 203.66º | 0.96% | 0.87% | - |
| XYZ | 22.39 | 23.51 | 72.47 | - |
| YUV | 109.01 | 191.76 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 222 | 0.96 | 0.38 | 0 | 0.13 | 203.66 | 0.92 | 0.45 |
| Hex | 9 | 8A | DE | 60 | 26 | 0 | D | CC | 5C | 2D |
| Octal | 11 | 212 | 336 | 140 | 46 | 0 | 15 | 314 | 134 | 55 |
| Binary | 1001 | 10001010 | 11011110 | 1100000 | 100110 | 0 | 1101 | 11001100 | 1011100 | 101101 |
Color Harmonies of #098ADE
Complementary color
Monochromatic Colors of #098ADE
Black with #098ADE
Text Example
Text Example
White with #098ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ADE; }
p { color: rgb(9,138,222); }
H1.HeaderClassName
{
color: #098ADE;
}
.AnyTagClassName
{
color: #098ADE;
}
</style>
background-color css
<style>
a { background-color: #098ADE; }
a { background-color: rgb(9,138,222); }
div.DivClassName
{
background-color: #098ADE;
}
.BgClassName
{
background-color: #098ADE;
}
</style>
border-color css
<style>
span { border-color: #098ADE; }
span { border-color: rgb(9,138,222); }
td.TdClassName
{
border-color: #098ADE;
}
.TagClassName
{
border-color: #098ADE;
}
</style>