Shades of Pacific Blue #00A1BE
Tints of Pacific Blue #00A1BE
RGB
CMYK
RGB Variations
Color information
#00A1BE (or 0x00A1BE) is known color: Pacific Blue. HEX triplet: 00, A1 and BE. RGB value is (0,161,190). Sum of RGB (Red+Green+Blue) = 0+161+190=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #00A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A1BE is #FF5E41. Grayscale: #737373. Windows color (decimal): -16735810 or 12493056. OLE color: 12493056.
HSL color Cylindrical-coordinate representation of color #00A1BE: hue angle of 189.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A1BE is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 161 | 190 | - |
| CMYK | 1 | 0.15 | 0 | 0.25 |
| HSL | 189.16º | 1% | 0.37% | - |
| HSV(B) | 189.16º | 1% | 0.75% | - |
| XYZ | 22.04 | 29.21 | 53.19 | - |
| YUV | 116.17 | 169.66 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 190 | 1 | 0.15 | 0 | 0.25 | 189.16 | 1 | 0.37 |
| Hex | 0 | A1 | BE | 64 | F | 0 | 19 | BD | 64 | 25 |
| Octal | 0 | 241 | 276 | 144 | 17 | 0 | 31 | 275 | 144 | 45 |
| Binary | 0 | 10100001 | 10111110 | 1100100 | 1111 | 0 | 11001 | 10111101 | 1100100 | 100101 |
Color Harmonies of #00A1BE
Complementary color
Monochromatic Colors of #00A1BE
Black with #00A1BE
Text Example
Text Example
White with #00A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A1BE; }
p { color: rgb(0,161,190); }
H1.HeaderClassName
{
color: #00A1BE;
}
.AnyTagClassName
{
color: #00A1BE;
}
</style>
background-color css
<style>
a { background-color: #00A1BE; }
a { background-color: rgb(0,161,190); }
div.DivClassName
{
background-color: #00A1BE;
}
.BgClassName
{
background-color: #00A1BE;
}
</style>
border-color css
<style>
span { border-color: #00A1BE; }
span { border-color: rgb(0,161,190); }
td.TdClassName
{
border-color: #00A1BE;
}
.TagClassName
{
border-color: #00A1BE;
}
</style>