Html Css Color HEX #079FC6 Pacific Blue

📋 copy color: '#079FC6'

red 7 ◦ green 159 ◦ blue 198

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

Shades of Pacific Blue #079FC6

Tints of Pacific Blue #079FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.4%

R = 1.92%
G = 43.68%
B = 54.4%

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

#079FC6 (or 0x079FC6) is known color: Pacific Blue. HEX triplet: 07, 9F and C6. RGB value is (7,159,198). Sum of RGB (Red+Green+Blue) = 7+159+198=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #079FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FC6 is #F86039. Grayscale: #757575. Windows color (decimal): -16277562 or 13016839. OLE color: 13016839.

HSL color Cylindrical-coordinate representation of color #079FC6: hue angle of 192.25º 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 #079FC6 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 159 198 -
CMYK 0.96 0.20 0 0.22
HSL 192.25º 0.93% 0.4% -
HSV(B) 192.25º 0.96% 0.78% -
XYZ 22.68 28.92 57.81 -
YUV 118 173.14 48.83 -
System Red Green Blue C M Y K H S L
Decimal 7 159 198 0.96 0.20 0 0.22 192.25 0.93 0.4
Hex 7 9F C6 60 14 0 16 C0 5D 28
Octal 7 237 306 140 24 0 26 300 135 50
Binary 111 10011111 11000110 1100000 10100 0 10110 11000000 1011101 101000

Color Harmonies of #079FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FC6

Black with #079FC6

Text Example


Text Example

White with #079FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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