Shades of Pacific Blue #0AA5BA
Tints of Pacific Blue #0AA5BA
RGB
CMYK
RGB Variations
Color information
#0AA5BA (or 0x0AA5BA) is known color: Pacific Blue. HEX triplet: 0A, A5 and BA. RGB value is (10,165,186). Sum of RGB (Red+Green+Blue) = 10+165+186=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #0AA5BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA5BA is #F55A45. Grayscale: #787878. Windows color (decimal): -16079430 or 12231946. OLE color: 12231946.
HSL color Cylindrical-coordinate representation of color #0AA5BA: hue angle of 187.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA5BA is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 165 | 186 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.27 |
| HSL | 187.16º | 0.9% | 0.38% | - |
| HSV(B) | 187.16º | 0.95% | 0.73% | - |
| XYZ | 22.44 | 30.52 | 51.16 | - |
| YUV | 121.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 186 | 0.95 | 0.11 | 0 | 0.27 | 187.16 | 0.9 | 0.38 |
| Hex | A | A5 | BA | 5F | B | 0 | 1B | BB | 5A | 26 |
| Octal | 12 | 245 | 272 | 137 | 13 | 0 | 33 | 273 | 132 | 46 |
| Binary | 1010 | 10100101 | 10111010 | 1011111 | 1011 | 0 | 11011 | 10111011 | 1011010 | 100110 |
Color Harmonies of #0AA5BA
Complementary color
Monochromatic Colors of #0AA5BA
Black with #0AA5BA
Text Example
Text Example
White with #0AA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA5BA; }
p { color: rgb(10,165,186); }
H1.HeaderClassName
{
color: #0AA5BA;
}
.AnyTagClassName
{
color: #0AA5BA;
}
</style>
background-color css
<style>
a { background-color: #0AA5BA; }
a { background-color: rgb(10,165,186); }
div.DivClassName
{
background-color: #0AA5BA;
}
.BgClassName
{
background-color: #0AA5BA;
}
</style>
border-color css
<style>
span { border-color: #0AA5BA; }
span { border-color: rgb(10,165,186); }
td.TdClassName
{
border-color: #0AA5BA;
}
.TagClassName
{
border-color: #0AA5BA;
}
</style>