Html Css Color HEX #079CBC Pacific Blue

📋 copy color: '#079CBC'

red 7 ◦ green 156 ◦ blue 188

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

Shades of Pacific Blue #079CBC

Tints of Pacific Blue #079CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 1.99%
G = 44.44%
B = 53.56%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#079CBC (or 0x079CBC) is known color: Pacific Blue. HEX triplet: 07, 9C and BC. RGB value is (7,156,188). Sum of RGB (Red+Green+Blue) = 7+156+188=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #079CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CBC is #F86343. Grayscale: #727272. Windows color (decimal): -16278340 or 12360711. OLE color: 12360711.

HSL color Cylindrical-coordinate representation of color #079CBC: hue angle of 190.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079CBC is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 156 188 -
CMYK 0.96 0.17 0 0.26
HSL 190.61º 0.93% 0.38% -
HSV(B) 190.61º 0.96% 0.74% -
XYZ 21.05 27.45 51.77 -
YUV 115.1 169.14 50.9 -
System Red Green Blue C M Y K H S L
Decimal 7 156 188 0.96 0.17 0 0.26 190.61 0.93 0.38
Hex 7 9C BC 60 11 0 1A BF 5D 26
Octal 7 234 274 140 21 0 32 277 135 46
Binary 111 10011100 10111100 1100000 10001 0 11010 10111111 1011101 100110

Color Harmonies of #079CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CBC

Black with #079CBC

Text Example


Text Example

White with #079CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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