Shades of Pacific Blue #0AA5C0
Tints of Pacific Blue #0AA5C0
RGB
CMYK
RGB Variations
Color information
#0AA5C0 (or 0x0AA5C0) is known color: Pacific Blue. HEX triplet: 0A, A5 and C0. RGB value is (10,165,192). Sum of RGB (Red+Green+Blue) = 10+165+192=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #0AA5C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA5C0 is #F55A3F. Grayscale: #797979. Windows color (decimal): -16079424 or 12625162. OLE color: 12625162.
HSL color Cylindrical-coordinate representation of color #0AA5C0: hue angle of 188.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA5C0 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 165 | 192 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.25 |
| HSL | 188.9º | 0.9% | 0.4% | - |
| HSV(B) | 188.9º | 0.95% | 0.75% | - |
| XYZ | 23.09 | 30.78 | 54.59 | - |
| YUV | 121.73 | 167.65 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 192 | 0.95 | 0.14 | 0 | 0.25 | 188.9 | 0.9 | 0.4 |
| Hex | A | A5 | C0 | 5F | E | 0 | 19 | BD | 5A | 28 |
| Octal | 12 | 245 | 300 | 137 | 16 | 0 | 31 | 275 | 132 | 50 |
| Binary | 1010 | 10100101 | 11000000 | 1011111 | 1110 | 0 | 11001 | 10111101 | 1011010 | 101000 |
Color Harmonies of #0AA5C0
Complementary color
Monochromatic Colors of #0AA5C0
Black with #0AA5C0
Text Example
Text Example
White with #0AA5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA5C0; }
p { color: rgb(10,165,192); }
H1.HeaderClassName
{
color: #0AA5C0;
}
.AnyTagClassName
{
color: #0AA5C0;
}
</style>
background-color css
<style>
a { background-color: #0AA5C0; }
a { background-color: rgb(10,165,192); }
div.DivClassName
{
background-color: #0AA5C0;
}
.BgClassName
{
background-color: #0AA5C0;
}
</style>
border-color css
<style>
span { border-color: #0AA5C0; }
span { border-color: rgb(10,165,192); }
td.TdClassName
{
border-color: #0AA5C0;
}
.TagClassName
{
border-color: #0AA5C0;
}
</style>