Shades of Pacific Blue #07A2CA
Tints of Pacific Blue #07A2CA
RGB
CMYK
RGB Variations
Color information
#07A2CA (or 0x07A2CA) is known color: Pacific Blue. HEX triplet: 07, A2 and CA. RGB value is (7,162,202). Sum of RGB (Red+Green+Blue) = 7+162+202=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #07A2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A2CA is #F85D35. Grayscale: #777777. Windows color (decimal): -16276790 or 13279751. OLE color: 13279751.
HSL color Cylindrical-coordinate representation of color #07A2CA: hue angle of 192.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A2CA is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 162 | 202 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.21 |
| HSL | 192.31º | 0.93% | 0.41% | - |
| HSV(B) | 192.31º | 0.97% | 0.79% | - |
| XYZ | 23.67 | 30.15 | 60.45 | - |
| YUV | 120.22 | 174.15 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 202 | 0.97 | 0.20 | 0 | 0.21 | 192.31 | 0.93 | 0.41 |
| Hex | 7 | A2 | CA | 61 | 14 | 0 | 15 | C0 | 5D | 29 |
| Octal | 7 | 242 | 312 | 141 | 24 | 0 | 25 | 300 | 135 | 51 |
| Binary | 111 | 10100010 | 11001010 | 1100001 | 10100 | 0 | 10101 | 11000000 | 1011101 | 101001 |
Color Harmonies of #07A2CA
Complementary color
Monochromatic Colors of #07A2CA
Black with #07A2CA
Text Example
Text Example
White with #07A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A2CA; }
p { color: rgb(7,162,202); }
H1.HeaderClassName
{
color: #07A2CA;
}
.AnyTagClassName
{
color: #07A2CA;
}
</style>
background-color css
<style>
a { background-color: #07A2CA; }
a { background-color: rgb(7,162,202); }
div.DivClassName
{
background-color: #07A2CA;
}
.BgClassName
{
background-color: #07A2CA;
}
</style>
border-color css
<style>
span { border-color: #07A2CA; }
span { border-color: rgb(7,162,202); }
td.TdClassName
{
border-color: #07A2CA;
}
.TagClassName
{
border-color: #07A2CA;
}
</style>