Shades of Pacific Blue #01A4D2
Tints of Pacific Blue #01A4D2
RGB
CMYK
RGB Variations
Color information
#01A4D2 (or 0x01A4D2) is known color: Pacific Blue. HEX triplet: 01, A4 and D2. RGB value is (1,164,210). Sum of RGB (Red+Green+Blue) = 1+164+210=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #01A4D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A4D2 is #FE5B2D. Grayscale: #787878. Windows color (decimal): -16669486 or 13804545. OLE color: 13804545.
HSL color Cylindrical-coordinate representation of color #01A4D2: hue angle of 193.21º 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 #01A4D2 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 164 | 210 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.18 |
| HSL | 193.21º | 0.99% | 0.41% | - |
| HSV(B) | 193.21º | 1% | 0.82% | - |
| XYZ | 24.92 | 31.21 | 65.68 | - |
| YUV | 120.51 | 178.5 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 210 | 1.00 | 0.22 | 0 | 0.18 | 193.21 | 0.99 | 0.41 |
| Hex | 1 | A4 | D2 | 64 | 16 | 0 | 12 | C1 | 63 | 29 |
| Octal | 1 | 244 | 322 | 144 | 26 | 0 | 22 | 301 | 143 | 51 |
| Binary | 1 | 10100100 | 11010010 | 1100100 | 10110 | 0 | 10010 | 11000001 | 1100011 | 101001 |
Color Harmonies of #01A4D2
Complementary color
Monochromatic Colors of #01A4D2
Black with #01A4D2
Text Example
Text Example
White with #01A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A4D2; }
p { color: rgb(1,164,210); }
H1.HeaderClassName
{
color: #01A4D2;
}
.AnyTagClassName
{
color: #01A4D2;
}
</style>
background-color css
<style>
a { background-color: #01A4D2; }
a { background-color: rgb(1,164,210); }
div.DivClassName
{
background-color: #01A4D2;
}
.BgClassName
{
background-color: #01A4D2;
}
</style>
border-color css
<style>
span { border-color: #01A4D2; }
span { border-color: rgb(1,164,210); }
td.TdClassName
{
border-color: #01A4D2;
}
.TagClassName
{
border-color: #01A4D2;
}
</style>