Shades of Pacific Blue #098ADA
Tints of Pacific Blue #098ADA
RGB
CMYK
RGB Variations
Color information
#098ADA (or 0x098ADA) is known color: Pacific Blue. HEX triplet: 09, 8A and DA. RGB value is (9,138,218). Sum of RGB (Red+Green+Blue) = 9+138+218=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #098ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ADA is #F67525. Grayscale: #6C6C6C. Windows color (decimal): -16151846 or 14322185. OLE color: 14322185.
HSL color Cylindrical-coordinate representation of color #098ADA: hue angle of 202.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ADA is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 138 | 218 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.15 |
| HSL | 202.97º | 0.92% | 0.45% | - |
| HSV(B) | 202.97º | 0.96% | 0.85% | - |
| XYZ | 21.86 | 23.3 | 69.67 | - |
| YUV | 108.55 | 189.76 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 218 | 0.96 | 0.37 | 0 | 0.15 | 202.97 | 0.92 | 0.45 |
| Hex | 9 | 8A | DA | 60 | 25 | 0 | F | CB | 5C | 2D |
| Octal | 11 | 212 | 332 | 140 | 45 | 0 | 17 | 313 | 134 | 55 |
| Binary | 1001 | 10001010 | 11011010 | 1100000 | 100101 | 0 | 1111 | 11001011 | 1011100 | 101101 |
Color Harmonies of #098ADA
Complementary color
Monochromatic Colors of #098ADA
Black with #098ADA
Text Example
Text Example
White with #098ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ADA; }
p { color: rgb(9,138,218); }
H1.HeaderClassName
{
color: #098ADA;
}
.AnyTagClassName
{
color: #098ADA;
}
</style>
background-color css
<style>
a { background-color: #098ADA; }
a { background-color: rgb(9,138,218); }
div.DivClassName
{
background-color: #098ADA;
}
.BgClassName
{
background-color: #098ADA;
}
</style>
border-color css
<style>
span { border-color: #098ADA; }
span { border-color: rgb(9,138,218); }
td.TdClassName
{
border-color: #098ADA;
}
.TagClassName
{
border-color: #098ADA;
}
</style>