Shades of Pacific Blue #01A3D0
Tints of Pacific Blue #01A3D0
RGB
CMYK
RGB Variations
Color information
#01A3D0 (or 0x01A3D0) is known color: Pacific Blue. HEX triplet: 01, A3 and D0. RGB value is (1,163,208). Sum of RGB (Red+Green+Blue) = 1+163+208=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #01A3D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3D0 is #FE5C2F. Grayscale: #777777. Windows color (decimal): -16669744 or 13673217. OLE color: 13673217.
HSL color Cylindrical-coordinate representation of color #01A3D0: hue angle of 193.04º 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 #01A3D0 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 163 | 208 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.18 |
| HSL | 193.04º | 0.99% | 0.41% | - |
| HSV(B) | 193.04º | 1% | 0.82% | - |
| XYZ | 24.49 | 30.75 | 64.32 | - |
| YUV | 119.69 | 177.83 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 208 | 1.00 | 0.22 | 0 | 0.18 | 193.04 | 0.99 | 0.41 |
| Hex | 1 | A3 | D0 | 64 | 16 | 0 | 12 | C1 | 63 | 29 |
| Octal | 1 | 243 | 320 | 144 | 26 | 0 | 22 | 301 | 143 | 51 |
| Binary | 1 | 10100011 | 11010000 | 1100100 | 10110 | 0 | 10010 | 11000001 | 1100011 | 101001 |
Color Harmonies of #01A3D0
Complementary color
Monochromatic Colors of #01A3D0
Black with #01A3D0
Text Example
Text Example
White with #01A3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A3D0; }
p { color: rgb(1,163,208); }
H1.HeaderClassName
{
color: #01A3D0;
}
.AnyTagClassName
{
color: #01A3D0;
}
</style>
background-color css
<style>
a { background-color: #01A3D0; }
a { background-color: rgb(1,163,208); }
div.DivClassName
{
background-color: #01A3D0;
}
.BgClassName
{
background-color: #01A3D0;
}
</style>
border-color css
<style>
span { border-color: #01A3D0; }
span { border-color: rgb(1,163,208); }
td.TdClassName
{
border-color: #01A3D0;
}
.TagClassName
{
border-color: #01A3D0;
}
</style>