Shades of Pacific Blue #01A2BD
Tints of Pacific Blue #01A2BD
RGB
CMYK
RGB Variations
Color information
#01A2BD (or 0x01A2BD) is known color: Pacific Blue. HEX triplet: 01, A2 and BD. RGB value is (1,162,189). Sum of RGB (Red+Green+Blue) = 1+162+189=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #01A2BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2BD is #FE5D42. Grayscale: #747474. Windows color (decimal): -16670019 or 12427777. OLE color: 12427777.
HSL color Cylindrical-coordinate representation of color #01A2BD: hue angle of 188.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A2BD is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 162 | 189 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.26 |
| HSL | 188.62º | 0.99% | 0.37% | - |
| HSV(B) | 188.62º | 0.99% | 0.74% | - |
| XYZ | 22.12 | 29.52 | 52.68 | - |
| YUV | 116.94 | 168.66 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 189 | 0.99 | 0.14 | 0 | 0.26 | 188.62 | 0.99 | 0.37 |
| Hex | 1 | A2 | BD | 63 | E | 0 | 1A | BD | 63 | 25 |
| Octal | 1 | 242 | 275 | 143 | 16 | 0 | 32 | 275 | 143 | 45 |
| Binary | 1 | 10100010 | 10111101 | 1100011 | 1110 | 0 | 11010 | 10111101 | 1100011 | 100101 |
Color Harmonies of #01A2BD
Complementary color
Monochromatic Colors of #01A2BD
Black with #01A2BD
Text Example
Text Example
White with #01A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2BD; }
p { color: rgb(1,162,189); }
H1.HeaderClassName
{
color: #01A2BD;
}
.AnyTagClassName
{
color: #01A2BD;
}
</style>
background-color css
<style>
a { background-color: #01A2BD; }
a { background-color: rgb(1,162,189); }
div.DivClassName
{
background-color: #01A2BD;
}
.BgClassName
{
background-color: #01A2BD;
}
</style>
border-color css
<style>
span { border-color: #01A2BD; }
span { border-color: rgb(1,162,189); }
td.TdClassName
{
border-color: #01A2BD;
}
.TagClassName
{
border-color: #01A2BD;
}
</style>