Html Css Color HEX #079FCD Pacific Blue

📋 copy color: '#079FCD'

red 7 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #079FCD

Tints of Pacific Blue #079FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 1.89%
G = 42.86%
B = 55.26%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#079FCD (or 0x079FCD) is known color: Pacific Blue. HEX triplet: 07, 9F and CD. RGB value is (7,159,205). Sum of RGB (Red+Green+Blue) = 7+159+205=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #079FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FCD is #F86032. Grayscale: #767676. Windows color (decimal): -16277555 or 13475591. OLE color: 13475591.

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

Color convert

RGB 7 159 205 -
CMYK 0.97 0.22 0 0.20
HSL 193.94º 0.93% 0.42% -
HSV(B) 193.94º 0.97% 0.8% -
XYZ 23.51 29.25 62.16 -
YUV 118.8 176.64 48.26 -
System Red Green Blue C M Y K H S L
Decimal 7 159 205 0.97 0.22 0 0.20 193.94 0.93 0.42
Hex 7 9F CD 61 16 0 14 C2 5D 2A
Octal 7 237 315 141 26 0 24 302 135 52
Binary 111 10011111 11001101 1100001 10110 0 10100 11000010 1011101 101010

Color Harmonies of #079FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FCD

Black with #079FCD

Text Example


Text Example

White with #079FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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