Shades of Pacific Blue #0A89C6
Tints of Pacific Blue #0A89C6
RGB
CMYK
RGB Variations
Color information
#0A89C6 (or 0x0A89C6) is known color: Pacific Blue. HEX triplet: 0A, 89 and C6. RGB value is (10,137,198). Sum of RGB (Red+Green+Blue) = 10+137+198=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #0A89C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A89C6 is #F57639. Grayscale: #696969. Windows color (decimal): -16086586 or 13011210. OLE color: 13011210.
HSL color Cylindrical-coordinate representation of color #0A89C6: hue angle of 199.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A89C6 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 137 | 198 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.22 |
| HSL | 199.47º | 0.9% | 0.41% | - |
| HSV(B) | 199.47º | 0.95% | 0.78% | - |
| XYZ | 19.26 | 22.03 | 56.66 | - |
| YUV | 105.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 198 | 0.95 | 0.31 | 0 | 0.22 | 199.47 | 0.9 | 0.41 |
| Hex | A | 89 | C6 | 5F | 1F | 0 | 16 | C7 | 5A | 29 |
| Octal | 12 | 211 | 306 | 137 | 37 | 0 | 26 | 307 | 132 | 51 |
| Binary | 1010 | 10001001 | 11000110 | 1011111 | 11111 | 0 | 10110 | 11000111 | 1011010 | 101001 |
Color Harmonies of #0A89C6
Complementary color
Monochromatic Colors of #0A89C6
Black with #0A89C6
Text Example
Text Example
White with #0A89C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A89C6; }
p { color: rgb(10,137,198); }
H1.HeaderClassName
{
color: #0A89C6;
}
.AnyTagClassName
{
color: #0A89C6;
}
</style>
background-color css
<style>
a { background-color: #0A89C6; }
a { background-color: rgb(10,137,198); }
div.DivClassName
{
background-color: #0A89C6;
}
.BgClassName
{
background-color: #0A89C6;
}
</style>
border-color css
<style>
span { border-color: #0A89C6; }
span { border-color: rgb(10,137,198); }
td.TdClassName
{
border-color: #0A89C6;
}
.TagClassName
{
border-color: #0A89C6;
}
</style>