Shades of Pacific Blue #01A3E0
Tints of Pacific Blue #01A3E0
RGB
CMYK
RGB Variations
Color information
#01A3E0 (or 0x01A3E0) is known color: Pacific Blue. HEX triplet: 01, A3 and E0. RGB value is (1,163,224). Sum of RGB (Red+Green+Blue) = 1+163+224=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #01A3E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3E0 is #FE5C1F. Grayscale: #797979. Windows color (decimal): -16669728 or 14721793. OLE color: 14721793.
HSL color Cylindrical-coordinate representation of color #01A3E0: hue angle of 196.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A3E0 is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 163 | 224 | - |
| CMYK | 1.00 | 0.27 | 0 | 0.12 |
| HSL | 196.41º | 0.99% | 0.44% | - |
| HSV(B) | 196.41º | 1% | 0.88% | - |
| XYZ | 26.56 | 31.58 | 75.22 | - |
| YUV | 121.52 | 185.83 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 224 | 1.00 | 0.27 | 0 | 0.12 | 196.41 | 0.99 | 0.44 |
| Hex | 1 | A3 | E0 | 64 | 1B | 0 | C | C4 | 63 | 2C |
| Octal | 1 | 243 | 340 | 144 | 33 | 0 | 14 | 304 | 143 | 54 |
| Binary | 1 | 10100011 | 11100000 | 1100100 | 11011 | 0 | 1100 | 11000100 | 1100011 | 101100 |
Color Harmonies of #01A3E0
Complementary color
Monochromatic Colors of #01A3E0
Black with #01A3E0
Text Example
Text Example
White with #01A3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A3E0; }
p { color: rgb(1,163,224); }
H1.HeaderClassName
{
color: #01A3E0;
}
.AnyTagClassName
{
color: #01A3E0;
}
</style>
background-color css
<style>
a { background-color: #01A3E0; }
a { background-color: rgb(1,163,224); }
div.DivClassName
{
background-color: #01A3E0;
}
.BgClassName
{
background-color: #01A3E0;
}
</style>
border-color css
<style>
span { border-color: #01A3E0; }
span { border-color: rgb(1,163,224); }
td.TdClassName
{
border-color: #01A3E0;
}
.TagClassName
{
border-color: #01A3E0;
}
</style>