Shades of Pacific Blue #00A7BC
Tints of Pacific Blue #00A7BC
RGB
CMYK
RGB Variations
Color information
#00A7BC (or 0x00A7BC) is known color: Pacific Blue. HEX triplet: 00, A7 and BC. RGB value is (0,167,188). Sum of RGB (Red+Green+Blue) = 0+167+188=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #00A7BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7BC is #FF5843. Grayscale: #777777. Windows color (decimal): -16734276 or 12363520. OLE color: 12363520.
HSL color Cylindrical-coordinate representation of color #00A7BC: hue angle of 186.7º 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 #00A7BC is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 167 | 188 | - |
| CMYK | 1 | 0.11 | 0 | 0.26 |
| HSL | 186.7º | 1% | 0.37% | - |
| HSV(B) | 186.7º | 1% | 0.74% | - |
| XYZ | 22.9 | 31.27 | 52.41 | - |
| YUV | 119.46 | 166.67 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 188 | 1 | 0.11 | 0 | 0.26 | 186.7 | 1 | 0.37 |
| Hex | 0 | A7 | BC | 64 | B | 0 | 1A | BB | 64 | 25 |
| Octal | 0 | 247 | 274 | 144 | 13 | 0 | 32 | 273 | 144 | 45 |
| Binary | 0 | 10100111 | 10111100 | 1100100 | 1011 | 0 | 11010 | 10111011 | 1100100 | 100101 |
Color Harmonies of #00A7BC
Complementary color
Monochromatic Colors of #00A7BC
Black with #00A7BC
Text Example
Text Example
White with #00A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7BC; }
p { color: rgb(0,167,188); }
H1.HeaderClassName
{
color: #00A7BC;
}
.AnyTagClassName
{
color: #00A7BC;
}
</style>
background-color css
<style>
a { background-color: #00A7BC; }
a { background-color: rgb(0,167,188); }
div.DivClassName
{
background-color: #00A7BC;
}
.BgClassName
{
background-color: #00A7BC;
}
</style>
border-color css
<style>
span { border-color: #00A7BC; }
span { border-color: rgb(0,167,188); }
td.TdClassName
{
border-color: #00A7BC;
}
.TagClassName
{
border-color: #00A7BC;
}
</style>