Shades of Pacific Blue #01A0CA
Tints of Pacific Blue #01A0CA
RGB
CMYK
RGB Variations
Color information
#01A0CA (or 0x01A0CA) is known color: Pacific Blue. HEX triplet: 01, A0 and CA. RGB value is (1,160,202). Sum of RGB (Red+Green+Blue) = 1+160+202=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #01A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0CA is #FE5F35. Grayscale: #747474. Windows color (decimal): -16670518 or 13279233. OLE color: 13279233.
HSL color Cylindrical-coordinate representation of color #01A0CA: hue angle of 192.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A0CA is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 160 | 202 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.21 |
| HSL | 192.54º | 0.99% | 0.4% | - |
| HSV(B) | 192.54º | 1% | 0.79% | - |
| XYZ | 23.24 | 29.41 | 60.33 | - |
| YUV | 117.25 | 175.82 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 202 | 1.00 | 0.21 | 0 | 0.21 | 192.54 | 0.99 | 0.4 |
| Hex | 1 | A0 | CA | 64 | 15 | 0 | 15 | C1 | 63 | 28 |
| Octal | 1 | 240 | 312 | 144 | 25 | 0 | 25 | 301 | 143 | 50 |
| Binary | 1 | 10100000 | 11001010 | 1100100 | 10101 | 0 | 10101 | 11000001 | 1100011 | 101000 |
Color Harmonies of #01A0CA
Complementary color
Monochromatic Colors of #01A0CA
Black with #01A0CA
Text Example
Text Example
White with #01A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A0CA; }
p { color: rgb(1,160,202); }
H1.HeaderClassName
{
color: #01A0CA;
}
.AnyTagClassName
{
color: #01A0CA;
}
</style>
background-color css
<style>
a { background-color: #01A0CA; }
a { background-color: rgb(1,160,202); }
div.DivClassName
{
background-color: #01A0CA;
}
.BgClassName
{
background-color: #01A0CA;
}
</style>
border-color css
<style>
span { border-color: #01A0CA; }
span { border-color: rgb(1,160,202); }
td.TdClassName
{
border-color: #01A0CA;
}
.TagClassName
{
border-color: #01A0CA;
}
</style>