Shades of Pacific Blue #01A2C1
Tints of Pacific Blue #01A2C1
RGB
CMYK
RGB Variations
Color information
#01A2C1 (or 0x01A2C1) is known color: Pacific Blue. HEX triplet: 01, A2 and C1. RGB value is (1,162,193). Sum of RGB (Red+Green+Blue) = 1+162+193=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #01A2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2C1 is #FE5D3E. Grayscale: #757575. Windows color (decimal): -16670015 or 12689921. OLE color: 12689921.
HSL color Cylindrical-coordinate representation of color #01A2C1: hue angle of 189.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A2C1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 162 | 193 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.24 |
| HSL | 189.69º | 0.99% | 0.38% | - |
| HSV(B) | 189.69º | 0.99% | 0.76% | - |
| XYZ | 22.56 | 29.7 | 55 | - |
| YUV | 117.4 | 170.66 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 193 | 0.99 | 0.16 | 0 | 0.24 | 189.69 | 0.99 | 0.38 |
| Hex | 1 | A2 | C1 | 63 | 10 | 0 | 18 | BE | 63 | 26 |
| Octal | 1 | 242 | 301 | 143 | 20 | 0 | 30 | 276 | 143 | 46 |
| Binary | 1 | 10100010 | 11000001 | 1100011 | 10000 | 0 | 11000 | 10111110 | 1100011 | 100110 |
Color Harmonies of #01A2C1
Complementary color
Monochromatic Colors of #01A2C1
Black with #01A2C1
Text Example
Text Example
White with #01A2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2C1; }
p { color: rgb(1,162,193); }
H1.HeaderClassName
{
color: #01A2C1;
}
.AnyTagClassName
{
color: #01A2C1;
}
</style>
background-color css
<style>
a { background-color: #01A2C1; }
a { background-color: rgb(1,162,193); }
div.DivClassName
{
background-color: #01A2C1;
}
.BgClassName
{
background-color: #01A2C1;
}
</style>
border-color css
<style>
span { border-color: #01A2C1; }
span { border-color: rgb(1,162,193); }
td.TdClassName
{
border-color: #01A2C1;
}
.TagClassName
{
border-color: #01A2C1;
}
</style>