Shades of Pacific Blue #00A8BD
Tints of Pacific Blue #00A8BD
RGB
CMYK
RGB Variations
Color information
#00A8BD (or 0x00A8BD) is known color: Pacific Blue. HEX triplet: 00, A8 and BD. RGB value is (0,168,189). Sum of RGB (Red+Green+Blue) = 0+168+189=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #00A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8BD is #FF5742. Grayscale: #777777. Windows color (decimal): -16734019 or 12429312. OLE color: 12429312.
HSL color Cylindrical-coordinate representation of color #00A8BD: hue angle of 186.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A8BD is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 168 | 189 | - |
| CMYK | 1 | 0.11 | 0 | 0.26 |
| HSL | 186.67º | 1% | 0.37% | - |
| HSV(B) | 186.67º | 1% | 0.74% | - |
| XYZ | 23.19 | 31.68 | 53.04 | - |
| YUV | 120.16 | 166.84 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 189 | 1 | 0.11 | 0 | 0.26 | 186.67 | 1 | 0.37 |
| Hex | 0 | A8 | BD | 64 | B | 0 | 1A | BB | 64 | 25 |
| Octal | 0 | 250 | 275 | 144 | 13 | 0 | 32 | 273 | 144 | 45 |
| Binary | 0 | 10101000 | 10111101 | 1100100 | 1011 | 0 | 11010 | 10111011 | 1100100 | 100101 |
Color Harmonies of #00A8BD
Complementary color
Monochromatic Colors of #00A8BD
Black with #00A8BD
Text Example
Text Example
White with #00A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8BD; }
p { color: rgb(0,168,189); }
H1.HeaderClassName
{
color: #00A8BD;
}
.AnyTagClassName
{
color: #00A8BD;
}
</style>
background-color css
<style>
a { background-color: #00A8BD; }
a { background-color: rgb(0,168,189); }
div.DivClassName
{
background-color: #00A8BD;
}
.BgClassName
{
background-color: #00A8BD;
}
</style>
border-color css
<style>
span { border-color: #00A8BD; }
span { border-color: rgb(0,168,189); }
td.TdClassName
{
border-color: #00A8BD;
}
.TagClassName
{
border-color: #00A8BD;
}
</style>