Shades of Pacific Blue #00A0BC
Tints of Pacific Blue #00A0BC
RGB
CMYK
RGB Variations
Color information
#00A0BC (or 0x00A0BC) is known color: Pacific Blue. HEX triplet: 00, A0 and BC. RGB value is (0,160,188). Sum of RGB (Red+Green+Blue) = 0+160+188=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #00A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0BC is #FF5F43. Grayscale: #737373. Windows color (decimal): -16736068 or 12361728. OLE color: 12361728.
HSL color Cylindrical-coordinate representation of color #00A0BC: hue angle of 188.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A0BC is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 160 | 188 | - |
| CMYK | 1 | 0.15 | 0 | 0.26 |
| HSL | 188.94º | 1% | 0.37% | - |
| HSV(B) | 188.94º | 1% | 0.74% | - |
| XYZ | 21.65 | 28.77 | 51.99 | - |
| YUV | 115.35 | 168.99 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 188 | 1 | 0.15 | 0 | 0.26 | 188.94 | 1 | 0.37 |
| Hex | 0 | A0 | BC | 64 | F | 0 | 1A | BD | 64 | 25 |
| Octal | 0 | 240 | 274 | 144 | 17 | 0 | 32 | 275 | 144 | 45 |
| Binary | 0 | 10100000 | 10111100 | 1100100 | 1111 | 0 | 11010 | 10111101 | 1100100 | 100101 |
Color Harmonies of #00A0BC
Complementary color
Monochromatic Colors of #00A0BC
Black with #00A0BC
Text Example
Text Example
White with #00A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A0BC; }
p { color: rgb(0,160,188); }
H1.HeaderClassName
{
color: #00A0BC;
}
.AnyTagClassName
{
color: #00A0BC;
}
</style>
background-color css
<style>
a { background-color: #00A0BC; }
a { background-color: rgb(0,160,188); }
div.DivClassName
{
background-color: #00A0BC;
}
.BgClassName
{
background-color: #00A0BC;
}
</style>
border-color css
<style>
span { border-color: #00A0BC; }
span { border-color: rgb(0,160,188); }
td.TdClassName
{
border-color: #00A0BC;
}
.TagClassName
{
border-color: #00A0BC;
}
</style>