Shades of Pacific Blue #0AA2BF
Tints of Pacific Blue #0AA2BF
RGB
CMYK
RGB Variations
Color information
#0AA2BF (or 0x0AA2BF) is known color: Pacific Blue. HEX triplet: 0A, A2 and BF. RGB value is (10,162,191). Sum of RGB (Red+Green+Blue) = 10+162+191=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AA2BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2BF is #F55D40. Grayscale: #777777. Windows color (decimal): -16080193 or 12558858. OLE color: 12558858.
HSL color Cylindrical-coordinate representation of color #0AA2BF: hue angle of 189.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA2BF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 162 | 191 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.25 |
| HSL | 189.61º | 0.9% | 0.39% | - |
| HSV(B) | 189.61º | 0.95% | 0.75% | - |
| XYZ | 22.45 | 29.67 | 53.83 | - |
| YUV | 119.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 191 | 0.95 | 0.15 | 0 | 0.25 | 189.61 | 0.9 | 0.39 |
| Hex | A | A2 | BF | 5F | F | 0 | 19 | BE | 5A | 27 |
| Octal | 12 | 242 | 277 | 137 | 17 | 0 | 31 | 276 | 132 | 47 |
| Binary | 1010 | 10100010 | 10111111 | 1011111 | 1111 | 0 | 11001 | 10111110 | 1011010 | 100111 |
Color Harmonies of #0AA2BF
Complementary color
Monochromatic Colors of #0AA2BF
Black with #0AA2BF
Text Example
Text Example
White with #0AA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA2BF; }
p { color: rgb(10,162,191); }
H1.HeaderClassName
{
color: #0AA2BF;
}
.AnyTagClassName
{
color: #0AA2BF;
}
</style>
background-color css
<style>
a { background-color: #0AA2BF; }
a { background-color: rgb(10,162,191); }
div.DivClassName
{
background-color: #0AA2BF;
}
.BgClassName
{
background-color: #0AA2BF;
}
</style>
border-color css
<style>
span { border-color: #0AA2BF; }
span { border-color: rgb(10,162,191); }
td.TdClassName
{
border-color: #0AA2BF;
}
.TagClassName
{
border-color: #0AA2BF;
}
</style>