Shades of Pacific Blue #07A3E6
Tints of Pacific Blue #07A3E6
RGB
CMYK
RGB Variations
Color information
#07A3E6 (or 0x07A3E6) is known color: Pacific Blue. HEX triplet: 07, A3 and E6. RGB value is (7,163,230). Sum of RGB (Red+Green+Blue) = 7+163+230=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #07A3E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A3E6 is #F85C19. Grayscale: #7B7B7B. Windows color (decimal): -16276506 or 15115015. OLE color: 15115015.
HSL color Cylindrical-coordinate representation of color #07A3E6: hue angle of 198.03º 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 #07A3E6 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 163 | 230 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.10 |
| HSL | 198.03º | 0.94% | 0.46% | - |
| HSV(B) | 198.03º | 0.97% | 0.9% | - |
| XYZ | 27.47 | 31.95 | 79.58 | - |
| YUV | 123.99 | 187.82 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 230 | 0.97 | 0.29 | 0 | 0.10 | 198.03 | 0.94 | 0.46 |
| Hex | 7 | A3 | E6 | 61 | 1D | 0 | A | C6 | 5E | 2E |
| Octal | 7 | 243 | 346 | 141 | 35 | 0 | 12 | 306 | 136 | 56 |
| Binary | 111 | 10100011 | 11100110 | 1100001 | 11101 | 0 | 1010 | 11000110 | 1011110 | 101110 |
Color Harmonies of #07A3E6
Complementary color
Monochromatic Colors of #07A3E6
Black with #07A3E6
Text Example
Text Example
White with #07A3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A3E6; }
p { color: rgb(7,163,230); }
H1.HeaderClassName
{
color: #07A3E6;
}
.AnyTagClassName
{
color: #07A3E6;
}
</style>
background-color css
<style>
a { background-color: #07A3E6; }
a { background-color: rgb(7,163,230); }
div.DivClassName
{
background-color: #07A3E6;
}
.BgClassName
{
background-color: #07A3E6;
}
</style>
border-color css
<style>
span { border-color: #07A3E6; }
span { border-color: rgb(7,163,230); }
td.TdClassName
{
border-color: #07A3E6;
}
.TagClassName
{
border-color: #07A3E6;
}
</style>