Shades of Pacific Blue #07A6CE
Tints of Pacific Blue #07A6CE
RGB
CMYK
RGB Variations
Color information
#07A6CE (or 0x07A6CE) is known color: Pacific Blue. HEX triplet: 07, A6 and CE. RGB value is (7,166,206). Sum of RGB (Red+Green+Blue) = 7+166+206=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #07A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A6CE is #F85931. Grayscale: #7A7A7A. Windows color (decimal): -16275762 or 13542919. OLE color: 13542919.
HSL color Cylindrical-coordinate representation of color #07A6CE: hue angle of 192.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A6CE is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 166 | 206 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.19 |
| HSL | 192.06º | 0.93% | 0.42% | - |
| HSV(B) | 192.06º | 0.97% | 0.81% | - |
| XYZ | 24.86 | 31.77 | 63.21 | - |
| YUV | 123.02 | 174.82 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 166 | 206 | 0.97 | 0.19 | 0 | 0.19 | 192.06 | 0.93 | 0.42 |
| Hex | 7 | A6 | CE | 61 | 13 | 0 | 13 | C0 | 5D | 2A |
| Octal | 7 | 246 | 316 | 141 | 23 | 0 | 23 | 300 | 135 | 52 |
| Binary | 111 | 10100110 | 11001110 | 1100001 | 10011 | 0 | 10011 | 11000000 | 1011101 | 101010 |
Color Harmonies of #07A6CE
Complementary color
Monochromatic Colors of #07A6CE
Black with #07A6CE
Text Example
Text Example
White with #07A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A6CE; }
p { color: rgb(7,166,206); }
H1.HeaderClassName
{
color: #07A6CE;
}
.AnyTagClassName
{
color: #07A6CE;
}
</style>
background-color css
<style>
a { background-color: #07A6CE; }
a { background-color: rgb(7,166,206); }
div.DivClassName
{
background-color: #07A6CE;
}
.BgClassName
{
background-color: #07A6CE;
}
</style>
border-color css
<style>
span { border-color: #07A6CE; }
span { border-color: rgb(7,166,206); }
td.TdClassName
{
border-color: #07A6CE;
}
.TagClassName
{
border-color: #07A6CE;
}
</style>