Shades of Pacific Blue #07A8BD
Tints of Pacific Blue #07A8BD
RGB
CMYK
RGB Variations
Color information
#07A8BD (or 0x07A8BD) is known color: Pacific Blue. HEX triplet: 07, A8 and BD. RGB value is (7,168,189). Sum of RGB (Red+Green+Blue) = 7+168+189=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #07A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A8BD is #F85742. Grayscale: #7A7A7A. Windows color (decimal): -16275267 or 12429319. OLE color: 12429319.
HSL color Cylindrical-coordinate representation of color #07A8BD: hue angle of 186.92º 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 #07A8BD is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 168 | 189 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.26 |
| HSL | 186.92º | 0.93% | 0.38% | - |
| HSV(B) | 186.92º | 0.96% | 0.74% | - |
| XYZ | 23.28 | 31.72 | 53.04 | - |
| YUV | 122.26 | 165.66 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 189 | 0.96 | 0.11 | 0 | 0.26 | 186.92 | 0.93 | 0.38 |
| Hex | 7 | A8 | BD | 60 | B | 0 | 1A | BB | 5D | 26 |
| Octal | 7 | 250 | 275 | 140 | 13 | 0 | 32 | 273 | 135 | 46 |
| Binary | 111 | 10101000 | 10111101 | 1100000 | 1011 | 0 | 11010 | 10111011 | 1011101 | 100110 |
Color Harmonies of #07A8BD
Complementary color
Monochromatic Colors of #07A8BD
Black with #07A8BD
Text Example
Text Example
White with #07A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A8BD; }
p { color: rgb(7,168,189); }
H1.HeaderClassName
{
color: #07A8BD;
}
.AnyTagClassName
{
color: #07A8BD;
}
</style>
background-color css
<style>
a { background-color: #07A8BD; }
a { background-color: rgb(7,168,189); }
div.DivClassName
{
background-color: #07A8BD;
}
.BgClassName
{
background-color: #07A8BD;
}
</style>
border-color css
<style>
span { border-color: #07A8BD; }
span { border-color: rgb(7,168,189); }
td.TdClassName
{
border-color: #07A8BD;
}
.TagClassName
{
border-color: #07A8BD;
}
</style>