Shades of Pacific Blue #07A3DA
Tints of Pacific Blue #07A3DA
RGB
CMYK
RGB Variations
Color information
#07A3DA (or 0x07A3DA) is known color: Pacific Blue. HEX triplet: 07, A3 and DA. RGB value is (7,163,218). Sum of RGB (Red+Green+Blue) = 7+163+218=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #07A3DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A3DA is #F85C25. Grayscale: #7A7A7A. Windows color (decimal): -16276518 or 14328583. OLE color: 14328583.
HSL color Cylindrical-coordinate representation of color #07A3DA: hue angle of 195.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A3DA is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 163 | 218 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.15 |
| HSL | 195.64º | 0.94% | 0.44% | - |
| HSV(B) | 195.64º | 0.97% | 0.85% | - |
| XYZ | 25.84 | 31.3 | 71.01 | - |
| YUV | 122.63 | 181.82 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 218 | 0.97 | 0.25 | 0 | 0.15 | 195.64 | 0.94 | 0.44 |
| Hex | 7 | A3 | DA | 61 | 19 | 0 | F | C4 | 5E | 2C |
| Octal | 7 | 243 | 332 | 141 | 31 | 0 | 17 | 304 | 136 | 54 |
| Binary | 111 | 10100011 | 11011010 | 1100001 | 11001 | 0 | 1111 | 11000100 | 1011110 | 101100 |
Color Harmonies of #07A3DA
Complementary color
Monochromatic Colors of #07A3DA
Black with #07A3DA
Text Example
Text Example
White with #07A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A3DA; }
p { color: rgb(7,163,218); }
H1.HeaderClassName
{
color: #07A3DA;
}
.AnyTagClassName
{
color: #07A3DA;
}
</style>
background-color css
<style>
a { background-color: #07A3DA; }
a { background-color: rgb(7,163,218); }
div.DivClassName
{
background-color: #07A3DA;
}
.BgClassName
{
background-color: #07A3DA;
}
</style>
border-color css
<style>
span { border-color: #07A3DA; }
span { border-color: rgb(7,163,218); }
td.TdClassName
{
border-color: #07A3DA;
}
.TagClassName
{
border-color: #07A3DA;
}
</style>