Shades of Pacific Blue #01A5BA
Tints of Pacific Blue #01A5BA
RGB
CMYK
RGB Variations
Color information
#01A5BA (or 0x01A5BA) is known color: Pacific Blue. HEX triplet: 01, A5 and BA. RGB value is (1,165,186). Sum of RGB (Red+Green+Blue) = 1+165+186=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A5BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5BA is #FE5A45. Grayscale: #767676. Windows color (decimal): -16669254 or 12231937. OLE color: 12231937.
HSL color Cylindrical-coordinate representation of color #01A5BA: hue angle of 186.81º 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 #01A5BA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 165 | 186 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.27 |
| HSL | 186.81º | 0.99% | 0.37% | - |
| HSV(B) | 186.81º | 0.99% | 0.73% | - |
| XYZ | 22.33 | 30.46 | 51.16 | - |
| YUV | 118.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 186 | 0.99 | 0.11 | 0 | 0.27 | 186.81 | 0.99 | 0.37 |
| Hex | 1 | A5 | BA | 63 | B | 0 | 1B | BB | 63 | 25 |
| Octal | 1 | 245 | 272 | 143 | 13 | 0 | 33 | 273 | 143 | 45 |
| Binary | 1 | 10100101 | 10111010 | 1100011 | 1011 | 0 | 11011 | 10111011 | 1100011 | 100101 |
Color Harmonies of #01A5BA
Complementary color
Monochromatic Colors of #01A5BA
Black with #01A5BA
Text Example
Text Example
White with #01A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A5BA; }
p { color: rgb(1,165,186); }
H1.HeaderClassName
{
color: #01A5BA;
}
.AnyTagClassName
{
color: #01A5BA;
}
</style>
background-color css
<style>
a { background-color: #01A5BA; }
a { background-color: rgb(1,165,186); }
div.DivClassName
{
background-color: #01A5BA;
}
.BgClassName
{
background-color: #01A5BA;
}
</style>
border-color css
<style>
span { border-color: #01A5BA; }
span { border-color: rgb(1,165,186); }
td.TdClassName
{
border-color: #01A5BA;
}
.TagClassName
{
border-color: #01A5BA;
}
</style>