Shades of Pacific Blue #00A1BB
Tints of Pacific Blue #00A1BB
RGB
CMYK
RGB Variations
Color information
#00A1BB (or 0x00A1BB) is known color: Pacific Blue. HEX triplet: 00, A1 and BB. RGB value is (0,161,187). Sum of RGB (Red+Green+Blue) = 0+161+187=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #00A1BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A1BB is #FF5E44. Grayscale: #737373. Windows color (decimal): -16735813 or 12296448. OLE color: 12296448.
HSL color Cylindrical-coordinate representation of color #00A1BB: hue angle of 188.34º 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 #00A1BB is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 161 | 187 | - |
| CMYK | 1 | 0.14 | 0 | 0.27 |
| HSL | 188.34º | 1% | 0.37% | - |
| HSV(B) | 188.34º | 1% | 0.73% | - |
| XYZ | 21.71 | 29.08 | 51.48 | - |
| YUV | 115.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 187 | 1 | 0.14 | 0 | 0.27 | 188.34 | 1 | 0.37 |
| Hex | 0 | A1 | BB | 64 | E | 0 | 1B | BC | 64 | 25 |
| Octal | 0 | 241 | 273 | 144 | 16 | 0 | 33 | 274 | 144 | 45 |
| Binary | 0 | 10100001 | 10111011 | 1100100 | 1110 | 0 | 11011 | 10111100 | 1100100 | 100101 |
Color Harmonies of #00A1BB
Complementary color
Monochromatic Colors of #00A1BB
Black with #00A1BB
Text Example
Text Example
White with #00A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A1BB; }
p { color: rgb(0,161,187); }
H1.HeaderClassName
{
color: #00A1BB;
}
.AnyTagClassName
{
color: #00A1BB;
}
</style>
background-color css
<style>
a { background-color: #00A1BB; }
a { background-color: rgb(0,161,187); }
div.DivClassName
{
background-color: #00A1BB;
}
.BgClassName
{
background-color: #00A1BB;
}
</style>
border-color css
<style>
span { border-color: #00A1BB; }
span { border-color: rgb(0,161,187); }
td.TdClassName
{
border-color: #00A1BB;
}
.TagClassName
{
border-color: #00A1BB;
}
</style>