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