Shades of Pacific Blue #02A3BA
Tints of Pacific Blue #02A3BA
RGB
CMYK
RGB Variations
Color information
#02A3BA (or 0x02A3BA) is known color: Pacific Blue. HEX triplet: 02, A3 and BA. RGB value is (2,163,186). Sum of RGB (Red+Green+Blue) = 2+163+186=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #02A3BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3BA is #FD5C45. Grayscale: #757575. Windows color (decimal): -16604230 or 12231426. OLE color: 12231426.
HSL color Cylindrical-coordinate representation of color #02A3BA: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A3BA is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 163 | 186 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.27 |
| HSL | 187.5º | 0.98% | 0.37% | - |
| HSV(B) | 187.5º | 0.99% | 0.73% | - |
| XYZ | 21.99 | 29.75 | 51.04 | - |
| YUV | 117.48 | 166.66 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 186 | 0.99 | 0.12 | 0 | 0.27 | 187.5 | 0.98 | 0.37 |
| Hex | 2 | A3 | BA | 63 | C | 0 | 1B | BC | 62 | 25 |
| Octal | 2 | 243 | 272 | 143 | 14 | 0 | 33 | 274 | 142 | 45 |
| Binary | 10 | 10100011 | 10111010 | 1100011 | 1100 | 0 | 11011 | 10111100 | 1100010 | 100101 |
Color Harmonies of #02A3BA
Complementary color
Monochromatic Colors of #02A3BA
Black with #02A3BA
Text Example
Text Example
White with #02A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3BA; }
p { color: rgb(2,163,186); }
H1.HeaderClassName
{
color: #02A3BA;
}
.AnyTagClassName
{
color: #02A3BA;
}
</style>
background-color css
<style>
a { background-color: #02A3BA; }
a { background-color: rgb(2,163,186); }
div.DivClassName
{
background-color: #02A3BA;
}
.BgClassName
{
background-color: #02A3BA;
}
</style>
border-color css
<style>
span { border-color: #02A3BA; }
span { border-color: rgb(2,163,186); }
td.TdClassName
{
border-color: #02A3BA;
}
.TagClassName
{
border-color: #02A3BA;
}
</style>