Shades of Pacific Blue #00A1BA
Tints of Pacific Blue #00A1BA
RGB
CMYK
RGB Variations
Color information
#00A1BA (or 0x00A1BA) is known color: Pacific Blue. HEX triplet: 00, A1 and BA. RGB value is (0,161,186). Sum of RGB (Red+Green+Blue) = 0+161+186=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #00A1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A1BA is #FF5E45. Grayscale: #737373. Windows color (decimal): -16735814 or 12230912. OLE color: 12230912.
HSL color Cylindrical-coordinate representation of color #00A1BA: hue angle of 188.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A1BA is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 161 | 186 | - |
| CMYK | 1 | 0.13 | 0 | 0.27 |
| HSL | 188.06º | 1% | 0.36% | - |
| HSV(B) | 188.06º | 1% | 0.73% | - |
| XYZ | 21.61 | 29.03 | 50.92 | - |
| YUV | 115.71 | 167.66 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 186 | 1 | 0.13 | 0 | 0.27 | 188.06 | 1 | 0.36 |
| Hex | 0 | A1 | BA | 64 | D | 0 | 1B | BC | 64 | 24 |
| Octal | 0 | 241 | 272 | 144 | 15 | 0 | 33 | 274 | 144 | 44 |
| Binary | 0 | 10100001 | 10111010 | 1100100 | 1101 | 0 | 11011 | 10111100 | 1100100 | 100100 |
Color Harmonies of #00A1BA
Complementary color
Monochromatic Colors of #00A1BA
Black with #00A1BA
Text Example
Text Example
White with #00A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A1BA; }
p { color: rgb(0,161,186); }
H1.HeaderClassName
{
color: #00A1BA;
}
.AnyTagClassName
{
color: #00A1BA;
}
</style>
background-color css
<style>
a { background-color: #00A1BA; }
a { background-color: rgb(0,161,186); }
div.DivClassName
{
background-color: #00A1BA;
}
.BgClassName
{
background-color: #00A1BA;
}
</style>
border-color css
<style>
span { border-color: #00A1BA; }
span { border-color: rgb(0,161,186); }
td.TdClassName
{
border-color: #00A1BA;
}
.TagClassName
{
border-color: #00A1BA;
}
</style>