Shades of Pacific Blue #02A7DB
Tints of Pacific Blue #02A7DB
RGB
CMYK
RGB Variations
Color information
#02A7DB (or 0x02A7DB) is known color: Pacific Blue. HEX triplet: 02, A7 and DB. RGB value is (2,167,219). Sum of RGB (Red+Green+Blue) = 2+167+219=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A7DB is #FD5824. Grayscale: #7B7B7B. Windows color (decimal): -16603173 or 14395138. OLE color: 14395138.
HSL color Cylindrical-coordinate representation of color #02A7DB: hue angle of 194.38º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A7DB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 167 | 219 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.14 |
| HSL | 194.38º | 0.98% | 0.43% | - |
| HSV(B) | 194.38º | 0.99% | 0.86% | - |
| XYZ | 26.63 | 32.76 | 71.94 | - |
| YUV | 123.59 | 181.84 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 219 | 0.99 | 0.24 | 0 | 0.14 | 194.38 | 0.98 | 0.43 |
| Hex | 2 | A7 | DB | 63 | 18 | 0 | E | C2 | 62 | 2B |
| Octal | 2 | 247 | 333 | 143 | 30 | 0 | 16 | 302 | 142 | 53 |
| Binary | 10 | 10100111 | 11011011 | 1100011 | 11000 | 0 | 1110 | 11000010 | 1100010 | 101011 |
Color Harmonies of #02A7DB
Complementary color
Monochromatic Colors of #02A7DB
Black with #02A7DB
Text Example
Text Example
White with #02A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A7DB; }
p { color: rgb(2,167,219); }
H1.HeaderClassName
{
color: #02A7DB;
}
.AnyTagClassName
{
color: #02A7DB;
}
</style>
background-color css
<style>
a { background-color: #02A7DB; }
a { background-color: rgb(2,167,219); }
div.DivClassName
{
background-color: #02A7DB;
}
.BgClassName
{
background-color: #02A7DB;
}
</style>
border-color css
<style>
span { border-color: #02A7DB; }
span { border-color: rgb(2,167,219); }
td.TdClassName
{
border-color: #02A7DB;
}
.TagClassName
{
border-color: #02A7DB;
}
</style>