Html Css Color HEX #079CCA Pacific Blue

📋 copy color: '#079CCA'

red 7 ◦ green 156 ◦ blue 202

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

Shades of Pacific Blue #079CCA

Tints of Pacific Blue #079CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 1.92%
G = 42.74%
B = 55.34%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#079CCA (or 0x079CCA) is known color: Pacific Blue. HEX triplet: 07, 9C and CA. RGB value is (7,156,202). Sum of RGB (Red+Green+Blue) = 7+156+202=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #079CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CCA is #F86335. Grayscale: #747474. Windows color (decimal): -16278326 or 13278215. OLE color: 13278215.

HSL color Cylindrical-coordinate representation of color #079CCA: hue angle of 194.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079CCA is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 156 202 -
CMYK 0.97 0.23 0 0.21
HSL 194.15º 0.93% 0.41% -
HSV(B) 194.15º 0.97% 0.79% -
XYZ 22.64 28.09 60.11 -
YUV 116.69 176.14 49.76 -
System Red Green Blue C M Y K H S L
Decimal 7 156 202 0.97 0.23 0 0.21 194.15 0.93 0.41
Hex 7 9C CA 61 17 0 15 C2 5D 29
Octal 7 234 312 141 27 0 25 302 135 51
Binary 111 10011100 11001010 1100001 10111 0 10101 11000010 1011101 101001

Color Harmonies of #079CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CCA

Black with #079CCA

Text Example


Text Example

White with #079CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,156,202); }

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

background-color css

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

 a { background-color: rgb(7,156,202); }

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

border-color css

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

 span { border-color: rgb(7,156,202); }

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