Html Css Color HEX #079FC7 Pacific Blue

📋 copy color: '#079FC7'

red 7 ◦ green 159 ◦ blue 199

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

Shades of Pacific Blue #079FC7

Tints of Pacific Blue #079FC7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 1.92%
G = 43.56%
B = 54.52%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#079FC7 (or 0x079FC7) is known color: Pacific Blue. HEX triplet: 07, 9F and C7. RGB value is (7,159,199). Sum of RGB (Red+Green+Blue) = 7+159+199=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #079FC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FC7 is #F86038. Grayscale: #757575. Windows color (decimal): -16277561 or 13082375. OLE color: 13082375.

HSL color Cylindrical-coordinate representation of color #079FC7: hue angle of 192.5º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FC7 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 159 199 -
CMYK 0.96 0.20 0 0.22
HSL 192.5º 0.93% 0.4% -
HSV(B) 192.5º 0.96% 0.78% -
XYZ 22.79 28.96 58.42 -
YUV 118.11 173.64 48.75 -
System Red Green Blue C M Y K H S L
Decimal 7 159 199 0.96 0.20 0 0.22 192.5 0.93 0.4
Hex 7 9F C7 60 14 0 16 C0 5D 28
Octal 7 237 307 140 24 0 26 300 135 50
Binary 111 10011111 11000111 1100000 10100 0 10110 11000000 1011101 101000

Color Harmonies of #079FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FC7

Black with #079FC7

Text Example


Text Example

White with #079FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,159,199); }

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

background-color css

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

 a { background-color: rgb(7,159,199); }

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

border-color css

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

 span { border-color: rgb(7,159,199); }

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