Shades of Pacific Blue #07A2E1
Tints of Pacific Blue #07A2E1
RGB
CMYK
RGB Variations
Color information
#07A2E1 (or 0x07A2E1) is known color: Pacific Blue. HEX triplet: 07, A2 and E1. RGB value is (7,162,225). Sum of RGB (Red+Green+Blue) = 7+162+225=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #07A2E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A2E1 is #F85D1E. Grayscale: #7A7A7A. Windows color (decimal): -16276767 or 14787079. OLE color: 14787079.
HSL color Cylindrical-coordinate representation of color #07A2E1: hue angle of 197.34º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A2E1 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 162 | 225 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.12 |
| HSL | 197.34º | 0.94% | 0.45% | - |
| HSV(B) | 197.34º | 0.97% | 0.88% | - |
| XYZ | 26.6 | 31.32 | 75.88 | - |
| YUV | 122.84 | 185.65 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 225 | 0.97 | 0.28 | 0 | 0.12 | 197.34 | 0.94 | 0.45 |
| Hex | 7 | A2 | E1 | 61 | 1C | 0 | C | C5 | 5E | 2D |
| Octal | 7 | 242 | 341 | 141 | 34 | 0 | 14 | 305 | 136 | 55 |
| Binary | 111 | 10100010 | 11100001 | 1100001 | 11100 | 0 | 1100 | 11000101 | 1011110 | 101101 |
Color Harmonies of #07A2E1
Complementary color
Monochromatic Colors of #07A2E1
Black with #07A2E1
Text Example
Text Example
White with #07A2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A2E1; }
p { color: rgb(7,162,225); }
H1.HeaderClassName
{
color: #07A2E1;
}
.AnyTagClassName
{
color: #07A2E1;
}
</style>
background-color css
<style>
a { background-color: #07A2E1; }
a { background-color: rgb(7,162,225); }
div.DivClassName
{
background-color: #07A2E1;
}
.BgClassName
{
background-color: #07A2E1;
}
</style>
border-color css
<style>
span { border-color: #07A2E1; }
span { border-color: rgb(7,162,225); }
td.TdClassName
{
border-color: #07A2E1;
}
.TagClassName
{
border-color: #07A2E1;
}
</style>