#07A6C1

Color #07A6C1 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #07A6C1

Tints of Pacific Blue #07A6C1

Color information

#07A6C1 (or 0x07A6C1) is unknown color: approx Pacific Blue. HEX triplet: 07, A6 and C1. RGB value is (7,166,193). Sum of RGB (Red+Green+Blue) = 7+166+193=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #07A6C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A6C1 is #F8593E. Grayscale: #797979. Windows color (decimal): -16275775 or 12690951. OLE color: 12690951.

HSL color Cylindrical-coordinate representation of color #07A6C1: hue angle of 188.71º 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 #07A6C1 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7166193-
CMYK0.960.1400.24
HSL188.71º93%39.22%-
HSV(B)188.71º96.37%75.69%-
XYZ23.3531.1755.24-
YUV121.54168.3246.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.91%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=1.91%
G=45.36%
B=52.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71661930.960.1400.24188.719339.22
Hex7A6C160E018bd5d27
Octal72463011401603027513547
Binary111101001101100000111000001110011000101111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A6C1; }

 p { color: rgb(7,166,193); }

 H1.HeaderClassName
 {
   color: #07A6C1;
 }
 .AnyTagClassName
 {
   color: #07A6C1;
 }
</style>
background-color css

<style>
 a { background-color: #07A6C1; }

 a { background-color: rgb(7,166,193); }

 div.DivClassName
 {
   background-color: #07A6C1;
 }
 .BgClassName
 {
   background-color: #07A6C1;
 }
</style>
border-color css

<style>
 span { border-color: #07A6C1; }

 span { border-color: rgb(7,166,193); }

 td.TdClassName
 {
   border-color: #07A6C1;
 }
 .TagClassName
 {
   border-color: #07A6C1;
 }
</style>