Shades of Pacific Blue #01A0BE
Tints of Pacific Blue #01A0BE
RGB
CMYK
RGB Variations
Color information
#01A0BE (or 0x01A0BE) is known color: Pacific Blue. HEX triplet: 01, A0 and BE. RGB value is (1,160,190). Sum of RGB (Red+Green+Blue) = 1+160+190=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 160 (62.89% from 255 or 45.58% 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 #01A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0BE is #FE5F41. Grayscale: #737373. Windows color (decimal): -16670530 or 12492801. OLE color: 12492801.
HSL color Cylindrical-coordinate representation of color #01A0BE: hue angle of 189.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A0BE is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 160 | 190 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.25 |
| HSL | 189.52º | 0.99% | 0.37% | - |
| HSV(B) | 189.52º | 0.99% | 0.75% | - |
| XYZ | 21.88 | 28.87 | 53.13 | - |
| YUV | 115.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 190 | 0.99 | 0.16 | 0 | 0.25 | 189.52 | 0.99 | 0.37 |
| Hex | 1 | A0 | BE | 63 | 10 | 0 | 19 | BE | 63 | 25 |
| Octal | 1 | 240 | 276 | 143 | 20 | 0 | 31 | 276 | 143 | 45 |
| Binary | 1 | 10100000 | 10111110 | 1100011 | 10000 | 0 | 11001 | 10111110 | 1100011 | 100101 |
Color Harmonies of #01A0BE
Complementary color
Monochromatic Colors of #01A0BE
Black with #01A0BE
Text Example
Text Example
White with #01A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A0BE; }
p { color: rgb(1,160,190); }
H1.HeaderClassName
{
color: #01A0BE;
}
.AnyTagClassName
{
color: #01A0BE;
}
</style>
background-color css
<style>
a { background-color: #01A0BE; }
a { background-color: rgb(1,160,190); }
div.DivClassName
{
background-color: #01A0BE;
}
.BgClassName
{
background-color: #01A0BE;
}
</style>
border-color css
<style>
span { border-color: #01A0BE; }
span { border-color: rgb(1,160,190); }
td.TdClassName
{
border-color: #01A0BE;
}
.TagClassName
{
border-color: #01A0BE;
}
</style>