Shades of Pacific Blue #07A3BB
Tints of Pacific Blue #07A3BB
RGB
CMYK
RGB Variations
Color information
#07A3BB (or 0x07A3BB) is known color: Pacific Blue. HEX triplet: 07, A3 and BB. RGB value is (7,163,187). Sum of RGB (Red+Green+Blue) = 7+163+187=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #07A3BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A3BB is #F85C44. Grayscale: #767676. Windows color (decimal): -16276549 or 12296967. OLE color: 12296967.
HSL color Cylindrical-coordinate representation of color #07A3BB: hue angle of 188º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A3BB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 163 | 187 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.27 |
| HSL | 188º | 0.93% | 0.38% | - |
| HSV(B) | 188º | 0.96% | 0.73% | - |
| XYZ | 22.15 | 29.83 | 51.6 | - |
| YUV | 119.09 | 166.32 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 187 | 0.96 | 0.13 | 0 | 0.27 | 188 | 0.93 | 0.38 |
| Hex | 7 | A3 | BB | 60 | D | 0 | 1B | BC | 5D | 26 |
| Octal | 7 | 243 | 273 | 140 | 15 | 0 | 33 | 274 | 135 | 46 |
| Binary | 111 | 10100011 | 10111011 | 1100000 | 1101 | 0 | 11011 | 10111100 | 1011101 | 100110 |
Color Harmonies of #07A3BB
Complementary color
Monochromatic Colors of #07A3BB
Black with #07A3BB
Text Example
Text Example
White with #07A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A3BB; }
p { color: rgb(7,163,187); }
H1.HeaderClassName
{
color: #07A3BB;
}
.AnyTagClassName
{
color: #07A3BB;
}
</style>
background-color css
<style>
a { background-color: #07A3BB; }
a { background-color: rgb(7,163,187); }
div.DivClassName
{
background-color: #07A3BB;
}
.BgClassName
{
background-color: #07A3BB;
}
</style>
border-color css
<style>
span { border-color: #07A3BB; }
span { border-color: rgb(7,163,187); }
td.TdClassName
{
border-color: #07A3BB;
}
.TagClassName
{
border-color: #07A3BB;
}
</style>