Shades of Pacific Blue #01A8BD
Tints of Pacific Blue #01A8BD
RGB
CMYK
RGB Variations
Color information
#01A8BD (or 0x01A8BD) is known color: Pacific Blue. HEX triplet: 01, A8 and BD. RGB value is (1,168,189). Sum of RGB (Red+Green+Blue) = 1+168+189=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #01A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8BD is #FE5742. Grayscale: #787878. Windows color (decimal): -16668483 or 12429313. OLE color: 12429313.
HSL color Cylindrical-coordinate representation of color #01A8BD: hue angle of 186.7º 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 #01A8BD is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 168 | 189 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.26 |
| HSL | 186.7º | 0.99% | 0.37% | - |
| HSV(B) | 186.7º | 0.99% | 0.74% | - |
| XYZ | 23.2 | 31.69 | 53.04 | - |
| YUV | 120.46 | 166.67 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 189 | 0.99 | 0.11 | 0 | 0.26 | 186.7 | 0.99 | 0.37 |
| Hex | 1 | A8 | BD | 63 | B | 0 | 1A | BB | 63 | 25 |
| Octal | 1 | 250 | 275 | 143 | 13 | 0 | 32 | 273 | 143 | 45 |
| Binary | 1 | 10101000 | 10111101 | 1100011 | 1011 | 0 | 11010 | 10111011 | 1100011 | 100101 |
Color Harmonies of #01A8BD
Complementary color
Monochromatic Colors of #01A8BD
Black with #01A8BD
Text Example
Text Example
White with #01A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8BD; }
p { color: rgb(1,168,189); }
H1.HeaderClassName
{
color: #01A8BD;
}
.AnyTagClassName
{
color: #01A8BD;
}
</style>
background-color css
<style>
a { background-color: #01A8BD; }
a { background-color: rgb(1,168,189); }
div.DivClassName
{
background-color: #01A8BD;
}
.BgClassName
{
background-color: #01A8BD;
}
</style>
border-color css
<style>
span { border-color: #01A8BD; }
span { border-color: rgb(1,168,189); }
td.TdClassName
{
border-color: #01A8BD;
}
.TagClassName
{
border-color: #01A8BD;
}
</style>