#079EE4

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

Shades of Pacific Blue #079EE4

Tints of Pacific Blue #079EE4

Color information

#079EE4 (or 0x079EE4) is unknown color: approx Pacific Blue. HEX triplet: 07, 9E and E4. RGB value is (7,158,228). Sum of RGB (Red+Green+Blue) = 7+158+228=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #079EE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EE4 is #F8611B. Grayscale: #787878. Windows color (decimal): -16277788 or 14982663. OLE color: 14982663.

HSL color Cylindrical-coordinate representation of color #079EE4: hue angle of 199º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079EE4 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7158228-
CMYK0.970.3100.11
HSL199º94.04%46.08%-
HSV(B)199º96.93%89.41%-
XYZ26.3230.177.82-
YUV120.83188.4746.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.78%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 228 (89.45% from 255) = 58.02%
R=1.78%
G=40.20%
B=58.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71582280.970.3100.1119994.0446.08
Hex79EE4611F0Bc75e2e
Octal72363441413701330713656
Binary111100111101110010011000011111101011110001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079EE4; }

 p { color: rgb(7,158,228); }

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

<style>
 a { background-color: #079EE4; }

 a { background-color: rgb(7,158,228); }

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

<style>
 span { border-color: #079EE4; }

 span { border-color: rgb(7,158,228); }

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