Shades of Pacific Blue #00A6BC
Tints of Pacific Blue #00A6BC
RGB
CMYK
RGB Variations
Color information
#00A6BC (or 0x00A6BC) is known color: Pacific Blue. HEX triplet: 00, A6 and BC. RGB value is (0,166,188). Sum of RGB (Red+Green+Blue) = 0+166+188=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #00A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6BC is #FF5943. Grayscale: #767676. Windows color (decimal): -16734532 or 12363264. OLE color: 12363264.
HSL color Cylindrical-coordinate representation of color #00A6BC: hue angle of 187.02º 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 #00A6BC is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 166 | 188 | - |
| CMYK | 1 | 0.12 | 0 | 0.26 |
| HSL | 187.02º | 1% | 0.37% | - |
| HSV(B) | 187.02º | 1% | 0.74% | - |
| XYZ | 22.71 | 30.9 | 52.34 | - |
| YUV | 118.87 | 167 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 188 | 1 | 0.12 | 0 | 0.26 | 187.02 | 1 | 0.37 |
| Hex | 0 | A6 | BC | 64 | C | 0 | 1A | BB | 64 | 25 |
| Octal | 0 | 246 | 274 | 144 | 14 | 0 | 32 | 273 | 144 | 45 |
| Binary | 0 | 10100110 | 10111100 | 1100100 | 1100 | 0 | 11010 | 10111011 | 1100100 | 100101 |
Color Harmonies of #00A6BC
Complementary color
Monochromatic Colors of #00A6BC
Black with #00A6BC
Text Example
Text Example
White with #00A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6BC; }
p { color: rgb(0,166,188); }
H1.HeaderClassName
{
color: #00A6BC;
}
.AnyTagClassName
{
color: #00A6BC;
}
</style>
background-color css
<style>
a { background-color: #00A6BC; }
a { background-color: rgb(0,166,188); }
div.DivClassName
{
background-color: #00A6BC;
}
.BgClassName
{
background-color: #00A6BC;
}
</style>
border-color css
<style>
span { border-color: #00A6BC; }
span { border-color: rgb(0,166,188); }
td.TdClassName
{
border-color: #00A6BC;
}
.TagClassName
{
border-color: #00A6BC;
}
</style>