#07A5C2

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

Shades of Pacific Blue #07A5C2

Tints of Pacific Blue #07A5C2

Color information

#07A5C2 (or 0x07A5C2) is unknown color: approx Pacific Blue. HEX triplet: 07, A5 and C2. RGB value is (7,165,194). Sum of RGB (Red+Green+Blue) = 7+165+194=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #07A5C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A5C2 is #F85A3D. Grayscale: #787878. Windows color (decimal): -16276030 or 12756231. OLE color: 12756231.

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

Color convert

RGB7165194-
CMYK0.960.1500.24
HSL189.3º93.03%39.41%-
HSV(B)189.3º96.39%76.08%-
XYZ23.2830.8555.77-
YUV121.06169.1546.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.91%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 194 (76.17% from 255) = 53.01%
R=1.91%
G=45.08%
B=53.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71651940.960.1500.24189.393.0339.41
Hex7A5C260F018bd5d27
Octal72453021401703027513547
Binary111101001011100001011000001111011000101111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,165,194); }

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

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

 a { background-color: rgb(7,165,194); }

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

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

 span { border-color: rgb(7,165,194); }

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