Html Css Color HEX #079EDF Pacific Blue

📋 copy color: '#079EDF'

red 7 ◦ green 158 ◦ blue 223

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

Shades of Pacific Blue #079EDF

Tints of Pacific Blue #079EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 1.8%
G = 40.72%
B = 57.47%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#079EDF (or 0x079EDF) is known color: Pacific Blue. HEX triplet: 07, 9E and DF. RGB value is (7,158,223). Sum of RGB (Red+Green+Blue) = 7+158+223=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #079EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EDF is #F86120. Grayscale: #777777. Windows color (decimal): -16277793 or 14654983. OLE color: 14654983.

HSL color Cylindrical-coordinate representation of color #079EDF: hue angle of 198.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079EDF is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 158 223 -
CMYK 0.97 0.29 0 0.13
HSL 198.06º 0.94% 0.45% -
HSV(B) 198.06º 0.97% 0.87% -
XYZ 25.63 29.83 74.22 -
YUV 120.26 185.97 47.21 -
System Red Green Blue C M Y K H S L
Decimal 7 158 223 0.97 0.29 0 0.13 198.06 0.94 0.45
Hex 7 9E DF 61 1D 0 D C6 5E 2D
Octal 7 236 337 141 35 0 15 306 136 55
Binary 111 10011110 11011111 1100001 11101 0 1101 11000110 1011110 101101

Color Harmonies of #079EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EDF

Black with #079EDF

Text Example


Text Example

White with #079EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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