Shades of Pacific Blue #00A2C9
Tints of Pacific Blue #00A2C9
RGB
CMYK
RGB Variations
Color information
#00A2C9 (or 0x00A2C9) is known color: Pacific Blue. HEX triplet: 00, A2 and C9. RGB value is (0,162,201). Sum of RGB (Red+Green+Blue) = 0+162+201=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #00A2C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2C9 is #FF5D36. Grayscale: #757575. Windows color (decimal): -16735543 or 13214208. OLE color: 13214208.
HSL color Cylindrical-coordinate representation of color #00A2C9: hue angle of 191.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A2C9 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 162 | 201 | - |
| CMYK | 1 | 0.19 | 0 | 0.21 |
| HSL | 191.64º | 1% | 0.39% | - |
| HSV(B) | 191.64º | 1% | 0.79% | - |
| XYZ | 23.46 | 30.06 | 59.82 | - |
| YUV | 118.01 | 174.83 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 201 | 1 | 0.19 | 0 | 0.21 | 191.64 | 1 | 0.39 |
| Hex | 0 | A2 | C9 | 64 | 13 | 0 | 15 | C0 | 64 | 27 |
| Octal | 0 | 242 | 311 | 144 | 23 | 0 | 25 | 300 | 144 | 47 |
| Binary | 0 | 10100010 | 11001001 | 1100100 | 10011 | 0 | 10101 | 11000000 | 1100100 | 100111 |
Color Harmonies of #00A2C9
Complementary color
Monochromatic Colors of #00A2C9
Black with #00A2C9
Text Example
Text Example
White with #00A2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A2C9; }
p { color: rgb(0,162,201); }
H1.HeaderClassName
{
color: #00A2C9;
}
.AnyTagClassName
{
color: #00A2C9;
}
</style>
background-color css
<style>
a { background-color: #00A2C9; }
a { background-color: rgb(0,162,201); }
div.DivClassName
{
background-color: #00A2C9;
}
.BgClassName
{
background-color: #00A2C9;
}
</style>
border-color css
<style>
span { border-color: #00A2C9; }
span { border-color: rgb(0,162,201); }
td.TdClassName
{
border-color: #00A2C9;
}
.TagClassName
{
border-color: #00A2C9;
}
</style>