Html Css Color HEX #079BE6 Pacific Blue

📋 copy color: '#079BE6'

red 7 ◦ green 155 ◦ blue 230

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

Shades of Pacific Blue #079BE6

Tints of Pacific Blue #079BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.67%

R = 1.79%
G = 39.54%
B = 58.67%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#079BE6 (or 0x079BE6) is known color: Pacific Blue. HEX triplet: 07, 9B and E6. RGB value is (7,155,230). Sum of RGB (Red+Green+Blue) = 7+155+230=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #079BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BE6 is #F86419. Grayscale: #767676. Windows color (decimal): -16278554 or 15112967. OLE color: 15112967.

HSL color Cylindrical-coordinate representation of color #079BE6: hue angle of 200.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BE6 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 155 230 -
CMYK 0.97 0.33 0 0.10
HSL 200.18º 0.94% 0.46% -
HSV(B) 200.18º 0.97% 0.9% -
XYZ 26.09 29.2 79.12 -
YUV 119.3 190.47 47.9 -
System Red Green Blue C M Y K H S L
Decimal 7 155 230 0.97 0.33 0 0.10 200.18 0.94 0.46
Hex 7 9B E6 61 21 0 A C8 5E 2E
Octal 7 233 346 141 41 0 12 310 136 56
Binary 111 10011011 11100110 1100001 100001 0 1010 11001000 1011110 101110

Color Harmonies of #079BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BE6

Black with #079BE6

Text Example


Text Example

White with #079BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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