Shades of Pacific Blue #02A3DC
Tints of Pacific Blue #02A3DC
RGB
CMYK
RGB Variations
Color information
#02A3DC (or 0x02A3DC) is known color: Pacific Blue. HEX triplet: 02, A3 and DC. RGB value is (2,163,220). Sum of RGB (Red+Green+Blue) = 2+163+220=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A3DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3DC is #FD5C23. Grayscale: #787878. Windows color (decimal): -16604196 or 14459650. OLE color: 14459650.
HSL color Cylindrical-coordinate representation of color #02A3DC: hue angle of 195.69º 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 #02A3DC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 163 | 220 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.14 |
| HSL | 195.69º | 0.98% | 0.44% | - |
| HSV(B) | 195.69º | 0.99% | 0.86% | - |
| XYZ | 26.04 | 31.37 | 72.39 | - |
| YUV | 121.36 | 183.66 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 220 | 0.99 | 0.26 | 0 | 0.14 | 195.69 | 0.98 | 0.44 |
| Hex | 2 | A3 | DC | 63 | 1A | 0 | E | C4 | 62 | 2C |
| Octal | 2 | 243 | 334 | 143 | 32 | 0 | 16 | 304 | 142 | 54 |
| Binary | 10 | 10100011 | 11011100 | 1100011 | 11010 | 0 | 1110 | 11000100 | 1100010 | 101100 |
Color Harmonies of #02A3DC
Complementary color
Monochromatic Colors of #02A3DC
Black with #02A3DC
Text Example
Text Example
White with #02A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3DC; }
p { color: rgb(2,163,220); }
H1.HeaderClassName
{
color: #02A3DC;
}
.AnyTagClassName
{
color: #02A3DC;
}
</style>
background-color css
<style>
a { background-color: #02A3DC; }
a { background-color: rgb(2,163,220); }
div.DivClassName
{
background-color: #02A3DC;
}
.BgClassName
{
background-color: #02A3DC;
}
</style>
border-color css
<style>
span { border-color: #02A3DC; }
span { border-color: rgb(2,163,220); }
td.TdClassName
{
border-color: #02A3DC;
}
.TagClassName
{
border-color: #02A3DC;
}
</style>