Shades of Pacific Blue #01A7BC
Tints of Pacific Blue #01A7BC
RGB
CMYK
RGB Variations
Color information
#01A7BC (or 0x01A7BC) is known color: Pacific Blue. HEX triplet: 01, A7 and BC. RGB value is (1,167,188). Sum of RGB (Red+Green+Blue) = 1+167+188=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #01A7BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A7BC is #FE5843. Grayscale: #777777. Windows color (decimal): -16668740 or 12363521. OLE color: 12363521.
HSL color Cylindrical-coordinate representation of color #01A7BC: hue angle of 186.74º 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 #01A7BC is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 167 | 188 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.26 |
| HSL | 186.74º | 0.99% | 0.37% | - |
| HSV(B) | 186.74º | 0.99% | 0.74% | - |
| XYZ | 22.91 | 31.27 | 52.41 | - |
| YUV | 119.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 188 | 0.99 | 0.11 | 0 | 0.26 | 186.74 | 0.99 | 0.37 |
| Hex | 1 | A7 | BC | 63 | B | 0 | 1A | BB | 63 | 25 |
| Octal | 1 | 247 | 274 | 143 | 13 | 0 | 32 | 273 | 143 | 45 |
| Binary | 1 | 10100111 | 10111100 | 1100011 | 1011 | 0 | 11010 | 10111011 | 1100011 | 100101 |
Color Harmonies of #01A7BC
Complementary color
Monochromatic Colors of #01A7BC
Black with #01A7BC
Text Example
Text Example
White with #01A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A7BC; }
p { color: rgb(1,167,188); }
H1.HeaderClassName
{
color: #01A7BC;
}
.AnyTagClassName
{
color: #01A7BC;
}
</style>
background-color css
<style>
a { background-color: #01A7BC; }
a { background-color: rgb(1,167,188); }
div.DivClassName
{
background-color: #01A7BC;
}
.BgClassName
{
background-color: #01A7BC;
}
</style>
border-color css
<style>
span { border-color: #01A7BC; }
span { border-color: rgb(1,167,188); }
td.TdClassName
{
border-color: #01A7BC;
}
.TagClassName
{
border-color: #01A7BC;
}
</style>