Html Css Color HEX #079EE2 Pacific Blue

📋 copy color: '#079EE2'

red 7 ◦ green 158 ◦ blue 226

#079EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #079EE2

Tints of Pacific Blue #079EE2

RGB

 RED value IS 7 (3.13% from 255) = 1.79%

 GREEN value IS 158 (62.11% from 255) = 40.41%

 BLUE value IS 226 (88.67% from 255) = 57.8%

R = 1.79%
G = 40.41%
B = 57.8%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#079EE2 (or 0x079EE2) is known color: Pacific Blue. HEX triplet: 07, 9E and E2. RGB value is (7,158,226). Sum of RGB (Red+Green+Blue) = 7+158+226=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 226 (88.67% from 255 or 57.80% from 391); Max value from RGB is 226 - color contains mainly: blue. Hex color #079EE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EE2 is #F8611D. Grayscale: #787878. Windows color (decimal): -16277790 or 14851591. OLE color: 14851591.

HSL color Cylindrical-coordinate representation of color #079EE2: hue angle of 198.63º 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 #079EE2 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 7 158 226 -
CMYK 0.97 0.30 0 0.11
HSL 198.63º 0.94% 0.46% -
HSV(B) 198.63º 0.97% 0.89% -
XYZ 26.04 29.99 76.37 -
YUV 120.6 187.47 46.97 -
System Red Green Blue C M Y K H S L
Decimal 7 158 226 0.97 0.30 0 0.11 198.63 0.94 0.46
Hex 7 9E E2 61 1E 0 B C7 5E 2E
Octal 7 236 342 141 36 0 13 307 136 56
Binary 111 10011110 11100010 1100001 11110 0 1011 11000111 1011110 101110

Color Harmonies of #079EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EE2

Black with #079EE2

Text Example


Text Example

White with #079EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #079EE2;
 }
 .AnyTagClassName
 {
   color: #079EE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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