Shades of Pacific Blue #07A8BC
Tints of Pacific Blue #07A8BC
RGB
CMYK
RGB Variations
Color information
#07A8BC (or 0x07A8BC) is known color: Pacific Blue. HEX triplet: 07, A8 and BC. RGB value is (7,168,188). Sum of RGB (Red+Green+Blue) = 7+168+188=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #07A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A8BC is #F85743. Grayscale: #797979. Windows color (decimal): -16275268 or 12363783. OLE color: 12363783.
HSL color Cylindrical-coordinate representation of color #07A8BC: hue angle of 186.63º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A8BC is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 168 | 188 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.26 |
| HSL | 186.63º | 0.93% | 0.38% | - |
| HSV(B) | 186.63º | 0.96% | 0.74% | - |
| XYZ | 23.17 | 31.68 | 52.47 | - |
| YUV | 122.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 188 | 0.96 | 0.11 | 0 | 0.26 | 186.63 | 0.93 | 0.38 |
| Hex | 7 | A8 | BC | 60 | B | 0 | 1A | BB | 5D | 26 |
| Octal | 7 | 250 | 274 | 140 | 13 | 0 | 32 | 273 | 135 | 46 |
| Binary | 111 | 10101000 | 10111100 | 1100000 | 1011 | 0 | 11010 | 10111011 | 1011101 | 100110 |
Color Harmonies of #07A8BC
Complementary color
Monochromatic Colors of #07A8BC
Black with #07A8BC
Text Example
Text Example
White with #07A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A8BC; }
p { color: rgb(7,168,188); }
H1.HeaderClassName
{
color: #07A8BC;
}
.AnyTagClassName
{
color: #07A8BC;
}
</style>
background-color css
<style>
a { background-color: #07A8BC; }
a { background-color: rgb(7,168,188); }
div.DivClassName
{
background-color: #07A8BC;
}
.BgClassName
{
background-color: #07A8BC;
}
</style>
border-color css
<style>
span { border-color: #07A8BC; }
span { border-color: rgb(7,168,188); }
td.TdClassName
{
border-color: #07A8BC;
}
.TagClassName
{
border-color: #07A8BC;
}
</style>