Html Css Color HEX #079BD1 Pacific Blue

📋 copy color: '#079BD1'

red 7 ◦ green 155 ◦ blue 209

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

Shades of Pacific Blue #079BD1

Tints of Pacific Blue #079BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.33%

R = 1.89%
G = 41.78%
B = 56.33%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#079BD1 (or 0x079BD1) is known color: Pacific Blue. HEX triplet: 07, 9B and D1. RGB value is (7,155,209). Sum of RGB (Red+Green+Blue) = 7+155+209=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #079BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BD1 is #F8642E. Grayscale: #747474. Windows color (decimal): -16278575 or 13736711. OLE color: 13736711.

HSL color Cylindrical-coordinate representation of color #079BD1: hue angle of 196.04º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BD1 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 155 209 -
CMYK 0.97 0.26 0 0.18
HSL 196.04º 0.94% 0.42% -
HSV(B) 196.04º 0.97% 0.82% -
XYZ 23.32 28.09 64.51 -
YUV 116.9 179.97 49.61 -
System Red Green Blue C M Y K H S L
Decimal 7 155 209 0.97 0.26 0 0.18 196.04 0.94 0.42
Hex 7 9B D1 61 1A 0 12 C4 5E 2A
Octal 7 233 321 141 32 0 22 304 136 52
Binary 111 10011011 11010001 1100001 11010 0 10010 11000100 1011110 101010

Color Harmonies of #079BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BD1

Black with #079BD1

Text Example


Text Example

White with #079BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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