Shades of Pacific Blue #01A6BA
Tints of Pacific Blue #01A6BA
RGB
CMYK
RGB Variations
Color information
#01A6BA (or 0x01A6BA) is known color: Pacific Blue. HEX triplet: 01, A6 and BA. RGB value is (1,166,186). Sum of RGB (Red+Green+Blue) = 1+166+186=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6BA is #FE5945. Grayscale: #767676. Windows color (decimal): -16668998 or 12232193. OLE color: 12232193.
HSL color Cylindrical-coordinate representation of color #01A6BA: hue angle of 186.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A6BA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 166 | 186 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.27 |
| HSL | 186.49º | 0.99% | 0.37% | - |
| HSV(B) | 186.49º | 0.99% | 0.73% | - |
| XYZ | 22.51 | 30.82 | 51.22 | - |
| YUV | 118.95 | 165.84 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 186 | 0.99 | 0.11 | 0 | 0.27 | 186.49 | 0.99 | 0.37 |
| Hex | 1 | A6 | BA | 63 | B | 0 | 1B | BA | 63 | 25 |
| Octal | 1 | 246 | 272 | 143 | 13 | 0 | 33 | 272 | 143 | 45 |
| Binary | 1 | 10100110 | 10111010 | 1100011 | 1011 | 0 | 11011 | 10111010 | 1100011 | 100101 |
Color Harmonies of #01A6BA
Complementary color
Monochromatic Colors of #01A6BA
Black with #01A6BA
Text Example
Text Example
White with #01A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6BA; }
p { color: rgb(1,166,186); }
H1.HeaderClassName
{
color: #01A6BA;
}
.AnyTagClassName
{
color: #01A6BA;
}
</style>
background-color css
<style>
a { background-color: #01A6BA; }
a { background-color: rgb(1,166,186); }
div.DivClassName
{
background-color: #01A6BA;
}
.BgClassName
{
background-color: #01A6BA;
}
</style>
border-color css
<style>
span { border-color: #01A6BA; }
span { border-color: rgb(1,166,186); }
td.TdClassName
{
border-color: #01A6BA;
}
.TagClassName
{
border-color: #01A6BA;
}
</style>