Shades of Pacific Blue #02A1D0
Tints of Pacific Blue #02A1D0
RGB
CMYK
RGB Variations
Color information
#02A1D0 (or 0x02A1D0) is known color: Pacific Blue. HEX triplet: 02, A1 and D0. RGB value is (2,161,208). Sum of RGB (Red+Green+Blue) = 2+161+208=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #02A1D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1D0 is #FD5E2F. Grayscale: #767676. Windows color (decimal): -16604720 or 13672706. OLE color: 13672706.
HSL color Cylindrical-coordinate representation of color #02A1D0: hue angle of 193.69º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1D0 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 161 | 208 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.18 |
| HSL | 193.69º | 0.98% | 0.41% | - |
| HSV(B) | 193.69º | 0.99% | 0.82% | - |
| XYZ | 24.16 | 30.06 | 64.2 | - |
| YUV | 118.82 | 178.32 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 208 | 0.99 | 0.23 | 0 | 0.18 | 193.69 | 0.98 | 0.41 |
| Hex | 2 | A1 | D0 | 63 | 17 | 0 | 12 | C2 | 62 | 29 |
| Octal | 2 | 241 | 320 | 143 | 27 | 0 | 22 | 302 | 142 | 51 |
| Binary | 10 | 10100001 | 11010000 | 1100011 | 10111 | 0 | 10010 | 11000010 | 1100010 | 101001 |
Color Harmonies of #02A1D0
Complementary color
Monochromatic Colors of #02A1D0
Black with #02A1D0
Text Example
Text Example
White with #02A1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1D0; }
p { color: rgb(2,161,208); }
H1.HeaderClassName
{
color: #02A1D0;
}
.AnyTagClassName
{
color: #02A1D0;
}
</style>
background-color css
<style>
a { background-color: #02A1D0; }
a { background-color: rgb(2,161,208); }
div.DivClassName
{
background-color: #02A1D0;
}
.BgClassName
{
background-color: #02A1D0;
}
</style>
border-color css
<style>
span { border-color: #02A1D0; }
span { border-color: rgb(2,161,208); }
td.TdClassName
{
border-color: #02A1D0;
}
.TagClassName
{
border-color: #02A1D0;
}
</style>