Shades of Pacific Blue #07A8C1
Tints of Pacific Blue #07A8C1
RGB
CMYK
RGB Variations
Color information
#07A8C1 (or 0x07A8C1) is known color: Pacific Blue. HEX triplet: 07, A8 and C1. RGB value is (7,168,193). Sum of RGB (Red+Green+Blue) = 7+168+193=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #07A8C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A8C1 is #F8573E. Grayscale: #7A7A7A. Windows color (decimal): -16275263 or 12691463. OLE color: 12691463.
HSL color Cylindrical-coordinate representation of color #07A8C1: hue angle of 188.06º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A8C1 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 168 | 193 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.24 |
| HSL | 188.06º | 0.93% | 0.39% | - |
| HSV(B) | 188.06º | 0.96% | 0.76% | - |
| XYZ | 23.72 | 31.9 | 55.36 | - |
| YUV | 122.71 | 167.66 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 193 | 0.96 | 0.13 | 0 | 0.24 | 188.06 | 0.93 | 0.39 |
| Hex | 7 | A8 | C1 | 60 | D | 0 | 18 | BC | 5D | 27 |
| Octal | 7 | 250 | 301 | 140 | 15 | 0 | 30 | 274 | 135 | 47 |
| Binary | 111 | 10101000 | 11000001 | 1100000 | 1101 | 0 | 11000 | 10111100 | 1011101 | 100111 |
Color Harmonies of #07A8C1
Complementary color
Monochromatic Colors of #07A8C1
Black with #07A8C1
Text Example
Text Example
White with #07A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A8C1; }
p { color: rgb(7,168,193); }
H1.HeaderClassName
{
color: #07A8C1;
}
.AnyTagClassName
{
color: #07A8C1;
}
</style>
background-color css
<style>
a { background-color: #07A8C1; }
a { background-color: rgb(7,168,193); }
div.DivClassName
{
background-color: #07A8C1;
}
.BgClassName
{
background-color: #07A8C1;
}
</style>
border-color css
<style>
span { border-color: #07A8C1; }
span { border-color: rgb(7,168,193); }
td.TdClassName
{
border-color: #07A8C1;
}
.TagClassName
{
border-color: #07A8C1;
}
</style>