Shades of Pacific Blue #00A2D1
Tints of Pacific Blue #00A2D1
RGB
CMYK
RGB Variations
Color information
#00A2D1 (or 0x00A2D1) is known color: Pacific Blue. HEX triplet: 00, A2 and D1. RGB value is (0,162,209). Sum of RGB (Red+Green+Blue) = 0+162+209=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #00A2D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2D1 is #FF5D2E. Grayscale: #767676. Windows color (decimal): -16735535 or 13738496. OLE color: 13738496.
HSL color Cylindrical-coordinate representation of color #00A2D1: hue angle of 193.49º 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 #00A2D1 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 162 | 209 | - |
| CMYK | 1 | 0.22 | 0 | 0.18 |
| HSL | 193.49º | 1% | 0.41% | - |
| HSV(B) | 193.49º | 1% | 0.82% | - |
| XYZ | 24.43 | 30.44 | 64.91 | - |
| YUV | 118.92 | 178.83 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 209 | 1 | 0.22 | 0 | 0.18 | 193.49 | 1 | 0.41 |
| Hex | 0 | A2 | D1 | 64 | 16 | 0 | 12 | C1 | 64 | 29 |
| Octal | 0 | 242 | 321 | 144 | 26 | 0 | 22 | 301 | 144 | 51 |
| Binary | 0 | 10100010 | 11010001 | 1100100 | 10110 | 0 | 10010 | 11000001 | 1100100 | 101001 |
Color Harmonies of #00A2D1
Complementary color
Monochromatic Colors of #00A2D1
Black with #00A2D1
Text Example
Text Example
White with #00A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A2D1; }
p { color: rgb(0,162,209); }
H1.HeaderClassName
{
color: #00A2D1;
}
.AnyTagClassName
{
color: #00A2D1;
}
</style>
background-color css
<style>
a { background-color: #00A2D1; }
a { background-color: rgb(0,162,209); }
div.DivClassName
{
background-color: #00A2D1;
}
.BgClassName
{
background-color: #00A2D1;
}
</style>
border-color css
<style>
span { border-color: #00A2D1; }
span { border-color: rgb(0,162,209); }
td.TdClassName
{
border-color: #00A2D1;
}
.TagClassName
{
border-color: #00A2D1;
}
</style>