Shades of Pacific Blue #02A3CB
Tints of Pacific Blue #02A3CB
RGB
CMYK
RGB Variations
Color information
#02A3CB (or 0x02A3CB) is known color: Pacific Blue. HEX triplet: 02, A3 and CB. RGB value is (2,163,203). Sum of RGB (Red+Green+Blue) = 2+163+203=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #02A3CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3CB is #FD5C34. Grayscale: #777777. Windows color (decimal): -16604213 or 13345538. OLE color: 13345538.
HSL color Cylindrical-coordinate representation of color #02A3CB: hue angle of 191.94º 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 #02A3CB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 163 | 203 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.20 |
| HSL | 191.94º | 0.98% | 0.4% | - |
| HSV(B) | 191.94º | 0.99% | 0.8% | - |
| XYZ | 23.9 | 30.52 | 61.13 | - |
| YUV | 119.42 | 175.16 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 203 | 0.99 | 0.20 | 0 | 0.20 | 191.94 | 0.98 | 0.4 |
| Hex | 2 | A3 | CB | 63 | 14 | 0 | 14 | C0 | 62 | 28 |
| Octal | 2 | 243 | 313 | 143 | 24 | 0 | 24 | 300 | 142 | 50 |
| Binary | 10 | 10100011 | 11001011 | 1100011 | 10100 | 0 | 10100 | 11000000 | 1100010 | 101000 |
Color Harmonies of #02A3CB
Complementary color
Monochromatic Colors of #02A3CB
Black with #02A3CB
Text Example
Text Example
White with #02A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3CB; }
p { color: rgb(2,163,203); }
H1.HeaderClassName
{
color: #02A3CB;
}
.AnyTagClassName
{
color: #02A3CB;
}
</style>
background-color css
<style>
a { background-color: #02A3CB; }
a { background-color: rgb(2,163,203); }
div.DivClassName
{
background-color: #02A3CB;
}
.BgClassName
{
background-color: #02A3CB;
}
</style>
border-color css
<style>
span { border-color: #02A3CB; }
span { border-color: rgb(2,163,203); }
td.TdClassName
{
border-color: #02A3CB;
}
.TagClassName
{
border-color: #02A3CB;
}
</style>