Shades of Pacific Blue #02A8C1
Tints of Pacific Blue #02A8C1
RGB
CMYK
RGB Variations
Color information
#02A8C1 (or 0x02A8C1) is known color: Pacific Blue. HEX triplet: 02, A8 and C1. RGB value is (2,168,193). Sum of RGB (Red+Green+Blue) = 2+168+193=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #02A8C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8C1 is #FD573E. Grayscale: #787878. Windows color (decimal): -16602943 or 12691458. OLE color: 12691458.
HSL color Cylindrical-coordinate representation of color #02A8C1: hue angle of 187.85º 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 #02A8C1 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 168 | 193 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.24 |
| HSL | 187.85º | 0.98% | 0.38% | - |
| HSV(B) | 187.85º | 0.99% | 0.76% | - |
| XYZ | 23.65 | 31.87 | 55.36 | - |
| YUV | 121.22 | 168.5 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 193 | 0.99 | 0.13 | 0 | 0.24 | 187.85 | 0.98 | 0.38 |
| Hex | 2 | A8 | C1 | 63 | D | 0 | 18 | BC | 62 | 26 |
| Octal | 2 | 250 | 301 | 143 | 15 | 0 | 30 | 274 | 142 | 46 |
| Binary | 10 | 10101000 | 11000001 | 1100011 | 1101 | 0 | 11000 | 10111100 | 1100010 | 100110 |
Color Harmonies of #02A8C1
Complementary color
Monochromatic Colors of #02A8C1
Black with #02A8C1
Text Example
Text Example
White with #02A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8C1; }
p { color: rgb(2,168,193); }
H1.HeaderClassName
{
color: #02A8C1;
}
.AnyTagClassName
{
color: #02A8C1;
}
</style>
background-color css
<style>
a { background-color: #02A8C1; }
a { background-color: rgb(2,168,193); }
div.DivClassName
{
background-color: #02A8C1;
}
.BgClassName
{
background-color: #02A8C1;
}
</style>
border-color css
<style>
span { border-color: #02A8C1; }
span { border-color: rgb(2,168,193); }
td.TdClassName
{
border-color: #02A8C1;
}
.TagClassName
{
border-color: #02A8C1;
}
</style>