Shades of Pacific Blue #00A6D8
Tints of Pacific Blue #00A6D8
RGB
CMYK
RGB Variations
Color information
#00A6D8 (or 0x00A6D8) is known color: Pacific Blue. HEX triplet: 00, A6 and D8. RGB value is (0,166,216). Sum of RGB (Red+Green+Blue) = 0+166+216=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #00A6D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6D8 is #FF5927. Grayscale: #797979. Windows color (decimal): -16734504 or 14198272. OLE color: 14198272.
HSL color Cylindrical-coordinate representation of color #00A6D8: hue angle of 193.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6D8 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 166 | 216 | - |
| CMYK | 1 | 0.23 | 0 | 0.15 |
| HSL | 193.89º | 1% | 0.42% | - |
| HSV(B) | 193.89º | 1% | 0.85% | - |
| XYZ | 26.03 | 32.23 | 69.81 | - |
| YUV | 122.07 | 181 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 216 | 1 | 0.23 | 0 | 0.15 | 193.89 | 1 | 0.42 |
| Hex | 0 | A6 | D8 | 64 | 17 | 0 | F | C2 | 64 | 2A |
| Octal | 0 | 246 | 330 | 144 | 27 | 0 | 17 | 302 | 144 | 52 |
| Binary | 0 | 10100110 | 11011000 | 1100100 | 10111 | 0 | 1111 | 11000010 | 1100100 | 101010 |
Color Harmonies of #00A6D8
Complementary color
Monochromatic Colors of #00A6D8
Black with #00A6D8
Text Example
Text Example
White with #00A6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6D8; }
p { color: rgb(0,166,216); }
H1.HeaderClassName
{
color: #00A6D8;
}
.AnyTagClassName
{
color: #00A6D8;
}
</style>
background-color css
<style>
a { background-color: #00A6D8; }
a { background-color: rgb(0,166,216); }
div.DivClassName
{
background-color: #00A6D8;
}
.BgClassName
{
background-color: #00A6D8;
}
</style>
border-color css
<style>
span { border-color: #00A6D8; }
span { border-color: rgb(0,166,216); }
td.TdClassName
{
border-color: #00A6D8;
}
.TagClassName
{
border-color: #00A6D8;
}
</style>