Shades of Pacific Blue #00A7CE
Tints of Pacific Blue #00A7CE
RGB
CMYK
RGB Variations
Color information
#00A7CE (or 0x00A7CE) is known color: Pacific Blue. HEX triplet: 00, A7 and CE. RGB value is (0,167,206). Sum of RGB (Red+Green+Blue) = 0+167+206=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #00A7CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7CE is #FF5831. Grayscale: #797979. Windows color (decimal): -16734258 or 13543168. OLE color: 13543168.
HSL color Cylindrical-coordinate representation of color #00A7CE: hue angle of 191.36º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A7CE is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 167 | 206 | - |
| CMYK | 1 | 0.19 | 0 | 0.19 |
| HSL | 191.36º | 1% | 0.4% | - |
| HSV(B) | 191.36º | 1% | 0.81% | - |
| XYZ | 24.96 | 32.09 | 63.27 | - |
| YUV | 121.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 206 | 1 | 0.19 | 0 | 0.19 | 191.36 | 1 | 0.4 |
| Hex | 0 | A7 | CE | 64 | 13 | 0 | 13 | BF | 64 | 28 |
| Octal | 0 | 247 | 316 | 144 | 23 | 0 | 23 | 277 | 144 | 50 |
| Binary | 0 | 10100111 | 11001110 | 1100100 | 10011 | 0 | 10011 | 10111111 | 1100100 | 101000 |
Color Harmonies of #00A7CE
Complementary color
Monochromatic Colors of #00A7CE
Black with #00A7CE
Text Example
Text Example
White with #00A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7CE; }
p { color: rgb(0,167,206); }
H1.HeaderClassName
{
color: #00A7CE;
}
.AnyTagClassName
{
color: #00A7CE;
}
</style>
background-color css
<style>
a { background-color: #00A7CE; }
a { background-color: rgb(0,167,206); }
div.DivClassName
{
background-color: #00A7CE;
}
.BgClassName
{
background-color: #00A7CE;
}
</style>
border-color css
<style>
span { border-color: #00A7CE; }
span { border-color: rgb(0,167,206); }
td.TdClassName
{
border-color: #00A7CE;
}
.TagClassName
{
border-color: #00A7CE;
}
</style>