Html Css Color HEX #079BCE Pacific Blue

📋 copy color: '#079BCE'

red 7 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #079BCE

Tints of Pacific Blue #079BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.12%

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

R = 1.9%
G = 42.12%
B = 55.98%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#079BCE (or 0x079BCE) is known color: Pacific Blue. HEX triplet: 07, 9B and CE. RGB value is (7,155,206). Sum of RGB (Red+Green+Blue) = 7+155+206=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #079BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BCE is #F86431. Grayscale: #747474. Windows color (decimal): -16278578 or 13540103. OLE color: 13540103.

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

Color convert

RGB 7 155 206 -
CMYK 0.97 0.25 0 0.19
HSL 195.38º 0.93% 0.42% -
HSV(B) 195.38º 0.97% 0.81% -
XYZ 22.95 27.94 62.58 -
YUV 116.56 178.47 49.85 -
System Red Green Blue C M Y K H S L
Decimal 7 155 206 0.97 0.25 0 0.19 195.38 0.93 0.42
Hex 7 9B CE 61 19 0 13 C3 5D 2A
Octal 7 233 316 141 31 0 23 303 135 52
Binary 111 10011011 11001110 1100001 11001 0 10011 11000011 1011101 101010

Color Harmonies of #079BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BCE

Black with #079BCE

Text Example


Text Example

White with #079BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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