Shades of Pacific Blue #02A3C1
Tints of Pacific Blue #02A3C1
RGB
CMYK
RGB Variations
Color information
#02A3C1 (or 0x02A3C1) is known color: Pacific Blue. HEX triplet: 02, A3 and C1. RGB value is (2,163,193). Sum of RGB (Red+Green+Blue) = 2+163+193=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #02A3C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3C1 is #FD5C3E. Grayscale: #767676. Windows color (decimal): -16604223 or 12690178. OLE color: 12690178.
HSL color Cylindrical-coordinate representation of color #02A3C1: hue angle of 189.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A3C1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 163 | 193 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.24 |
| HSL | 189.42º | 0.98% | 0.38% | - |
| HSV(B) | 189.42º | 0.99% | 0.76% | - |
| XYZ | 22.75 | 30.06 | 55.05 | - |
| YUV | 118.28 | 170.16 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 193 | 0.99 | 0.16 | 0 | 0.24 | 189.42 | 0.98 | 0.38 |
| Hex | 2 | A3 | C1 | 63 | 10 | 0 | 18 | BD | 62 | 26 |
| Octal | 2 | 243 | 301 | 143 | 20 | 0 | 30 | 275 | 142 | 46 |
| Binary | 10 | 10100011 | 11000001 | 1100011 | 10000 | 0 | 11000 | 10111101 | 1100010 | 100110 |
Color Harmonies of #02A3C1
Complementary color
Monochromatic Colors of #02A3C1
Black with #02A3C1
Text Example
Text Example
White with #02A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3C1; }
p { color: rgb(2,163,193); }
H1.HeaderClassName
{
color: #02A3C1;
}
.AnyTagClassName
{
color: #02A3C1;
}
</style>
background-color css
<style>
a { background-color: #02A3C1; }
a { background-color: rgb(2,163,193); }
div.DivClassName
{
background-color: #02A3C1;
}
.BgClassName
{
background-color: #02A3C1;
}
</style>
border-color css
<style>
span { border-color: #02A3C1; }
span { border-color: rgb(2,163,193); }
td.TdClassName
{
border-color: #02A3C1;
}
.TagClassName
{
border-color: #02A3C1;
}
</style>