Shades of Pacific Blue #07A1C3
Tints of Pacific Blue #07A1C3
RGB
CMYK
RGB Variations
Color information
#07A1C3 (or 0x07A1C3) is known color: Pacific Blue. HEX triplet: 07, A1 and C3. RGB value is (7,161,195). Sum of RGB (Red+Green+Blue) = 7+161+195=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #07A1C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1C3 is #F85E3C. Grayscale: #767676. Windows color (decimal): -16277053 or 12820743. OLE color: 12820743.
HSL color Cylindrical-coordinate representation of color #07A1C3: hue angle of 190.85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A1C3 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 161 | 195 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.24 |
| HSL | 190.85º | 0.93% | 0.4% | - |
| HSV(B) | 190.85º | 0.96% | 0.76% | - |
| XYZ | 22.68 | 29.48 | 56.12 | - |
| YUV | 118.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 195 | 0.96 | 0.17 | 0 | 0.24 | 190.85 | 0.93 | 0.4 |
| Hex | 7 | A1 | C3 | 60 | 11 | 0 | 18 | BF | 5D | 28 |
| Octal | 7 | 241 | 303 | 140 | 21 | 0 | 30 | 277 | 135 | 50 |
| Binary | 111 | 10100001 | 11000011 | 1100000 | 10001 | 0 | 11000 | 10111111 | 1011101 | 101000 |
Color Harmonies of #07A1C3
Complementary color
Monochromatic Colors of #07A1C3
Black with #07A1C3
Text Example
Text Example
White with #07A1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A1C3; }
p { color: rgb(7,161,195); }
H1.HeaderClassName
{
color: #07A1C3;
}
.AnyTagClassName
{
color: #07A1C3;
}
</style>
background-color css
<style>
a { background-color: #07A1C3; }
a { background-color: rgb(7,161,195); }
div.DivClassName
{
background-color: #07A1C3;
}
.BgClassName
{
background-color: #07A1C3;
}
</style>
border-color css
<style>
span { border-color: #07A1C3; }
span { border-color: rgb(7,161,195); }
td.TdClassName
{
border-color: #07A1C3;
}
.TagClassName
{
border-color: #07A1C3;
}
</style>