Html Css Color HEX #079BE4 Pacific Blue

📋 copy color: '#079BE4'

red 7 ◦ green 155 ◦ blue 228

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

Shades of Pacific Blue #079BE4

Tints of Pacific Blue #079BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 58.46%

R = 1.79%
G = 39.74%
B = 58.46%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#079BE4 (or 0x079BE4) is known color: Pacific Blue. HEX triplet: 07, 9B and E4. RGB value is (7,155,228). Sum of RGB (Red+Green+Blue) = 7+155+228=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #079BE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BE4 is #F8641B. Grayscale: #767676. Windows color (decimal): -16278556 or 14981895. OLE color: 14981895.

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

Color convert

RGB 7 155 228 -
CMYK 0.97 0.32 0 0.11
HSL 199.82º 0.94% 0.46% -
HSV(B) 199.82º 0.97% 0.89% -
XYZ 25.81 29.09 77.65 -
YUV 119.07 189.47 48.06 -
System Red Green Blue C M Y K H S L
Decimal 7 155 228 0.97 0.32 0 0.11 199.82 0.94 0.46
Hex 7 9B E4 61 20 0 B C8 5E 2E
Octal 7 233 344 141 40 0 13 310 136 56
Binary 111 10011011 11100100 1100001 100000 0 1011 11001000 1011110 101110

Color Harmonies of #079BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BE4

Black with #079BE4

Text Example


Text Example

White with #079BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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