Shades of Pacific Blue #07A0BE
Tints of Pacific Blue #07A0BE
RGB
CMYK
RGB Variations
Color information
#07A0BE (or 0x07A0BE) is known color: Pacific Blue. HEX triplet: 07, A0 and BE. RGB value is (7,160,190). Sum of RGB (Red+Green+Blue) = 7+160+190=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0BE is #F85F41. Grayscale: #757575. Windows color (decimal): -16277314 or 12492807. OLE color: 12492807.
HSL color Cylindrical-coordinate representation of color #07A0BE: hue angle of 189.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A0BE is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 160 | 190 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.25 |
| HSL | 189.84º | 0.93% | 0.39% | - |
| HSV(B) | 189.84º | 0.96% | 0.75% | - |
| XYZ | 21.95 | 28.9 | 53.14 | - |
| YUV | 117.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 190 | 0.96 | 0.16 | 0 | 0.25 | 189.84 | 0.93 | 0.39 |
| Hex | 7 | A0 | BE | 60 | 10 | 0 | 19 | BE | 5D | 27 |
| Octal | 7 | 240 | 276 | 140 | 20 | 0 | 31 | 276 | 135 | 47 |
| Binary | 111 | 10100000 | 10111110 | 1100000 | 10000 | 0 | 11001 | 10111110 | 1011101 | 100111 |
Color Harmonies of #07A0BE
Complementary color
Monochromatic Colors of #07A0BE
Black with #07A0BE
Text Example
Text Example
White with #07A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0BE; }
p { color: rgb(7,160,190); }
H1.HeaderClassName
{
color: #07A0BE;
}
.AnyTagClassName
{
color: #07A0BE;
}
</style>
background-color css
<style>
a { background-color: #07A0BE; }
a { background-color: rgb(7,160,190); }
div.DivClassName
{
background-color: #07A0BE;
}
.BgClassName
{
background-color: #07A0BE;
}
</style>
border-color css
<style>
span { border-color: #07A0BE; }
span { border-color: rgb(7,160,190); }
td.TdClassName
{
border-color: #07A0BE;
}
.TagClassName
{
border-color: #07A0BE;
}
</style>