Shades of Pacific Blue #01A3BD
Tints of Pacific Blue #01A3BD
RGB
CMYK
RGB Variations
Color information
#01A3BD (or 0x01A3BD) is known color: Pacific Blue. HEX triplet: 01, A3 and BD. RGB value is (1,163,189). Sum of RGB (Red+Green+Blue) = 1+163+189=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #01A3BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3BD is #FE5C42. Grayscale: #757575. Windows color (decimal): -16669763 or 12428033. OLE color: 12428033.
HSL color Cylindrical-coordinate representation of color #01A3BD: hue angle of 188.3º 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 #01A3BD is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 163 | 189 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.26 |
| HSL | 188.3º | 0.99% | 0.37% | - |
| HSV(B) | 188.3º | 0.99% | 0.74% | - |
| XYZ | 22.3 | 29.87 | 52.74 | - |
| YUV | 117.53 | 168.33 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 189 | 0.99 | 0.14 | 0 | 0.26 | 188.3 | 0.99 | 0.37 |
| Hex | 1 | A3 | BD | 63 | E | 0 | 1A | BC | 63 | 25 |
| Octal | 1 | 243 | 275 | 143 | 16 | 0 | 32 | 274 | 143 | 45 |
| Binary | 1 | 10100011 | 10111101 | 1100011 | 1110 | 0 | 11010 | 10111100 | 1100011 | 100101 |
Color Harmonies of #01A3BD
Complementary color
Monochromatic Colors of #01A3BD
Black with #01A3BD
Text Example
Text Example
White with #01A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A3BD; }
p { color: rgb(1,163,189); }
H1.HeaderClassName
{
color: #01A3BD;
}
.AnyTagClassName
{
color: #01A3BD;
}
</style>
background-color css
<style>
a { background-color: #01A3BD; }
a { background-color: rgb(1,163,189); }
div.DivClassName
{
background-color: #01A3BD;
}
.BgClassName
{
background-color: #01A3BD;
}
</style>
border-color css
<style>
span { border-color: #01A3BD; }
span { border-color: rgb(1,163,189); }
td.TdClassName
{
border-color: #01A3BD;
}
.TagClassName
{
border-color: #01A3BD;
}
</style>