Shades of Pacific Blue #098ACD
Tints of Pacific Blue #098ACD
RGB
CMYK
RGB Variations
Color information
#098ACD (or 0x098ACD) is known color: Pacific Blue. HEX triplet: 09, 8A and CD. RGB value is (9,138,205). Sum of RGB (Red+Green+Blue) = 9+138+205=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #098ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ACD is #F67532. Grayscale: #6A6A6A. Windows color (decimal): -16151859 or 13470217. OLE color: 13470217.
HSL color Cylindrical-coordinate representation of color #098ACD: hue angle of 200.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ACD is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 138 | 205 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.20 |
| HSL | 200.51º | 0.92% | 0.42% | - |
| HSV(B) | 200.51º | 0.96% | 0.8% | - |
| XYZ | 20.22 | 22.64 | 61.06 | - |
| YUV | 107.07 | 183.26 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 205 | 0.96 | 0.33 | 0 | 0.20 | 200.51 | 0.92 | 0.42 |
| Hex | 9 | 8A | CD | 60 | 21 | 0 | 14 | C9 | 5C | 2A |
| Octal | 11 | 212 | 315 | 140 | 41 | 0 | 24 | 311 | 134 | 52 |
| Binary | 1001 | 10001010 | 11001101 | 1100000 | 100001 | 0 | 10100 | 11001001 | 1011100 | 101010 |
Color Harmonies of #098ACD
Complementary color
Monochromatic Colors of #098ACD
Black with #098ACD
Text Example
Text Example
White with #098ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ACD; }
p { color: rgb(9,138,205); }
H1.HeaderClassName
{
color: #098ACD;
}
.AnyTagClassName
{
color: #098ACD;
}
</style>
background-color css
<style>
a { background-color: #098ACD; }
a { background-color: rgb(9,138,205); }
div.DivClassName
{
background-color: #098ACD;
}
.BgClassName
{
background-color: #098ACD;
}
</style>
border-color css
<style>
span { border-color: #098ACD; }
span { border-color: rgb(9,138,205); }
td.TdClassName
{
border-color: #098ACD;
}
.TagClassName
{
border-color: #098ACD;
}
</style>