Shades of Pacific Blue #00A6BB
Tints of Pacific Blue #00A6BB
RGB
CMYK
RGB Variations
Color information
#00A6BB (or 0x00A6BB) is known color: Pacific Blue. HEX triplet: 00, A6 and BB. RGB value is (0,166,187). Sum of RGB (Red+Green+Blue) = 0+166+187=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #00A6BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6BB is #FF5944. Grayscale: #767676. Windows color (decimal): -16734533 or 12297728. OLE color: 12297728.
HSL color Cylindrical-coordinate representation of color #00A6BB: hue angle of 186.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6BB is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 166 | 187 | - |
| CMYK | 1 | 0.11 | 0 | 0.27 |
| HSL | 186.74º | 1% | 0.37% | - |
| HSV(B) | 186.74º | 1% | 0.73% | - |
| XYZ | 22.61 | 30.86 | 51.78 | - |
| YUV | 118.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 187 | 1 | 0.11 | 0 | 0.27 | 186.74 | 1 | 0.37 |
| Hex | 0 | A6 | BB | 64 | B | 0 | 1B | BB | 64 | 25 |
| Octal | 0 | 246 | 273 | 144 | 13 | 0 | 33 | 273 | 144 | 45 |
| Binary | 0 | 10100110 | 10111011 | 1100100 | 1011 | 0 | 11011 | 10111011 | 1100100 | 100101 |
Color Harmonies of #00A6BB
Complementary color
Monochromatic Colors of #00A6BB
Black with #00A6BB
Text Example
Text Example
White with #00A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6BB; }
p { color: rgb(0,166,187); }
H1.HeaderClassName
{
color: #00A6BB;
}
.AnyTagClassName
{
color: #00A6BB;
}
</style>
background-color css
<style>
a { background-color: #00A6BB; }
a { background-color: rgb(0,166,187); }
div.DivClassName
{
background-color: #00A6BB;
}
.BgClassName
{
background-color: #00A6BB;
}
</style>
border-color css
<style>
span { border-color: #00A6BB; }
span { border-color: rgb(0,166,187); }
td.TdClassName
{
border-color: #00A6BB;
}
.TagClassName
{
border-color: #00A6BB;
}
</style>