Shades of Pacific Blue #02A6DC
Tints of Pacific Blue #02A6DC
RGB
CMYK
RGB Variations
Color information
#02A6DC (or 0x02A6DC) is known color: Pacific Blue. HEX triplet: 02, A6 and DC. RGB value is (2,166,220). Sum of RGB (Red+Green+Blue) = 2+166+220=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6DC is #FD5923. Grayscale: #7A7A7A. Windows color (decimal): -16603428 or 14460418. OLE color: 14460418.
HSL color Cylindrical-coordinate representation of color #02A6DC: hue angle of 194.86º 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 #02A6DC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 166 | 220 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.14 |
| HSL | 194.86º | 0.98% | 0.44% | - |
| HSV(B) | 194.86º | 0.99% | 0.86% | - |
| XYZ | 26.58 | 32.45 | 72.57 | - |
| YUV | 123.12 | 182.67 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 220 | 0.99 | 0.25 | 0 | 0.14 | 194.86 | 0.98 | 0.44 |
| Hex | 2 | A6 | DC | 63 | 19 | 0 | E | C3 | 62 | 2C |
| Octal | 2 | 246 | 334 | 143 | 31 | 0 | 16 | 303 | 142 | 54 |
| Binary | 10 | 10100110 | 11011100 | 1100011 | 11001 | 0 | 1110 | 11000011 | 1100010 | 101100 |
Color Harmonies of #02A6DC
Complementary color
Monochromatic Colors of #02A6DC
Black with #02A6DC
Text Example
Text Example
White with #02A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A6DC; }
p { color: rgb(2,166,220); }
H1.HeaderClassName
{
color: #02A6DC;
}
.AnyTagClassName
{
color: #02A6DC;
}
</style>
background-color css
<style>
a { background-color: #02A6DC; }
a { background-color: rgb(2,166,220); }
div.DivClassName
{
background-color: #02A6DC;
}
.BgClassName
{
background-color: #02A6DC;
}
</style>
border-color css
<style>
span { border-color: #02A6DC; }
span { border-color: rgb(2,166,220); }
td.TdClassName
{
border-color: #02A6DC;
}
.TagClassName
{
border-color: #02A6DC;
}
</style>