Shades of Pacific Blue #00A7D2
Tints of Pacific Blue #00A7D2
RGB
CMYK
RGB Variations
Color information
#00A7D2 (or 0x00A7D2) is known color: Pacific Blue. HEX triplet: 00, A7 and D2. RGB value is (0,167,210). Sum of RGB (Red+Green+Blue) = 0+167+210=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #00A7D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7D2 is #FF582D. Grayscale: #797979. Windows color (decimal): -16734254 or 13805312. OLE color: 13805312.
HSL color Cylindrical-coordinate representation of color #00A7D2: hue angle of 192.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A7D2 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 167 | 210 | - |
| CMYK | 1 | 0.20 | 0 | 0.18 |
| HSL | 192.29º | 1% | 0.41% | - |
| HSV(B) | 192.29º | 1% | 0.82% | - |
| XYZ | 25.45 | 32.29 | 65.86 | - |
| YUV | 121.97 | 177.67 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 210 | 1 | 0.20 | 0 | 0.18 | 192.29 | 1 | 0.41 |
| Hex | 0 | A7 | D2 | 64 | 14 | 0 | 12 | C0 | 64 | 29 |
| Octal | 0 | 247 | 322 | 144 | 24 | 0 | 22 | 300 | 144 | 51 |
| Binary | 0 | 10100111 | 11010010 | 1100100 | 10100 | 0 | 10010 | 11000000 | 1100100 | 101001 |
Color Harmonies of #00A7D2
Complementary color
Monochromatic Colors of #00A7D2
Black with #00A7D2
Text Example
Text Example
White with #00A7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7D2; }
p { color: rgb(0,167,210); }
H1.HeaderClassName
{
color: #00A7D2;
}
.AnyTagClassName
{
color: #00A7D2;
}
</style>
background-color css
<style>
a { background-color: #00A7D2; }
a { background-color: rgb(0,167,210); }
div.DivClassName
{
background-color: #00A7D2;
}
.BgClassName
{
background-color: #00A7D2;
}
</style>
border-color css
<style>
span { border-color: #00A7D2; }
span { border-color: rgb(0,167,210); }
td.TdClassName
{
border-color: #00A7D2;
}
.TagClassName
{
border-color: #00A7D2;
}
</style>