Shades of Pacific Blue #07A0BD
Tints of Pacific Blue #07A0BD
RGB
CMYK
RGB Variations
Color information
#07A0BD (or 0x07A0BD) is known color: Pacific Blue. HEX triplet: 07, A0 and BD. RGB value is (7,160,189). Sum of RGB (Red+Green+Blue) = 7+160+189=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #07A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0BD is #F85F42. Grayscale: #757575. Windows color (decimal): -16277315 or 12427271. OLE color: 12427271.
HSL color Cylindrical-coordinate representation of color #07A0BD: hue angle of 189.56º 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 #07A0BD is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 160 | 189 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.26 |
| HSL | 189.56º | 0.93% | 0.38% | - |
| HSV(B) | 189.56º | 0.96% | 0.74% | - |
| XYZ | 21.84 | 28.86 | 52.56 | - |
| YUV | 117.56 | 168.31 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 189 | 0.96 | 0.15 | 0 | 0.26 | 189.56 | 0.93 | 0.38 |
| Hex | 7 | A0 | BD | 60 | F | 0 | 1A | BE | 5D | 26 |
| Octal | 7 | 240 | 275 | 140 | 17 | 0 | 32 | 276 | 135 | 46 |
| Binary | 111 | 10100000 | 10111101 | 1100000 | 1111 | 0 | 11010 | 10111110 | 1011101 | 100110 |
Color Harmonies of #07A0BD
Complementary color
Monochromatic Colors of #07A0BD
Black with #07A0BD
Text Example
Text Example
White with #07A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0BD; }
p { color: rgb(7,160,189); }
H1.HeaderClassName
{
color: #07A0BD;
}
.AnyTagClassName
{
color: #07A0BD;
}
</style>
background-color css
<style>
a { background-color: #07A0BD; }
a { background-color: rgb(7,160,189); }
div.DivClassName
{
background-color: #07A0BD;
}
.BgClassName
{
background-color: #07A0BD;
}
</style>
border-color css
<style>
span { border-color: #07A0BD; }
span { border-color: rgb(7,160,189); }
td.TdClassName
{
border-color: #07A0BD;
}
.TagClassName
{
border-color: #07A0BD;
}
</style>