Shades of Pacific Blue #02A6DB
Tints of Pacific Blue #02A6DB
RGB
CMYK
RGB Variations
Color information
#02A6DB (or 0x02A6DB) is known color: Pacific Blue. HEX triplet: 02, A6 and DB. RGB value is (2,166,219). Sum of RGB (Red+Green+Blue) = 2+166+219=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6DB is #FD5924. Grayscale: #7A7A7A. Windows color (decimal): -16603429 or 14394882. OLE color: 14394882.
HSL color Cylindrical-coordinate representation of color #02A6DB: hue angle of 194.65º 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 #02A6DB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 166 | 219 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.14 |
| HSL | 194.65º | 0.98% | 0.43% | - |
| HSV(B) | 194.65º | 0.99% | 0.86% | - |
| XYZ | 26.45 | 32.4 | 71.88 | - |
| YUV | 123.01 | 182.17 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 219 | 0.99 | 0.24 | 0 | 0.14 | 194.65 | 0.98 | 0.43 |
| Hex | 2 | A6 | DB | 63 | 18 | 0 | E | C3 | 62 | 2B |
| Octal | 2 | 246 | 333 | 143 | 30 | 0 | 16 | 303 | 142 | 53 |
| Binary | 10 | 10100110 | 11011011 | 1100011 | 11000 | 0 | 1110 | 11000011 | 1100010 | 101011 |
Color Harmonies of #02A6DB
Complementary color
Monochromatic Colors of #02A6DB
Black with #02A6DB
Text Example
Text Example
White with #02A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A6DB; }
p { color: rgb(2,166,219); }
H1.HeaderClassName
{
color: #02A6DB;
}
.AnyTagClassName
{
color: #02A6DB;
}
</style>
background-color css
<style>
a { background-color: #02A6DB; }
a { background-color: rgb(2,166,219); }
div.DivClassName
{
background-color: #02A6DB;
}
.BgClassName
{
background-color: #02A6DB;
}
</style>
border-color css
<style>
span { border-color: #02A6DB; }
span { border-color: rgb(2,166,219); }
td.TdClassName
{
border-color: #02A6DB;
}
.TagClassName
{
border-color: #02A6DB;
}
</style>