Shades of Pacific Blue #02A2CB
Tints of Pacific Blue #02A2CB
RGB
CMYK
RGB Variations
Color information
#02A2CB (or 0x02A2CB) is known color: Pacific Blue. HEX triplet: 02, A2 and CB. RGB value is (2,162,203). Sum of RGB (Red+Green+Blue) = 2+162+203=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #02A2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2CB is #FD5D34. Grayscale: #767676. Windows color (decimal): -16604469 or 13345282. OLE color: 13345282.
HSL color Cylindrical-coordinate representation of color #02A2CB: hue angle of 192.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A2CB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 162 | 203 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.20 |
| HSL | 192.24º | 0.98% | 0.4% | - |
| HSV(B) | 192.24º | 0.99% | 0.8% | - |
| XYZ | 23.72 | 30.17 | 61.07 | - |
| YUV | 118.83 | 175.49 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 203 | 0.99 | 0.20 | 0 | 0.20 | 192.24 | 0.98 | 0.4 |
| Hex | 2 | A2 | CB | 63 | 14 | 0 | 14 | C0 | 62 | 28 |
| Octal | 2 | 242 | 313 | 143 | 24 | 0 | 24 | 300 | 142 | 50 |
| Binary | 10 | 10100010 | 11001011 | 1100011 | 10100 | 0 | 10100 | 11000000 | 1100010 | 101000 |
Color Harmonies of #02A2CB
Complementary color
Monochromatic Colors of #02A2CB
Black with #02A2CB
Text Example
Text Example
White with #02A2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A2CB; }
p { color: rgb(2,162,203); }
H1.HeaderClassName
{
color: #02A2CB;
}
.AnyTagClassName
{
color: #02A2CB;
}
</style>
background-color css
<style>
a { background-color: #02A2CB; }
a { background-color: rgb(2,162,203); }
div.DivClassName
{
background-color: #02A2CB;
}
.BgClassName
{
background-color: #02A2CB;
}
</style>
border-color css
<style>
span { border-color: #02A2CB; }
span { border-color: rgb(2,162,203); }
td.TdClassName
{
border-color: #02A2CB;
}
.TagClassName
{
border-color: #02A2CB;
}
</style>