Shades of Pacific Blue #02A5DC
Tints of Pacific Blue #02A5DC
RGB
CMYK
RGB Variations
Color information
#02A5DC (or 0x02A5DC) is known color: Pacific Blue. HEX triplet: 02, A5 and DC. RGB value is (2,165,220). Sum of RGB (Red+Green+Blue) = 2+165+220=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A5DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A5DC is #FD5A23. Grayscale: #7A7A7A. Windows color (decimal): -16603684 or 14460162. OLE color: 14460162.
HSL color Cylindrical-coordinate representation of color #02A5DC: hue angle of 195.14º 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 #02A5DC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 165 | 220 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.14 |
| HSL | 195.14º | 0.98% | 0.44% | - |
| HSV(B) | 195.14º | 0.99% | 0.86% | - |
| XYZ | 26.4 | 32.09 | 72.51 | - |
| YUV | 122.53 | 183 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 220 | 0.99 | 0.25 | 0 | 0.14 | 195.14 | 0.98 | 0.44 |
| Hex | 2 | A5 | DC | 63 | 19 | 0 | E | C3 | 62 | 2C |
| Octal | 2 | 245 | 334 | 143 | 31 | 0 | 16 | 303 | 142 | 54 |
| Binary | 10 | 10100101 | 11011100 | 1100011 | 11001 | 0 | 1110 | 11000011 | 1100010 | 101100 |
Color Harmonies of #02A5DC
Complementary color
Monochromatic Colors of #02A5DC
Black with #02A5DC
Text Example
Text Example
White with #02A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A5DC; }
p { color: rgb(2,165,220); }
H1.HeaderClassName
{
color: #02A5DC;
}
.AnyTagClassName
{
color: #02A5DC;
}
</style>
background-color css
<style>
a { background-color: #02A5DC; }
a { background-color: rgb(2,165,220); }
div.DivClassName
{
background-color: #02A5DC;
}
.BgClassName
{
background-color: #02A5DC;
}
</style>
border-color css
<style>
span { border-color: #02A5DC; }
span { border-color: rgb(2,165,220); }
td.TdClassName
{
border-color: #02A5DC;
}
.TagClassName
{
border-color: #02A5DC;
}
</style>