Shades of Pacific Blue #00A0BD
Tints of Pacific Blue #00A0BD
RGB
CMYK
RGB Variations
Color information
#00A0BD (or 0x00A0BD) is known color: Pacific Blue. HEX triplet: 00, A0 and BD. RGB value is (0,160,189). Sum of RGB (Red+Green+Blue) = 0+160+189=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #00A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0BD is #FF5F42. Grayscale: #737373. Windows color (decimal): -16736067 or 12427264. OLE color: 12427264.
HSL color Cylindrical-coordinate representation of color #00A0BD: hue angle of 189.21º 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 #00A0BD is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 160 | 189 | - |
| CMYK | 1 | 0.15 | 0 | 0.26 |
| HSL | 189.21º | 1% | 0.37% | - |
| HSV(B) | 189.21º | 1% | 0.74% | - |
| XYZ | 21.76 | 28.82 | 52.56 | - |
| YUV | 115.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 189 | 1 | 0.15 | 0 | 0.26 | 189.21 | 1 | 0.37 |
| Hex | 0 | A0 | BD | 64 | F | 0 | 1A | BD | 64 | 25 |
| Octal | 0 | 240 | 275 | 144 | 17 | 0 | 32 | 275 | 144 | 45 |
| Binary | 0 | 10100000 | 10111101 | 1100100 | 1111 | 0 | 11010 | 10111101 | 1100100 | 100101 |
Color Harmonies of #00A0BD
Complementary color
Monochromatic Colors of #00A0BD
Black with #00A0BD
Text Example
Text Example
White with #00A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A0BD; }
p { color: rgb(0,160,189); }
H1.HeaderClassName
{
color: #00A0BD;
}
.AnyTagClassName
{
color: #00A0BD;
}
</style>
background-color css
<style>
a { background-color: #00A0BD; }
a { background-color: rgb(0,160,189); }
div.DivClassName
{
background-color: #00A0BD;
}
.BgClassName
{
background-color: #00A0BD;
}
</style>
border-color css
<style>
span { border-color: #00A0BD; }
span { border-color: rgb(0,160,189); }
td.TdClassName
{
border-color: #00A0BD;
}
.TagClassName
{
border-color: #00A0BD;
}
</style>