Shades of Pacific Blue #07A2C7
Tints of Pacific Blue #07A2C7
RGB
CMYK
RGB Variations
Color information
#07A2C7 (or 0x07A2C7) is known color: Pacific Blue. HEX triplet: 07, A2 and C7. RGB value is (7,162,199). Sum of RGB (Red+Green+Blue) = 7+162+199=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #07A2C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A2C7 is #F85D38. Grayscale: #777777. Windows color (decimal): -16276793 or 13083143. OLE color: 13083143.
HSL color Cylindrical-coordinate representation of color #07A2C7: hue angle of 191.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A2C7 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 162 | 199 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.22 |
| HSL | 191.56º | 0.93% | 0.4% | - |
| HSV(B) | 191.56º | 0.96% | 0.78% | - |
| XYZ | 23.32 | 30.01 | 58.6 | - |
| YUV | 119.87 | 172.65 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 199 | 0.96 | 0.19 | 0 | 0.22 | 191.56 | 0.93 | 0.4 |
| Hex | 7 | A2 | C7 | 60 | 13 | 0 | 16 | C0 | 5D | 28 |
| Octal | 7 | 242 | 307 | 140 | 23 | 0 | 26 | 300 | 135 | 50 |
| Binary | 111 | 10100010 | 11000111 | 1100000 | 10011 | 0 | 10110 | 11000000 | 1011101 | 101000 |
Color Harmonies of #07A2C7
Complementary color
Monochromatic Colors of #07A2C7
Black with #07A2C7
Text Example
Text Example
White with #07A2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A2C7; }
p { color: rgb(7,162,199); }
H1.HeaderClassName
{
color: #07A2C7;
}
.AnyTagClassName
{
color: #07A2C7;
}
</style>
background-color css
<style>
a { background-color: #07A2C7; }
a { background-color: rgb(7,162,199); }
div.DivClassName
{
background-color: #07A2C7;
}
.BgClassName
{
background-color: #07A2C7;
}
</style>
border-color css
<style>
span { border-color: #07A2C7; }
span { border-color: rgb(7,162,199); }
td.TdClassName
{
border-color: #07A2C7;
}
.TagClassName
{
border-color: #07A2C7;
}
</style>