Shades of Pacific Blue #02A0DC
Tints of Pacific Blue #02A0DC
RGB
CMYK
RGB Variations
Color information
#02A0DC (or 0x02A0DC) is known color: Pacific Blue. HEX triplet: 02, A0 and DC. RGB value is (2,160,220). Sum of RGB (Red+Green+Blue) = 2+160+220=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0DC is #FD5F23. Grayscale: #777777. Windows color (decimal): -16604964 or 14458882. OLE color: 14458882.
HSL color Cylindrical-coordinate representation of color #02A0DC: hue angle of 196.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0DC is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 160 | 220 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.14 |
| HSL | 196.51º | 0.98% | 0.44% | - |
| HSV(B) | 196.51º | 0.99% | 0.86% | - |
| XYZ | 25.51 | 30.32 | 72.22 | - |
| YUV | 119.6 | 184.65 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 220 | 0.99 | 0.27 | 0 | 0.14 | 196.51 | 0.98 | 0.44 |
| Hex | 2 | A0 | DC | 63 | 1B | 0 | E | C5 | 62 | 2C |
| Octal | 2 | 240 | 334 | 143 | 33 | 0 | 16 | 305 | 142 | 54 |
| Binary | 10 | 10100000 | 11011100 | 1100011 | 11011 | 0 | 1110 | 11000101 | 1100010 | 101100 |
Color Harmonies of #02A0DC
Complementary color
Monochromatic Colors of #02A0DC
Black with #02A0DC
Text Example
Text Example
White with #02A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0DC; }
p { color: rgb(2,160,220); }
H1.HeaderClassName
{
color: #02A0DC;
}
.AnyTagClassName
{
color: #02A0DC;
}
</style>
background-color css
<style>
a { background-color: #02A0DC; }
a { background-color: rgb(2,160,220); }
div.DivClassName
{
background-color: #02A0DC;
}
.BgClassName
{
background-color: #02A0DC;
}
</style>
border-color css
<style>
span { border-color: #02A0DC; }
span { border-color: rgb(2,160,220); }
td.TdClassName
{
border-color: #02A0DC;
}
.TagClassName
{
border-color: #02A0DC;
}
</style>