Shades of Pacific Blue #01A1C1
Tints of Pacific Blue #01A1C1
RGB
CMYK
RGB Variations
Color information
#01A1C1 (or 0x01A1C1) is known color: Pacific Blue. HEX triplet: 01, A1 and C1. RGB value is (1,161,193). Sum of RGB (Red+Green+Blue) = 1+161+193=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #01A1C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A1C1 is #FE5E3E. Grayscale: #747474. Windows color (decimal): -16670271 or 12689665. OLE color: 12689665.
HSL color Cylindrical-coordinate representation of color #01A1C1: hue angle of 190º 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 #01A1C1 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 161 | 193 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.24 |
| HSL | 190º | 0.99% | 0.38% | - |
| HSV(B) | 190º | 0.99% | 0.76% | - |
| XYZ | 22.38 | 29.35 | 54.94 | - |
| YUV | 116.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 193 | 0.99 | 0.17 | 0 | 0.24 | 190 | 0.99 | 0.38 |
| Hex | 1 | A1 | C1 | 63 | 11 | 0 | 18 | BE | 63 | 26 |
| Octal | 1 | 241 | 301 | 143 | 21 | 0 | 30 | 276 | 143 | 46 |
| Binary | 1 | 10100001 | 11000001 | 1100011 | 10001 | 0 | 11000 | 10111110 | 1100011 | 100110 |
Color Harmonies of #01A1C1
Complementary color
Monochromatic Colors of #01A1C1
Black with #01A1C1
Text Example
Text Example
White with #01A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A1C1; }
p { color: rgb(1,161,193); }
H1.HeaderClassName
{
color: #01A1C1;
}
.AnyTagClassName
{
color: #01A1C1;
}
</style>
background-color css
<style>
a { background-color: #01A1C1; }
a { background-color: rgb(1,161,193); }
div.DivClassName
{
background-color: #01A1C1;
}
.BgClassName
{
background-color: #01A1C1;
}
</style>
border-color css
<style>
span { border-color: #01A1C1; }
span { border-color: rgb(1,161,193); }
td.TdClassName
{
border-color: #01A1C1;
}
.TagClassName
{
border-color: #01A1C1;
}
</style>