Shades of Pacific Blue #01A8BC
Tints of Pacific Blue #01A8BC
RGB
CMYK
RGB Variations
Color information
#01A8BC (or 0x01A8BC) is known color: Pacific Blue. HEX triplet: 01, A8 and BC. RGB value is (1,168,188). Sum of RGB (Red+Green+Blue) = 1+168+188=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #01A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8BC is #FE5743. Grayscale: #787878. Windows color (decimal): -16668484 or 12363777. OLE color: 12363777.
HSL color Cylindrical-coordinate representation of color #01A8BC: hue angle of 186.42º 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 #01A8BC is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 168 | 188 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.26 |
| HSL | 186.42º | 0.99% | 0.37% | - |
| HSV(B) | 186.42º | 0.99% | 0.74% | - |
| XYZ | 23.09 | 31.64 | 52.47 | - |
| YUV | 120.35 | 166.17 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 188 | 0.99 | 0.11 | 0 | 0.26 | 186.42 | 0.99 | 0.37 |
| Hex | 1 | A8 | BC | 63 | B | 0 | 1A | BA | 63 | 25 |
| Octal | 1 | 250 | 274 | 143 | 13 | 0 | 32 | 272 | 143 | 45 |
| Binary | 1 | 10101000 | 10111100 | 1100011 | 1011 | 0 | 11010 | 10111010 | 1100011 | 100101 |
Color Harmonies of #01A8BC
Complementary color
Monochromatic Colors of #01A8BC
Black with #01A8BC
Text Example
Text Example
White with #01A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8BC; }
p { color: rgb(1,168,188); }
H1.HeaderClassName
{
color: #01A8BC;
}
.AnyTagClassName
{
color: #01A8BC;
}
</style>
background-color css
<style>
a { background-color: #01A8BC; }
a { background-color: rgb(1,168,188); }
div.DivClassName
{
background-color: #01A8BC;
}
.BgClassName
{
background-color: #01A8BC;
}
</style>
border-color css
<style>
span { border-color: #01A8BC; }
span { border-color: rgb(1,168,188); }
td.TdClassName
{
border-color: #01A8BC;
}
.TagClassName
{
border-color: #01A8BC;
}
</style>