Shades of Pacific Blue #07A3E2
Tints of Pacific Blue #07A3E2
RGB
CMYK
RGB Variations
Color information
#07A3E2 (or 0x07A3E2) is known color: Pacific Blue. HEX triplet: 07, A3 and E2. RGB value is (7,163,226). Sum of RGB (Red+Green+Blue) = 7+163+226=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 226 (88.67% from 255 or 57.07% from 396); Max value from RGB is 226 - color contains mainly: blue. Hex color #07A3E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A3E2 is #F85C1D. Grayscale: #7B7B7B. Windows color (decimal): -16276510 or 14852871. OLE color: 14852871.
HSL color Cylindrical-coordinate representation of color #07A3E2: hue angle of 197.26º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A3E2 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 163 | 226 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.11 |
| HSL | 197.26º | 0.94% | 0.46% | - |
| HSV(B) | 197.26º | 0.97% | 0.89% | - |
| XYZ | 26.91 | 31.73 | 76.66 | - |
| YUV | 123.54 | 185.82 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 226 | 0.97 | 0.28 | 0 | 0.11 | 197.26 | 0.94 | 0.46 |
| Hex | 7 | A3 | E2 | 61 | 1C | 0 | B | C5 | 5E | 2E |
| Octal | 7 | 243 | 342 | 141 | 34 | 0 | 13 | 305 | 136 | 56 |
| Binary | 111 | 10100011 | 11100010 | 1100001 | 11100 | 0 | 1011 | 11000101 | 1011110 | 101110 |
Color Harmonies of #07A3E2
Complementary color
Monochromatic Colors of #07A3E2
Black with #07A3E2
Text Example
Text Example
White with #07A3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A3E2; }
p { color: rgb(7,163,226); }
H1.HeaderClassName
{
color: #07A3E2;
}
.AnyTagClassName
{
color: #07A3E2;
}
</style>
background-color css
<style>
a { background-color: #07A3E2; }
a { background-color: rgb(7,163,226); }
div.DivClassName
{
background-color: #07A3E2;
}
.BgClassName
{
background-color: #07A3E2;
}
</style>
border-color css
<style>
span { border-color: #07A3E2; }
span { border-color: rgb(7,163,226); }
td.TdClassName
{
border-color: #07A3E2;
}
.TagClassName
{
border-color: #07A3E2;
}
</style>