Shades of Pacific Blue #02A1BC
Tints of Pacific Blue #02A1BC
RGB
CMYK
RGB Variations
Color information
#02A1BC (or 0x02A1BC) is known color: Pacific Blue. HEX triplet: 02, A1 and BC. RGB value is (2,161,188). Sum of RGB (Red+Green+Blue) = 2+161+188=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #02A1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1BC is #FD5E43. Grayscale: #747474. Windows color (decimal): -16604740 or 12361986. OLE color: 12361986.
HSL color Cylindrical-coordinate representation of color #02A1BC: hue angle of 188.71º 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 #02A1BC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 161 | 188 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.26 |
| HSL | 188.71º | 0.98% | 0.37% | - |
| HSV(B) | 188.71º | 0.99% | 0.74% | - |
| XYZ | 21.85 | 29.13 | 52.05 | - |
| YUV | 116.54 | 168.32 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 188 | 0.99 | 0.14 | 0 | 0.26 | 188.71 | 0.98 | 0.37 |
| Hex | 2 | A1 | BC | 63 | E | 0 | 1A | BD | 62 | 25 |
| Octal | 2 | 241 | 274 | 143 | 16 | 0 | 32 | 275 | 142 | 45 |
| Binary | 10 | 10100001 | 10111100 | 1100011 | 1110 | 0 | 11010 | 10111101 | 1100010 | 100101 |
Color Harmonies of #02A1BC
Complementary color
Monochromatic Colors of #02A1BC
Black with #02A1BC
Text Example
Text Example
White with #02A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1BC; }
p { color: rgb(2,161,188); }
H1.HeaderClassName
{
color: #02A1BC;
}
.AnyTagClassName
{
color: #02A1BC;
}
</style>
background-color css
<style>
a { background-color: #02A1BC; }
a { background-color: rgb(2,161,188); }
div.DivClassName
{
background-color: #02A1BC;
}
.BgClassName
{
background-color: #02A1BC;
}
</style>
border-color css
<style>
span { border-color: #02A1BC; }
span { border-color: rgb(2,161,188); }
td.TdClassName
{
border-color: #02A1BC;
}
.TagClassName
{
border-color: #02A1BC;
}
</style>