Shades of Pacific Blue #02A3CC
Tints of Pacific Blue #02A3CC
RGB
CMYK
RGB Variations
Color information
#02A3CC (or 0x02A3CC) is known color: Pacific Blue. HEX triplet: 02, A3 and CC. RGB value is (2,163,204). Sum of RGB (Red+Green+Blue) = 2+163+204=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #02A3CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3CC is #FD5C33. Grayscale: #777777. Windows color (decimal): -16604212 or 13411074. OLE color: 13411074.
HSL color Cylindrical-coordinate representation of color #02A3CC: hue angle of 192.18º 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 #02A3CC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 163 | 204 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.2 |
| HSL | 192.18º | 0.98% | 0.4% | - |
| HSV(B) | 192.18º | 0.99% | 0.8% | - |
| XYZ | 24.02 | 30.57 | 61.76 | - |
| YUV | 119.54 | 175.66 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 204 | 0.99 | 0.20 | 0 | 0.2 | 192.18 | 0.98 | 0.4 |
| Hex | 2 | A3 | CC | 63 | 14 | 0 | 14 | C0 | 62 | 28 |
| Octal | 2 | 243 | 314 | 143 | 24 | 0 | 24 | 300 | 142 | 50 |
| Binary | 10 | 10100011 | 11001100 | 1100011 | 10100 | 0 | 10100 | 11000000 | 1100010 | 101000 |
Color Harmonies of #02A3CC
Complementary color
Monochromatic Colors of #02A3CC
Black with #02A3CC
Text Example
Text Example
White with #02A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3CC; }
p { color: rgb(2,163,204); }
H1.HeaderClassName
{
color: #02A3CC;
}
.AnyTagClassName
{
color: #02A3CC;
}
</style>
background-color css
<style>
a { background-color: #02A3CC; }
a { background-color: rgb(2,163,204); }
div.DivClassName
{
background-color: #02A3CC;
}
.BgClassName
{
background-color: #02A3CC;
}
</style>
border-color css
<style>
span { border-color: #02A3CC; }
span { border-color: rgb(2,163,204); }
td.TdClassName
{
border-color: #02A3CC;
}
.TagClassName
{
border-color: #02A3CC;
}
</style>