Shades of Pacific Blue #00A6DC
Tints of Pacific Blue #00A6DC
RGB
CMYK
RGB Variations
Color information
#00A6DC (or 0x00A6DC) is known color: Pacific Blue. HEX triplet: 00, A6 and DC. RGB value is (0,166,220). Sum of RGB (Red+Green+Blue) = 0+166+220=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #00A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6DC is #FF5923. Grayscale: #7A7A7A. Windows color (decimal): -16734500 or 14460416. OLE color: 14460416.
HSL color Cylindrical-coordinate representation of color #00A6DC: hue angle of 194.73º 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 #00A6DC is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 166 | 220 | - |
| CMYK | 1 | 0.25 | 0 | 0.14 |
| HSL | 194.73º | 1% | 0.43% | - |
| HSV(B) | 194.73º | 1% | 0.86% | - |
| XYZ | 26.55 | 32.44 | 72.57 | - |
| YUV | 122.52 | 183 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 220 | 1 | 0.25 | 0 | 0.14 | 194.73 | 1 | 0.43 |
| Hex | 0 | A6 | DC | 64 | 19 | 0 | E | C3 | 64 | 2B |
| Octal | 0 | 246 | 334 | 144 | 31 | 0 | 16 | 303 | 144 | 53 |
| Binary | 0 | 10100110 | 11011100 | 1100100 | 11001 | 0 | 1110 | 11000011 | 1100100 | 101011 |
Color Harmonies of #00A6DC
Complementary color
Monochromatic Colors of #00A6DC
Black with #00A6DC
Text Example
Text Example
White with #00A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6DC; }
p { color: rgb(0,166,220); }
H1.HeaderClassName
{
color: #00A6DC;
}
.AnyTagClassName
{
color: #00A6DC;
}
</style>
background-color css
<style>
a { background-color: #00A6DC; }
a { background-color: rgb(0,166,220); }
div.DivClassName
{
background-color: #00A6DC;
}
.BgClassName
{
background-color: #00A6DC;
}
</style>
border-color css
<style>
span { border-color: #00A6DC; }
span { border-color: rgb(0,166,220); }
td.TdClassName
{
border-color: #00A6DC;
}
.TagClassName
{
border-color: #00A6DC;
}
</style>