Shades of Pacific Blue #00A2DF
Tints of Pacific Blue #00A2DF
RGB
CMYK
RGB Variations
Color information
#00A2DF (or 0x00A2DF) is known color: Pacific Blue. HEX triplet: 00, A2 and DF. RGB value is (0,162,223). Sum of RGB (Red+Green+Blue) = 0+162+223=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #00A2DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2DF is #FF5D20. Grayscale: #787878. Windows color (decimal): -16735521 or 14656000. OLE color: 14656000.
HSL color Cylindrical-coordinate representation of color #00A2DF: hue angle of 196.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A2DF is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 162 | 223 | - |
| CMYK | 1 | 0.27 | 0 | 0.13 |
| HSL | 196.41º | 1% | 0.44% | - |
| HSV(B) | 196.41º | 1% | 0.87% | - |
| XYZ | 26.24 | 31.17 | 74.45 | - |
| YUV | 120.52 | 185.83 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 223 | 1 | 0.27 | 0 | 0.13 | 196.41 | 1 | 0.44 |
| Hex | 0 | A2 | DF | 64 | 1B | 0 | D | C4 | 64 | 2C |
| Octal | 0 | 242 | 337 | 144 | 33 | 0 | 15 | 304 | 144 | 54 |
| Binary | 0 | 10100010 | 11011111 | 1100100 | 11011 | 0 | 1101 | 11000100 | 1100100 | 101100 |
Color Harmonies of #00A2DF
Complementary color
Monochromatic Colors of #00A2DF
Black with #00A2DF
Text Example
Text Example
White with #00A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A2DF; }
p { color: rgb(0,162,223); }
H1.HeaderClassName
{
color: #00A2DF;
}
.AnyTagClassName
{
color: #00A2DF;
}
</style>
background-color css
<style>
a { background-color: #00A2DF; }
a { background-color: rgb(0,162,223); }
div.DivClassName
{
background-color: #00A2DF;
}
.BgClassName
{
background-color: #00A2DF;
}
</style>
border-color css
<style>
span { border-color: #00A2DF; }
span { border-color: rgb(0,162,223); }
td.TdClassName
{
border-color: #00A2DF;
}
.TagClassName
{
border-color: #00A2DF;
}
</style>