Shades of Pacific Blue #01A2D0
Tints of Pacific Blue #01A2D0
RGB
CMYK
RGB Variations
Color information
#01A2D0 (or 0x01A2D0) is known color: Pacific Blue. HEX triplet: 01, A2 and D0. RGB value is (1,162,208). Sum of RGB (Red+Green+Blue) = 1+162+208=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #01A2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2D0 is #FE5D2F. Grayscale: #767676. Windows color (decimal): -16670000 or 13672961. OLE color: 13672961.
HSL color Cylindrical-coordinate representation of color #01A2D0: hue angle of 193.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A2D0 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 162 | 208 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.18 |
| HSL | 193.33º | 0.99% | 0.41% | - |
| HSV(B) | 193.33º | 1% | 0.82% | - |
| XYZ | 24.32 | 30.4 | 64.26 | - |
| YUV | 119.11 | 178.16 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 208 | 1.00 | 0.22 | 0 | 0.18 | 193.33 | 0.99 | 0.41 |
| Hex | 1 | A2 | D0 | 64 | 16 | 0 | 12 | C1 | 63 | 29 |
| Octal | 1 | 242 | 320 | 144 | 26 | 0 | 22 | 301 | 143 | 51 |
| Binary | 1 | 10100010 | 11010000 | 1100100 | 10110 | 0 | 10010 | 11000001 | 1100011 | 101001 |
Color Harmonies of #01A2D0
Complementary color
Monochromatic Colors of #01A2D0
Black with #01A2D0
Text Example
Text Example
White with #01A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2D0; }
p { color: rgb(1,162,208); }
H1.HeaderClassName
{
color: #01A2D0;
}
.AnyTagClassName
{
color: #01A2D0;
}
</style>
background-color css
<style>
a { background-color: #01A2D0; }
a { background-color: rgb(1,162,208); }
div.DivClassName
{
background-color: #01A2D0;
}
.BgClassName
{
background-color: #01A2D0;
}
</style>
border-color css
<style>
span { border-color: #01A2D0; }
span { border-color: rgb(1,162,208); }
td.TdClassName
{
border-color: #01A2D0;
}
.TagClassName
{
border-color: #01A2D0;
}
</style>