Shades of Pacific Blue #02A0BC
Tints of Pacific Blue #02A0BC
RGB
CMYK
RGB Variations
Color information
#02A0BC (or 0x02A0BC) is known color: Pacific Blue. HEX triplet: 02, A0 and BC. RGB value is (2,160,188). Sum of RGB (Red+Green+Blue) = 2+160+188=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #02A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0BC is #FD5F43. Grayscale: #737373. Windows color (decimal): -16604996 or 12361730. OLE color: 12361730.
HSL color Cylindrical-coordinate representation of color #02A0BC: hue angle of 189.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0BC is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 160 | 188 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.26 |
| HSL | 189.03º | 0.98% | 0.37% | - |
| HSV(B) | 189.03º | 0.99% | 0.74% | - |
| XYZ | 21.67 | 28.79 | 51.99 | - |
| YUV | 115.95 | 168.65 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 188 | 0.99 | 0.15 | 0 | 0.26 | 189.03 | 0.98 | 0.37 |
| Hex | 2 | A0 | BC | 63 | F | 0 | 1A | BD | 62 | 25 |
| Octal | 2 | 240 | 274 | 143 | 17 | 0 | 32 | 275 | 142 | 45 |
| Binary | 10 | 10100000 | 10111100 | 1100011 | 1111 | 0 | 11010 | 10111101 | 1100010 | 100101 |
Color Harmonies of #02A0BC
Complementary color
Monochromatic Colors of #02A0BC
Black with #02A0BC
Text Example
Text Example
White with #02A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0BC; }
p { color: rgb(2,160,188); }
H1.HeaderClassName
{
color: #02A0BC;
}
.AnyTagClassName
{
color: #02A0BC;
}
</style>
background-color css
<style>
a { background-color: #02A0BC; }
a { background-color: rgb(2,160,188); }
div.DivClassName
{
background-color: #02A0BC;
}
.BgClassName
{
background-color: #02A0BC;
}
</style>
border-color css
<style>
span { border-color: #02A0BC; }
span { border-color: rgb(2,160,188); }
td.TdClassName
{
border-color: #02A0BC;
}
.TagClassName
{
border-color: #02A0BC;
}
</style>