Shades of Pacific Blue #01A1C6
Tints of Pacific Blue #01A1C6
RGB
CMYK
RGB Variations
Color information
#01A1C6 (or 0x01A1C6) is known color: Pacific Blue. HEX triplet: 01, A1 and C6. RGB value is (1,161,198). Sum of RGB (Red+Green+Blue) = 1+161+198=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #01A1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A1C6 is #FE5E39. Grayscale: #757575. Windows color (decimal): -16670266 or 13017345. OLE color: 13017345.
HSL color Cylindrical-coordinate representation of color #01A1C6: hue angle of 191.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A1C6 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 161 | 198 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.22 |
| HSL | 191.27º | 0.99% | 0.39% | - |
| HSV(B) | 191.27º | 0.99% | 0.78% | - |
| XYZ | 22.95 | 29.57 | 57.92 | - |
| YUV | 117.38 | 173.49 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 198 | 0.99 | 0.19 | 0 | 0.22 | 191.27 | 0.99 | 0.39 |
| Hex | 1 | A1 | C6 | 63 | 13 | 0 | 16 | BF | 63 | 27 |
| Octal | 1 | 241 | 306 | 143 | 23 | 0 | 26 | 277 | 143 | 47 |
| Binary | 1 | 10100001 | 11000110 | 1100011 | 10011 | 0 | 10110 | 10111111 | 1100011 | 100111 |
Color Harmonies of #01A1C6
Complementary color
Monochromatic Colors of #01A1C6
Black with #01A1C6
Text Example
Text Example
White with #01A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A1C6; }
p { color: rgb(1,161,198); }
H1.HeaderClassName
{
color: #01A1C6;
}
.AnyTagClassName
{
color: #01A1C6;
}
</style>
background-color css
<style>
a { background-color: #01A1C6; }
a { background-color: rgb(1,161,198); }
div.DivClassName
{
background-color: #01A1C6;
}
.BgClassName
{
background-color: #01A1C6;
}
</style>
border-color css
<style>
span { border-color: #01A1C6; }
span { border-color: rgb(1,161,198); }
td.TdClassName
{
border-color: #01A1C6;
}
.TagClassName
{
border-color: #01A1C6;
}
</style>