Shades of Pacific Blue #00A7DB
Tints of Pacific Blue #00A7DB
RGB
CMYK
RGB Variations
Color information
#00A7DB (or 0x00A7DB) is known color: Pacific Blue. HEX triplet: 00, A7 and DB. RGB value is (0,167,219). Sum of RGB (Red+Green+Blue) = 0+167+219=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #00A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A7DB is #FF5824. Grayscale: #7A7A7A. Windows color (decimal): -16734245 or 14395136. OLE color: 14395136.
HSL color Cylindrical-coordinate representation of color #00A7DB: hue angle of 194.25º 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 #00A7DB is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 167 | 219 | - |
| CMYK | 1 | 0.24 | 0 | 0.14 |
| HSL | 194.25º | 1% | 0.43% | - |
| HSV(B) | 194.25º | 1% | 0.86% | - |
| XYZ | 26.6 | 32.75 | 71.94 | - |
| YUV | 123 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 219 | 1 | 0.24 | 0 | 0.14 | 194.25 | 1 | 0.43 |
| Hex | 0 | A7 | DB | 64 | 18 | 0 | E | C2 | 64 | 2B |
| Octal | 0 | 247 | 333 | 144 | 30 | 0 | 16 | 302 | 144 | 53 |
| Binary | 0 | 10100111 | 11011011 | 1100100 | 11000 | 0 | 1110 | 11000010 | 1100100 | 101011 |
Color Harmonies of #00A7DB
Complementary color
Monochromatic Colors of #00A7DB
Black with #00A7DB
Text Example
Text Example
White with #00A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A7DB; }
p { color: rgb(0,167,219); }
H1.HeaderClassName
{
color: #00A7DB;
}
.AnyTagClassName
{
color: #00A7DB;
}
</style>
background-color css
<style>
a { background-color: #00A7DB; }
a { background-color: rgb(0,167,219); }
div.DivClassName
{
background-color: #00A7DB;
}
.BgClassName
{
background-color: #00A7DB;
}
</style>
border-color css
<style>
span { border-color: #00A7DB; }
span { border-color: rgb(0,167,219); }
td.TdClassName
{
border-color: #00A7DB;
}
.TagClassName
{
border-color: #00A7DB;
}
</style>