Shades of Pacific Blue #00A7DC
Tints of Pacific Blue #00A7DC
RGB
CMYK
RGB Variations
Color information
#00A7DC (or 0x00A7DC) is known color: Pacific Blue. HEX triplet: 00, A7 and DC. RGB value is (0,167,220). Sum of RGB (Red+Green+Blue) = 0+167+220=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #00A7DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7DC is #FF5823. Grayscale: #7A7A7A. Windows color (decimal): -16734244 or 14460672. OLE color: 14460672.
HSL color Cylindrical-coordinate representation of color #00A7DC: hue angle of 194.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A7DC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 167 | 220 | - |
| CMYK | 1 | 0.24 | 0 | 0.14 |
| HSL | 194.45º | 1% | 0.43% | - |
| HSV(B) | 194.45º | 1% | 0.86% | - |
| XYZ | 26.74 | 32.8 | 72.63 | - |
| YUV | 123.11 | 182.67 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 220 | 1 | 0.24 | 0 | 0.14 | 194.45 | 1 | 0.43 |
| Hex | 0 | A7 | DC | 64 | 18 | 0 | E | C2 | 64 | 2B |
| Octal | 0 | 247 | 334 | 144 | 30 | 0 | 16 | 302 | 144 | 53 |
| Binary | 0 | 10100111 | 11011100 | 1100100 | 11000 | 0 | 1110 | 11000010 | 1100100 | 101011 |
Color Harmonies of #00A7DC
Complementary color
Monochromatic Colors of #00A7DC
Black with #00A7DC
Text Example
Text Example
White with #00A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7DC; }
p { color: rgb(0,167,220); }
H1.HeaderClassName
{
color: #00A7DC;
}
.AnyTagClassName
{
color: #00A7DC;
}
</style>
background-color css
<style>
a { background-color: #00A7DC; }
a { background-color: rgb(0,167,220); }
div.DivClassName
{
background-color: #00A7DC;
}
.BgClassName
{
background-color: #00A7DC;
}
</style>
border-color css
<style>
span { border-color: #00A7DC; }
span { border-color: rgb(0,167,220); }
td.TdClassName
{
border-color: #00A7DC;
}
.TagClassName
{
border-color: #00A7DC;
}
</style>