Html Css Color HEX #079ECE Pacific Blue

📋 copy color: '#079ECE'

red 7 ◦ green 158 ◦ blue 206

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

Shades of Pacific Blue #079ECE

Tints of Pacific Blue #079ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 1.89%
G = 42.59%
B = 55.53%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#079ECE (or 0x079ECE) is known color: Pacific Blue. HEX triplet: 07, 9E and CE. RGB value is (7,158,206). Sum of RGB (Red+Green+Blue) = 7+158+206=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #079ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ECE is #F86131. Grayscale: #757575. Windows color (decimal): -16277810 or 13540871. OLE color: 13540871.

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

Color convert

RGB 7 158 206 -
CMYK 0.97 0.23 0 0.19
HSL 194.47º 0.93% 0.42% -
HSV(B) 194.47º 0.97% 0.81% -
XYZ 23.46 28.96 62.75 -
YUV 118.32 177.47 48.6 -
System Red Green Blue C M Y K H S L
Decimal 7 158 206 0.97 0.23 0 0.19 194.47 0.93 0.42
Hex 7 9E CE 61 17 0 13 C2 5D 2A
Octal 7 236 316 141 27 0 23 302 135 52
Binary 111 10011110 11001110 1100001 10111 0 10011 11000010 1011101 101010

Color Harmonies of #079ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ECE

Black with #079ECE

Text Example


Text Example

White with #079ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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