Shades of Pacific Blue #07A3E5
Tints of Pacific Blue #07A3E5
RGB
CMYK
RGB Variations
Color information
#07A3E5 (or 0x07A3E5) is known color: Pacific Blue. HEX triplet: 07, A3 and E5. RGB value is (7,163,229). Sum of RGB (Red+Green+Blue) = 7+163+229=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #07A3E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A3E5 is #F85C1A. Grayscale: #7B7B7B. Windows color (decimal): -16276507 or 15049479. OLE color: 15049479.
HSL color Cylindrical-coordinate representation of color #07A3E5: hue angle of 197.84º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A3E5 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 163 | 229 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.10 |
| HSL | 197.84º | 0.94% | 0.46% | - |
| HSV(B) | 197.84º | 0.97% | 0.9% | - |
| XYZ | 27.33 | 31.9 | 78.85 | - |
| YUV | 123.88 | 187.32 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 229 | 0.97 | 0.29 | 0 | 0.10 | 197.84 | 0.94 | 0.46 |
| Hex | 7 | A3 | E5 | 61 | 1D | 0 | A | C6 | 5E | 2E |
| Octal | 7 | 243 | 345 | 141 | 35 | 0 | 12 | 306 | 136 | 56 |
| Binary | 111 | 10100011 | 11100101 | 1100001 | 11101 | 0 | 1010 | 11000110 | 1011110 | 101110 |
Color Harmonies of #07A3E5
Complementary color
Monochromatic Colors of #07A3E5
Black with #07A3E5
Text Example
Text Example
White with #07A3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A3E5; }
p { color: rgb(7,163,229); }
H1.HeaderClassName
{
color: #07A3E5;
}
.AnyTagClassName
{
color: #07A3E5;
}
</style>
background-color css
<style>
a { background-color: #07A3E5; }
a { background-color: rgb(7,163,229); }
div.DivClassName
{
background-color: #07A3E5;
}
.BgClassName
{
background-color: #07A3E5;
}
</style>
border-color css
<style>
span { border-color: #07A3E5; }
span { border-color: rgb(7,163,229); }
td.TdClassName
{
border-color: #07A3E5;
}
.TagClassName
{
border-color: #07A3E5;
}
</style>