Html Css Color HEX #079ECC Pacific Blue

📋 copy color: '#079ECC'

red 7 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #079ECC

Tints of Pacific Blue #079ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 1.9%
G = 42.82%
B = 55.28%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#079ECC (or 0x079ECC) is known color: Pacific Blue. HEX triplet: 07, 9E and CC. RGB value is (7,158,204). Sum of RGB (Red+Green+Blue) = 7+158+204=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #079ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ECC is #F86133. Grayscale: #757575. Windows color (decimal): -16277812 or 13409799. OLE color: 13409799.

HSL color Cylindrical-coordinate representation of color #079ECC: hue angle of 194.01º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ECC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 158 204 -
CMYK 0.97 0.23 0 0.2
HSL 194.01º 0.93% 0.41% -
HSV(B) 194.01º 0.97% 0.8% -
XYZ 23.21 28.86 61.47 -
YUV 118.1 176.47 48.76 -
System Red Green Blue C M Y K H S L
Decimal 7 158 204 0.97 0.23 0 0.2 194.01 0.93 0.41
Hex 7 9E CC 61 17 0 14 C2 5D 29
Octal 7 236 314 141 27 0 24 302 135 51
Binary 111 10011110 11001100 1100001 10111 0 10100 11000010 1011101 101001

Color Harmonies of #079ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ECC

Black with #079ECC

Text Example


Text Example

White with #079ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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