Shades of Pacific Blue #02A4E6
Tints of Pacific Blue #02A4E6
RGB
CMYK
RGB Variations
Color information
#02A4E6 (or 0x02A4E6) is known color: Pacific Blue. HEX triplet: 02, A4 and E6. RGB value is (2,164,230). Sum of RGB (Red+Green+Blue) = 2+164+230=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #02A4E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A4E6 is #FD5B19. Grayscale: #7A7A7A. Windows color (decimal): -16603930 or 15115266. OLE color: 15115266.
HSL color Cylindrical-coordinate representation of color #02A4E6: hue angle of 197.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A4E6 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 164 | 230 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.10 |
| HSL | 197.37º | 0.98% | 0.45% | - |
| HSV(B) | 197.37º | 0.99% | 0.9% | - |
| XYZ | 27.58 | 32.28 | 79.64 | - |
| YUV | 123.09 | 188.33 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 164 | 230 | 0.99 | 0.29 | 0 | 0.10 | 197.37 | 0.98 | 0.45 |
| Hex | 2 | A4 | E6 | 63 | 1D | 0 | A | C5 | 62 | 2D |
| Octal | 2 | 244 | 346 | 143 | 35 | 0 | 12 | 305 | 142 | 55 |
| Binary | 10 | 10100100 | 11100110 | 1100011 | 11101 | 0 | 1010 | 11000101 | 1100010 | 101101 |
Color Harmonies of #02A4E6
Complementary color
Monochromatic Colors of #02A4E6
Black with #02A4E6
Text Example
Text Example
White with #02A4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A4E6; }
p { color: rgb(2,164,230); }
H1.HeaderClassName
{
color: #02A4E6;
}
.AnyTagClassName
{
color: #02A4E6;
}
</style>
background-color css
<style>
a { background-color: #02A4E6; }
a { background-color: rgb(2,164,230); }
div.DivClassName
{
background-color: #02A4E6;
}
.BgClassName
{
background-color: #02A4E6;
}
</style>
border-color css
<style>
span { border-color: #02A4E6; }
span { border-color: rgb(2,164,230); }
td.TdClassName
{
border-color: #02A4E6;
}
.TagClassName
{
border-color: #02A4E6;
}
</style>